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.
我尝试在 Java SE 中开发代码,几乎我已经完成了我的代码(代码正在解码 GPS nmea0183 协议)现在面临一个问题,我的 GPS 设备向我发送数据流,我的代码正在解码并以图形方式显示。
但我不确定如何通过代码接收蓝牙数据。任何人都可以告诉我如何将路径蓝牙数据提供给我的代码?
您可能需要一个库来与操作系统中的蓝牙网络堆栈进行通信。看看:http ://code.google.com/p/bluecove/