Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,目前正在从事一个通过蓝牙工作的项目。
我与之交谈的设备有几种不同的模式。这些模式中的每一种都使用不同的波特率。
我在这个项目中使用了蓝牙聊天示例。
我的问题如下
这些设备的每个返回都发回不同的结束字符串。("\r\n" , "\r")
我希望能够知道设备处于什么模式。我能想到的最好方法是找到设备当前的波特率。有什么方法可以从连接中找到信息吗?