Bluetooth issue - com port busy when restarting a new program

Hi @Neuro503

I don’t have the exact answer you need, but seeing there’s no avalanche of replies…

I have a few Arduino+Bluetooth(BT) projects running.

I don’t use Windows+PC+BT to connect to them. You might achieve something by running device manager, and disable/enable the com port. I’ve forgotten what the BT config looks like, but there might be ways of unconfiguring and reconfiguring there to get it to reconnect. If it works it can probably be automated with command line, which can be run from Processing.

On my Android phone I have BlueTerm2. It can always connect to the Ard+BT (if not already connected to something else). You could use this to confirm that Ard+BT is fine, problem is in PC.

You could move your project to Android phone. Example in this topic.

You could use a usb-ttl serial adaptor connected to HC05. This would connect reliably and give you a normal serial port on the PC. (Prices have gone up lately, CV19?)

Hope this helps,

Richard.