windows MS 蓝牙堆栈文档
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4707654/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
MS Bluetooth stack documentation
提问by garzanti
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.
我想为 Windows 7 开发蓝牙应用程序。在哪里可以找到合适的文档、教程等?我的意图是使用 Microsoft 堆栈。
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:
MSDN 对这个主题很不满意,因为它们有一长串用于蓝牙的 Windows API 函数列表,带有简短的描述,但没有逻辑的开始和结束。到目前为止,我发现的最有价值的资源是一个网络教程:
Any other ideas?
还有其他想法吗?
Thnx
谢谢
回答by pwc
If you want some examples of the MS stack in action, check out the source for the BlueCoveproject. It's a complete implementation of JSR-82(the Java BT interface) written to use a variety of stacks, including MS. For example, this fileexercises lots of the stack.
如果您想要一些 MS 堆栈示例,请查看BlueCove项目的源代码。它是JSR-82(Java BT 接口)的完整实现,编写用于使用各种堆栈,包括 MS。例如,这个文件练习了很多堆栈。
回答by alanjmcf
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.
“msdn bluetooth”的 bing(不,是认真的!)的前两个结果是蓝牙 (Windows)和蓝牙 (Windows CE .NET 4.2),它们分别是在 Windows 桌面和 CE/WM 上编程的良好切入点。那里有很多好东西。
Of course I'd recommend managed code and my managed library for Bluetooth, OBEX, etc: 32feet.NET:-)
当然,我会推荐用于蓝牙、OBEX 等的托管代码和托管库:32feet.NET:-)
回答by Prof. Falken contract breached
Well, reference is here on MSDNat the moment.
嗯,参考现在在 MSDN上。