java、安卓和蓝牙
我想在 android 和 windows 上编写使用蓝牙的应用程序。简而言之,我的应用程序(在 Android 上)将通过蓝牙与另一个应用程序(在 Windows 上)交换数据。我看到android上有很好的蓝牙支持,所以我认为android端不会有问题。我的问题是在windows端。我有带有蓝牙适配器和 Windows 7 的笔记本电脑(华硕 f3sg)。在 java SE 中是否有任何库可供我使用蓝牙在 Windows 7 应用程序上开发?感谢您的任何帮助。
I want to write application on android and windows which will use bluetooth. In short my app (on android) will exchange data with another app (on windows) trough bluetooth. I see that there is good bluetooth support on android so I think that there will be no problems on android side. My problem is windows side. I have laptop (asus f3sg) with bluetooth adapter and Windows 7. Is in java SE any library which I can use to develop on Windows 7 apps using bluetooth? Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 BlueCove。我已在早期版本的 Windows 中成功使用 BlueCove。他们发布了快照 (2.1.1- SNAPSHOT.63),似乎适用于 Windows 7。
Look into BlueCove. I have used BlueCove successfully with earlier version of Windows. They have release a snapshot (2.1.1-SNAPSHOT.63) that appears to work for Windows 7.