Why are there two Standard Serial over Bluetooth links in HC-05?

Hello!
I'm testing the HC-05 Bluetooth device and it works well using just one of two available "Standard Serial over Bluetooth link".

I would like to know the purpose of another "Standard Serial over Bluetooth link" as it's working well using just one?

Standard Serial over Bluetooth links

Thank you in advance for your attention.

1 Like

Good question.

Whenever you use HC-05 to connect to a PC two COM ports are allocated to it. You connect to one of them (not either of them). Simplest way to explore this is with the Arduino IDE.

Maybe one is data from PC to HC-05, the other for data from HC-05 to PC. I don't know.

Anyone know?

It appears to be a quirk (rather than an actual problem) that is exclusive to the Windows Bluetooth handler. It is not universal, in fact I have never seen it. This is because I use a Dell laptop, which uses the Toshiba Bluetooth manager. This could be commonplace with laptops, which have Bluetooth as standard equipment, while PCs usually don't, and maybe those users fail to add a decent manager when they plug in a Bluetootg dongle.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.