python-tmcl
python-tmcl copied to clipboard
TMCM-3212 Support?
trafficstars
Hello, I'm trying to connect a TMCM-3212. In the description RS 485 in mentioned. Will the module work with the USB/Serial devices, please?
from serial import Serial import TMCL
serial_port = Serial("COM15") bus = TMCL.connect(serial_port) motor = bus.get_motor(1) motor.rotate_left(1234) Traceback (most recent call last): File "
", line 1, in AttributeError: 'Motor' object has no attribute 'rotate_left'
Regards Bytelinker
I am sure that it workes under Linux and Mac. But I haven't tested it under windows.