Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMCM-3212 Support? #8

Open
bytelinker opened this issue Oct 2, 2017 · 1 comment
Open

TMCM-3212 Support? #8

bytelinker opened this issue Oct 2, 2017 · 1 comment

Comments

@bytelinker
Copy link

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

@nicksauerwein
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants