bluetooth communication in compact .NET

T

Tim

Hi,

I'm working on a bluetooth-connection between two ipaq's. Is there a library
available that raps bluetoothcommunication in compact .NET to send data
units like strings over a bluetooth-connection?

thx,

Tim.
 
G

Guest

You should understand, that Bluetooth is just a protocol that could include many different "profiles" that emulate serial communications, TCP/IP, etc... In these cases you should be able to use either serial libraries available from OpenNETCF (http://www.opennetcf.org/serial.asp) or just plain Sockets...

HTH... Alex
--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com|www.opennetcf.org

----- Tim wrote: -----

Hi,

I'm working on a bluetooth-connection between two ipaq's. Is there a library
available that raps bluetoothcommunication in compact .NET to send data
units like strings over a bluetooth-connection?

thx,

Tim.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top