【arduino】anroid的app与arduino的ch05,进行蓝牙通信遇到的问题

Arduino程序上传不成功 显示系统找不到指定文件

错误信息显示是

avrdude: ser_open(): can't open device "\.COM1": 系统找不到指定的文件。


avrdude: stk500_recv(): programmer is not responding是怎么回事

如果你的IDE出现avrdude: stk500_recv(): programmer is not responding的提示的时候,注意看看你的数字0和数字1是不是插着东西。

如果你将数码管接到了数字0和数字1上,每次上传代码时,都要拔下来才行。因为数据交互借用了这两个脚做事情。

也就是说,如果你接线时用了串行,upload时需要先拔下0,1口的接线,上传完成后再接回去。


HC05使用教程

原文地址:https://www.cnblogs.com/sows/p/6961853.html