Hello,
I’m trying to connect to the bluetooth module provided with Hexy and I’m having some issues.
I’m able to get the module paired and see it in /dev/rfcomm0 from PySerial using:
When I try:
I just get: ‘’
I’ve tried sending commands using:
Or:
But I get no response with a followup readline() command
I’ve also tried sending ‘C’ and ‘C/n’ to see if Hexy responds at all. No joy.
The only time I can get any response from ser.readline() is after I press the reset button on Servotor in which case I’ll receive “AT+BAUD4” and then nothing. I’m still unable to communicate with the bluetooth module in any meaningful way.
Can anyone offer some advice as to what might be happening here? I’m trying to troubleshoot since I can’t get PoMoCo to communicate with Hexy even with the hack that hard codes /dev/rfcomm0 into Servotor.py.
Any help would be appreciated!
Regards,
Daniel