在命令行中使用Arduino IDE并使用以下命令,我能够编译并上传草图。
./ arduino --upload --port / dev / ttyUSB0 --board arduino:avr:nano:cpu = atmega328 path_to_my_sketch_source_file
在这样的命令中是否可以指定上传速度?
./ arduino --upload --port / dev / ttyUSB0 --board arduino:avr:nano:cpu = atmega328,upload_speed = 115200 path_to_my_sketch_source_file
感谢您的帮助。