Hi I am using linux and am trying to connect to the robot via serial port ( FTDI Cable )
I am using
xArm-Developer /xArm-Python-SDK from github
When I run this code
from xarm.wrapper import XArmAPI
print(“xARM Application”)
arm = XArmAPI(‘/dev/ttyUSB0’)
It hangs and eventually times out with this error
[SDK][ERROR][2022-01-06 16:09:50][base.py:343] - - failed to get version
I have swapped the Rx and Tx lines but still it is not working
Anybody have any idea why this is happening?
Thanks,
Louis