我使用Arduino IDE将代码上传到Arduino Leonardo,但在某些时候它已停止上传,留下此错误消息:
Guessing serial port ... /dev/ttyACM0
Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
Found programmer: Id = "�GPRS I"; type =
Software Version = G.P; Hardware Version = R.S
avrdude: error: buffered memory access not supported. Maybe it isn't
a butterfly/AVR109 but a AVR910 device?
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override this check.
avrdude: error: programmer did not respond to command: leave prog mode
avrdude: error: programmer did not respond to command: exit bootloader
avrdude done. Thank you.
为什么会这样?我该如何解决这个问题?