Bluetooth: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* [http://en.wikipedia.org/wiki/Bluetooth Bluetooth - Wikipedia] | * [http://en.wikipedia.org/wiki/Bluetooth Bluetooth - Wikipedia] | ||
==Windows XP / Vista== | ===Bluetooth on Windows=== | ||
* [http://www.dev-toast.com/2007/01/05/uncrippling-bluetooth-in-vista-rtm/ Uncrippling Bluetooth in Vista RTM] | |||
* [http://wiki.xda-developers.com/index.php?pagename=WM6%20%2B%20Microsoft%20Bluetooth%20A2DP%20(stereo%20BT%20headphones)%20quality%3A%20Light%20at%20the%20End%20of%20the%20Tunnel%3F WM6 + Microsoft Bluetooth A2DP (stereo BT headphones) quality: Light at the End of the Tunnel?] | |||
* [http://www.djkaty.com/vista/bluetootha2dp Tutorial: Bluetooth A2DP headphones (high quality stereo), Windows Vista, and cellphones] | |||
===Microsoft=== | |||
* [http://download.microsoft.com/download/F/A/7/FA70E919-8F82-4C4E-8D02-97DB3CF79AD5/CON-T536_Bhesania_Taiwan.pdf CON-T536: Bluetooth and Wireless USB Support in Windows 7] | |||
* [http://support.microsoft.com/kb/942567 Description of the Windows Vista Feature Pack for Wireless] | |||
===Lego NXT=== | |||
* [http://nxtemplar.blogspot.com/2006/10/bluetooth-nxt-robotics-studio.html Bluetooth, NXT, Robotics Studio] | |||
===Programming against Bluetooth devices== | |||
===Windows XP / Vista=== | |||
* [http://www.lenholgate.com/archives/000102.html Bluetooth sockets commandline example] | * [http://www.lenholgate.com/archives/000102.html Bluetooth sockets commandline example] | ||
==Windows Mobile== | ===Windows Mobile=== | ||
===Microsoft Bluetooth Stack=== | ===Microsoft Bluetooth Stack=== | ||
This example shows how to use the Microsoft bluetooth stack on a device to perform a device discovery and populates a listbox with the names of detected bluetooth devices. | This example shows how to use the Microsoft bluetooth stack on a device to perform a device discovery and populates a listbox with the names of detected bluetooth devices. | ||
Line 24: | Line 38: | ||
* [http://www.pocketpcdn.com/articles/articles.php?&atb.set(c_id)=78&atb.set(a_id)=11501&atb.perform(details)=& Enumerating devices and services with the Microsoft Bluetooth stack] | * [http://www.pocketpcdn.com/articles/articles.php?&atb.set(c_id)=78&atb.set(a_id)=11501&atb.perform(details)=& Enumerating devices and services with the Microsoft Bluetooth stack] | ||
* [http://nativemobile.blogspot.com/2007/02/bluetooth-sources.html The Bluetooth sources - A managed wrapper for Microsoft and Widcomm bluetooth stacks] | * [http://nativemobile.blogspot.com/2007/02/bluetooth-sources.html The Bluetooth sources - A managed wrapper for Microsoft and Widcomm bluetooth stacks] | ||
<google>ENGELSK</google> | <google>ENGELSK</google> |
Revision as of 13:22, 21 February 2009
<seo title="Links to samples and SDK's for C++ and C#" /><google>ENGELSK</google>
Bluetooth what is it!
Bluetooth on Windows
- Uncrippling Bluetooth in Vista RTM
- WM6 + Microsoft Bluetooth A2DP (stereo BT headphones) quality: Light at the End of the Tunnel?
- Tutorial: Bluetooth A2DP headphones (high quality stereo), Windows Vista, and cellphones
Microsoft
- CON-T536: Bluetooth and Wireless USB Support in Windows 7
- Description of the Windows Vista Feature Pack for Wireless
Lego NXT
=Programming against Bluetooth devices
Windows XP / Vista
Windows Mobile
Microsoft Bluetooth Stack
This example shows how to use the Microsoft bluetooth stack on a device to perform a device discovery and populates a listbox with the names of detected bluetooth devices.
There are also a couple of other SDK examples.
Widcom Bluetooth Stack
Widcom provide their own SDK for their bluetooth stack and it includes a number of example applications designed to demonstrate it's use.
João Paulo Figueira
- Enumerating devices and services with the Widcomm Bluetooth stack
- Enumerating devices and services with the Microsoft Bluetooth stack
- The Bluetooth sources - A managed wrapper for Microsoft and Widcomm bluetooth stacks
<google>ENGELSK</google>