You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
Regards
Bytelinker
The text was updated successfully, but these errors were encountered: