How to control Bluetooth?

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

    #1

    How to control Bluetooth?

    Hi All,

    I wish to get a demo/introduction about Bluetooth application in
    VB/VB.NET/C#...

    ex: paring, connection, disconnect....e tc.

    Best regards,
    Boki

  • Dick Grier

    #2
    Re: How to control Bluetooth?

    AFAIK, there is no standard approach for these things. If I understand the
    current level of technology, BT on the Desktop is done at the driver level
    (by software furnished with the hardware), and no general-purpose API
    exists.

    Dick

    --
    Richard Grier, MVP
    Hard & Software
    Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
    Edition,
    ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
    2006.
    See www.hardandsoftware.net for details and contact information.


    Comment

    • Dick Grier

      #3
      Re: How to control Bluetooth?

      BTW, if you want to use BT via Winsock, there is a "standard API." Look at
      http://msdn.microsoft.com/library/de...d_services.asp

      --
      Richard Grier, MVP
      Hard & Software
      Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
      Edition,
      ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
      2006.
      See www.hardandsoftware.net for details and contact information.


      Comment

      • Boki

        #4
        Re: How to control Bluetooth?


        Dick Grier wrote:[color=blue]
        > BTW, if you want to use BT via Winsock, there is a "standard API." Look at
        > http://msdn.microsoft.com/library/de...d_services.asp
        >
        > --
        > Richard Grier, MVP
        > Hard & Software
        > Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
        > Edition,
        > ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
        > 2006.
        > See www.hardandsoftware.net for details and contact information.[/color]

        Thank you so much for your advice!

        Best regards,
        Boki.

        Comment

        Working...