-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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 TMCLserial_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
Metadata
Metadata
Assignees
Labels
No labels