09-14-2019 06:27 PM
What are the steps to establishing a Bluetooth connection to the Development Boarad in Python? I used:
myBoard.PCInterfaceConfig(PCINTERFACE.SERIAL, "COM7")
where COM7 is the Bluetooth wireless port.
This works the first time but when the program ends, and I try running another program with the same command, the Bluetooth port doesn't get established. The only solution I have found is to go to the Bosch Development Desktop software package, establish a connection in Bluetooth, then close Bosch Development Desktop, and then run my program. I am guessing that somehow the Bluetooth connection needs to be reset or disconnected but I don't see an API to do that. I have tried connecting to USB first with the same statement, then connecting via Bluetooth, but that didn't solve this problem. Any ideas?
09-27-2019 03:32 PM
10-03-2019 01:14 AM
Disconnecting/resetting seems to be the problem - I was wondering if anyone had uncovered any commands in the Bosch python library that were needed to reset the port
03-19-2021 05:37 PM
Hi,
Are there any instructions on how to get the bluetooth turned on anywhere? My application board isn't even discoverable to allow for attaching a com port - like step 1 is missing.
thanks