Home All Groups Group Topic Archive Search About

How to control Bluetooth?

Author
2 May 2006 7:38 AM
Boki
Hi All,

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

ex: paring, connection, disconnect....etc.

Best regards,
Boki

Author
2 May 2006 5:35 PM
Dick Grier
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.
Author
2 May 2006 5:40 PM
Dick Grier
BTW, if you want to use BT via Winsock, there is a "standard API."  Look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bluetooth/bluetooth/managing_bluetooth_devices_and_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.
Author
5 May 2006 5:03 PM
Boki
Dick Grier wrote:
> BTW, if you want to use BT via Winsock, there is a "standard API."  Look at
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bluetooth/bluetooth/managing_bluetooth_devices_and_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.

Thank you so much for your advice!

Best regards,
Boki.