sfactor
sfactor

Reputation: 13062

Bluetooth development on windows

i need to create an application on a window machine that will communicate with a portable device over bluetooth...i am new to bluetooth so i was wondering what sort of APIs and drivers were available in the windows system...I know there is the bluez stack in Linux and OSX but not so much about the windows system.

and also i need to transfer this data into a web application...any suggestions on how i go about starting with this thing?

Upvotes: 4

Views: 1743

Answers (2)

Sheng Jiang 蒋晟
Sheng Jiang 蒋晟

Reputation: 15261

Depends on the Bluetooth stack. Microsoft's stack is introduced in Windows XP Sp1 and is accessible using Windows Wireless SDK. Other Bluetooth stacks, many of them predate Xp Sp1, may require SDKs from the stack's provider.

Upvotes: 1

alanjmcf
alanjmcf

Reputation: 3440

There's the library I maintain... http://32feet.net :-) We support the MSFT Bluetooth and Widcomm Bluetooth stacks on Win32.

Upvotes: 6

Related Questions