TCP/IP over bluetooth

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • m.a

    TCP/IP over bluetooth

    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


  • Peter Duniho

    #2
    Re: TCP/IP over bluetooth

    On Tue, 18 Nov 2008 09:54:17 -0800, m.a <ma.@spamoff.co mwrote:
    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?
    With such a vague question, the best I can offer is that you look at the
    System.Net namespace, and in particular the System.Net.Sock ets namespace.

    Comment

    • Tim Roberts

      #3
      Re: TCP/IP over bluetooth

      "m.a" <ma.@spamoff.co mwrote:
      >
      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.
      --
      Tim Roberts, timr@probo.com
      Providenza & Boekelheide, Inc.

      Comment

      Working...