MS Bluetooth stack documentation
I want to develop a Bluetooth application for Windows 7. Wher开发者_运维技巧e 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:
http://www.winsocketdotnetworkprogramming.com/winsock2programming/winsock2advancedotherprotocol4j.html
Any other ideas?
Thnx
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.
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 :-)
Well, reference is here on MSDN at the moment.
精彩评论