Android 中通过蓝牙接收的 ansi 文本的编码问题

发布于 2024-11-01 02:22:20 字数 185 浏览 0 评论 0原文

我正在尝试从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在深巷 2024-11-08 02:22:21

在为连接指定适当的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文