Android 中通过蓝牙接收的 ansi 文本的编码问题
我正在尝试从 Android 上的蓝牙 GPS 设备读取数据。 我已经修改了 Android SDK 中的 BluetoothChat 示例,以使用反射创建 RFComm 套接字。
看起来我收到的值没有正确编码。结果我得到了一些无法打印的字符。
但是Android市场的GetBlue应用程序能够正确显示NMEA字符串。
请帮忙!
I am trying to read data from a Bluetooth GPS device on Android.
I have modified the BluetoothChat sample from the Android SDK to create RFComm socket using reflection.
Looks like the values i receive are not encoded correctly. I get some unprintable characters as a result.
But the GetBlue app from the Android market is able to correctly display the NMEA strings.
Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在为连接指定适当的 UUID 后,这个问题得到了解决。
请参阅 BlueGPS4Droid(http://sourceforge.net/p/bluegps4droid/home) 示例。
This got solved after specifying an appropriate UUID for connection.
Please see BlueGPS4Droid(http://sourceforge.net/p/bluegps4droid/home) for an example.