TCP/IP over bluetooth

  • Thread starter Thread starter m.a
  • Start date Start date
M

m.a

Hello,

I want to write an application for a PDA system that communicates with a
Bluetooth device using TCP/IP. I did a lot of Googleing, but I found nothing
that helps me to find a starting point. Would somebody help me to find some
information and possibly some sample codes?

Any help is much appreciated.



Best regards
 
m.a said:
I want to write an application for a PDA system that communicates with a
Bluetooth device using TCP/IP. I did a lot of Googleing, but I found nothing
that helps me to find a starting point. Would somebody help me to find some
information and possibly some sample codes?

Is this actually a Bluetooth network device? You can't force a Bluetooth
device to use a protocol that it isn't configured to use. If it is a
serial device, then you need to talk to it like a serial device.
 
Back
Top