Click to See Complete Forum and Search --> : Blue Tooth in c#


atkin
March 15th, 2006, 07:56 PM
Hi
Im doing an app with blue tooth and got hold of some sample code. It doesnt compile and requires ws2bth.h and BluetoothAPIs.h.
Were can i get hold of this file, all the googling points to sites that dont exist.
Also any heads up on how to develop with bluetooth using .net 2.0
thanks

Suzi167
March 16th, 2006, 11:38 AM
Attached is the first file that you need + a few other useful BT files.
I think I found them somewhere under my Windows folder
Check on MSDN and ther eis a lot of info regarding BT development.
Yo unormally would need to open a socket just as you would do with a regular comm port but this time you will use the comm port which is assigned to the BT.

atkin
March 16th, 2006, 01:55 PM
Cool, thanks a lot.