TurboPack / AsyncPro

Async Professional is a comprehensive communications toolkit for Embarcadero Delphi and C++Builder.
101 stars 51 forks source link

The Bluetooth COM numbers are not showed #15

Open prazsmarid opened 3 years ago

prazsmarid commented 3 years ago

Dear developers, I am using the AsyncPro since many years with great satisfaction, always when I develop a program I type 0 for the ComNumber property because it always pops up the "Select COM port" window and the user can select the desired COM port from the list. The only problem with this method is the following: the Bluetooth COM ports are not visible on this list. If I type manually 10 to the ComNumber property then it connects to the Bluetooth device and everything works, but it is not a pleasant solution because the Bluetooth port's COM number are different on every pc. Can you fix this bug? Thanks in advance.

romankassebaum commented 3 years ago

I do not really understand. Is there a problem inside the IDE or at runtime?

prazsmarid commented 3 years ago

00000 The problem is at the runtime. So the problem in short: the Bluetooth COM ports not appear on the list.

romankassebaum commented 3 years ago

Do you have a test project?