Skip to content

TMCM-3212 Support? #8

@bytelinker

Description

@bytelinker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions