MS 蓝牙堆栈文档
我想为 Windows 7 开发蓝牙应用程序。在哪里可以找到合适的文档、教程等?我的目的是使用微软堆栈。
MSDN 关于这个主题是乏味的,因为他们有一个很长的蓝牙 Windows API 函数列表,带有简短的描述,但没有逻辑的开始和结束。到目前为止,我发现的最有价值的资源是网络教程:
还有其他想法吗?
谢谢
I want to develop a Bluetooth application for Windows 7. Where could I find a proper documentation, tutorials and so on? My intention is to use Microsoft stack.
The MSDN is sterile about this topic, in the sense that they have a long list of Windows API functions for Bluetooth with brief descriptions, but with no logical start and end. Until now the best valuable resource found by me is a web tutorial:
Any other ideas?
Thnx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您想要一些 MS 堆栈的实际示例,请查看 BlueCove 项目的源代码。它是 JSR-82< 的完整实现/a>(Java BT 接口)为使用各种堆栈而编写,包括 MS。例如,此文件 练习了很多堆栈。
If you want some examples of the MS stack in action, check out the source for the BlueCove project. It's a complete implementation of JSR-82 (the Java BT interface) written to use a variety of stacks, including MS. For example, this file exercises lots of the stack.
bing(不,说真的!)中“msdn bluetooth”的前两个结果是 蓝牙 (Windows) 和 蓝牙 (Windows CE . NET 4.2),这些分别是在 Windows 桌面和 CE/WM 上进行编程的良好切入点。那里有很多好东西。
当然,我建议使用蓝牙、OBEX 等托管代码和托管库:32feet.NET :-)
The first two results in bing (no, seriously!) for "msdn bluetooth" are Bluetooth (Windows) and Bluetooth (Windows CE .NET 4.2) and those are good entry-points to programming on Windows desktop and CE/WM respectively. Lots of good stuff there.
Of course I'd recommend managed code and my managed library for Bluetooth, OBEX, etc: 32feet.NET :-)
好吧,参考是MSDN 上眼下。
Well, reference is here on MSDN at the moment.