communcation via bluetooth

  • Thread starter Thread starter cfyam
  • Start date Start date
C

cfyam

If my C# PPC app want to communcation with other device via blue tooth, how
can I do?
 
It depends, is the Bluetooth serial port being used, or a network
connection, or any of the other connection types? If it's a serial port
emulation, then use a serial port control, such as TransPort from
ComponentScience, or the serial port control from OpenNetCF. If it's a
network, then you can use the .NET Socket.
 

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

Back
Top