Jump to content

bluetooth dev


Guest Tech

Recommended Posts

hey there. hope someone can help

I am going to be designing a .NET app which uses bluetooth technology to send and recieve data.

what I want to know is - on my server computer (I will be having a usb bluetooth stick connected to it).... how can I "listen" for data incoming to the bluetooth device?

basically - my smartphone will find the server using bluetooth - I then want to send messages from my smartphone to the server.... I want the server to "listen" to the bluetooth device and pick up messages sent to it

is it possible? how?

Link to comment
Share on other sites

  • 4 weeks later...
Guest Peter Foot

You could start with this Bluetooth library for .NETCF - www.peterfoot.net/Bluetoothv14.aspx

Included are a couple of sample apps, the BluetoothRemote / BluetoothRemoteListener would be very similar to your requirements and demonstrate a desktop listener and a client app on the smartphone which sends back keystrokes.

Let me know how you get on

Peter

Link to comment
Share on other sites

I have done such a thing

it depends what you want to do, if you want just your computer and mobile device to communicate, just set it up using ACTIVESYNC.... and it will work as if you were connected via USB

otherwise, probably as posted above would help alot more :)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.