how to detect bluetooth ports on different windows platforms?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all How do one can detect whether a particular port is a serial port or virtual com port created for bluetooth? In the case of win2000 and winXP under HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM ports are listed as /device/serial0 // serial port /device/Btport1 // bluetooth virtual com port So in the case of win2000 and winXP, I've no problem in distinguishing a serial port from virtual bluetooth port. But in the case of win98 and winMe all the ports are listed as COM1 COM2 .. and so on. so how do I make an application to recognize bluetooth ports on all the windows platforms? If anyone know how to do it please help me. many thanks for your help. Hari.