Bluetooth
-
How to connect a BlueTooth to a window application? i am writing a windows application on sending images through bluetooth device connected to a PC to mobile phones. but i had problem in connecting to the bluetooth device using codes and how we are going to search for available devices and allow the users to select. Is there any available APIs where i can take reference?
-
How to connect a BlueTooth to a window application? i am writing a windows application on sending images through bluetooth device connected to a PC to mobile phones. but i had problem in connecting to the bluetooth device using codes and how we are going to search for available devices and allow the users to select. Is there any available APIs where i can take reference?
Have a look at 32feet.net Peter Foot has spent alot of time getting the windows bluetooth api into an friendly dll. Have a look, it also has lots of examples. Only drawback is that you have to have XP Service Pack 1 (or any operating system that comes with the Microsoft Bluetooth Stack) and that you have to uninstall your current drivers if they are not Microsoft. It also has all the support for the MS Stack enabled pda's and smart phones that run the compact framework. Gav