Bluetooth with C#
Bluetooth Manager has following functionalities:
1. Discovery of devices
2. Finding out MAC address
3. Sending a File through Bluetooth

You can search the device, select one of the available ones and then send a text file to the user. The application uses In The Hand APIs. For more information about APIs: http://inthehand.com/
Click here to download the example
Related posts:
Continue reading » · Written on: 06-28-08 · 7 Comments »
hi, i am ash84.
i have questions.
i tried to develop the Bluetooth Connection Manager using IntheHand Library.
but, i failed the development.
i use two notebooks and notebooks have Bluetooth(not USB)
My question is that
where is your program(Bluetooth Manager)’s operating site?
Deskop? or Notebook? or UMPC?
and what do you use a kind of bluetooth?
Bluetooth usb? or Bluetooth rs232? Bluetooth notebook?
please, reply me. ^^
September 4th, 2008 at 12:18 pmI am communicating a Bluetooth Handset (Nokia) and my laptop, which has an inbuilt Bluetooth.
The OS on my laptop is Vista Home Premium.
September 4th, 2008 at 9:48 pmHi,
Very GoodArticle.How can i read the Data from bluetooth which is sent by other bluetooth devices
Thank You.
June 7th, 2009 at 12:05 pmUse the BluetoothListener class to receive data from other bluetooth devices..
Namespace: InTheHand.Net.Sockets
June 19th, 2009 at 7:34 pmHi,
Thanks for ur reply.
i have used listener class and i have created the window service.Iam able to recive the data.
But this happens when we want to send to a particular bluetooth .By selecting the Device Name and u will click send file to that particular device.
I have designed Bluetooth chip which will send data for every two seconds .
I can read the data from bluetooth chip
Now my situation is that Iam able to discover my bluetooth chip and iam reading the data when iam invoking the button click event after selecting by bluetooth chip which was discovred and displayed in listview .
what iam trying is i should discover the bluetooth device(this bluetooth device will connect to my PC) and i should read the data from my bluetooth chip.
Every time the bluetooth device which is connected to my pc has to listen for my Bluetooth microchip.
June 20th, 2009 at 11:26 pmHi,
Thanks for ur reply.
i have used listener class and i have created the window service.Iam able to recive the data.
But this happens when we want to send to a particular bluetooth .By selecting the Device Name and u will click send file to that particular device.
I have designed Bluetooth chip which will send data for every two seconds .
I can read the data from bluetooth chip
Now my situation is that Iam able to discover my bluetooth chip and iam reading the data when iam invoking the button click event after selecting by bluetooth chip which was discovred and displayed in listview .
what iam trying is i should discover the bluetooth micro chips around my bluetooth device(this bluetooth device will connect to my PC) and i should read the data from my bluetooth chip.
Every time the bluetooth device which is connected to my pc has to listen for my Bluetooth microchip.
June 20th, 2009 at 11:28 pmHi, i am mahendar.
June 22nd, 2009 at 11:10 amHow to send the request for a bluetooth device asking to send a file.