Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Bluetooth DUN and PPP

Bluetooth DUN and PPP

Scheduled Pinned Locked Moved C / C++ / MFC
questiondatabase
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    PSLoh
    wrote on last edited by
    #1

    Hi, I have a query about the DUN and PPP and hope that someone can point me in the right direction to proceed on. I am programming a console application in C that will be used on Windows platform and maybe other platforms in future. The application will be used by a laptop/PC to connect to the Internet by using the DUN profile of a bluetooth capable mobile phone. I have managed to connect to the mobile phone and make a call to a normal phone number using the ATcommands. But I understand that to connect to the Internet thru the GPRS, I also have to implement the Point to Point Protocol. If that is so, how can I go about it? Please do correct me if my understanding is wrong. Any pointers to set me in the right direction is greatly appreciated. Thanks and regards, Loh

    A 1 Reply Last reply
    0
    • P PSLoh

      Hi, I have a query about the DUN and PPP and hope that someone can point me in the right direction to proceed on. I am programming a console application in C that will be used on Windows platform and maybe other platforms in future. The application will be used by a laptop/PC to connect to the Internet by using the DUN profile of a bluetooth capable mobile phone. I have managed to connect to the mobile phone and make a call to a normal phone number using the ATcommands. But I understand that to connect to the Internet thru the GPRS, I also have to implement the Point to Point Protocol. If that is so, how can I go about it? Please do correct me if my understanding is wrong. Any pointers to set me in the right direction is greatly appreciated. Thanks and regards, Loh

      A Offline
      A Offline
      Alexander M
      wrote on last edited by
      #2

      probably the easy way would be to create a modem driver and use the windows PPP and tcp/ip implementations for the connection.

      Don't try it, just do it! ;-)

      P 1 Reply Last reply
      0
      • A Alexander M

        probably the easy way would be to create a modem driver and use the windows PPP and tcp/ip implementations for the connection.

        Don't try it, just do it! ;-)

        P Offline
        P Offline
        PSLoh
        wrote on last edited by
        #3

        Thanks for your reply. To create a modem driver is really beyond my knowledge now. But I am willing to do it. Do you have any recommended readings or resources on creating modem drivers and windows PPP and TCP/IP?

        A 1 Reply Last reply
        0
        • P PSLoh

          Thanks for your reply. To create a modem driver is really beyond my knowledge now. But I am willing to do it. Do you have any recommended readings or resources on creating modem drivers and windows PPP and TCP/IP?

          A Offline
          A Offline
          Alexander M
          wrote on last edited by
          #4

          the windows DDK (now WDK) is always a good source for driver programming. you can get a copy via MSDN (subscriber) or via http://connect.microsoft.com

          Don't try it, just do it! ;-)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups