Closed lweingart closed 3 years ago
Hi again,
I was actually able to make the examples to work by setting the baud rate to 115200. Meaning, changing this line:
>>> device = SimpleBGC32.from_url('serial:/dev/ttyUSB0:38400:8N1')
with this line:
>>> device = SimpleBGC32.from_url('serial:/dev/ttyUSB0:115200:8N1')
Cheers
Hello,
I have a gimbal with the SimpleBGC controller linked to a jetson nano that I try to control with python, and I just found this PySimpleBGC. However, I cannot make it work, trying to follow the steps described here: https://pysimplebgc.readthedocs.io/en/latest/#api-reference
Here are my steps: The gimbal is plugged to the Jetson nano via USB cable and is detected as /dev/ttyUSB0. Then I open the python shell and this is what happens:
up until now, everything looks good, but then:
Well, you get the idea, I cannot seem to get anything useful that way. Could you help me finding what I'm doing wrong, or anything that could help me, I would really appreciate.
Thank you very much in advance Best