Arduino 101串口发送数据,串口助手接收不到

2016-03-231.6万
AI 快速预览详细 收起
本文讨论了Arduino 101在波特率9600下无法通过串口发送数据的问题。首先,确认Arduino 101的串口配置是否正确,并确保波特率设置为9600。接着,检查串口助手和IDE的串口监视器是否正常工作。最后,确保接收端的波特率设置与发送端一致。通过这些步骤,可以快速定位并解决串口通信问题,节省调试时间。
程序能够下载,但是不知道为么数据不能经过串口发送到电脑?IDE的串口监视器也看了,接收不到数据,波特率9600

111.png (55.74 KB, 下载次数: 3490)

Arduino 101 串口发送数据问题排查 > 波特率9600_image_3.webp

1111.png (60.14 KB, 下载次数: 3533)

Arduino 101 串口发送数据问题排查 > 波特率9600_image_6.webp

创作许可协议

本项目采用 None(不开放任何权利,保留所有权利) 进行许可。

评论(3)
凌风清羽
凌风清羽
啥时候我也能拿到一块,等等等~~~~
hekang889988
hekang889988
作者
谢谢,已解决,用的是串口1
qq865650214158
qq865650214158
是不是串口没打开:
Opening and closing the USB Serial port at a baud rate other than 1200bps will not reset the 101. To use the serial monitor, and see what your sketch does from the beginning, you'll need to add few lines of code inside the setup(). This will ensure the Curie module will wait for the serial port to open before executing the sketch:
while (!Serial) ;
可以把程序贴一下!
- 没有更多了 -