python-tmcl icon indicating copy to clipboard operation
python-tmcl copied to clipboard

TMCM-3212 Support?

Open bytelinker opened this issue 8 years ago • 1 comments
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

bytelinker avatar Oct 02 '17 11:10 bytelinker

I am sure that it workes under Linux and Mac. But I haven't tested it under windows.

nicksauerwein avatar Oct 03 '17 07:10 nicksauerwein