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

TMCL Serial interface to Trinamic Stepper Motors

Results 13 python-tmcl issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm the original author author of this repo, but I left the company a few years back and it seems nobody picked up maintaining this code after I left. I'm...

The packet delivered when installing using pip lacks all the methods implementations for the motor class (at least).

I am trying to set the _stanby_current_, and although it says that is applied, the power supply shows that the current has not been modified. Its quite strange since the...

How exactly do I use the `motor.send()` command? In your API Overview, you listed it as "Send a raw TMCL command to the motor.", but how should I do it?...

Hi, I am struggling to get my ESD CAN-USB/2 device working with the python-tmcm software. What do I need to write for "serial_port = Serial("/dev/tty.usbmodem1241")" for below code as I...

Version in PIP: TMCL 1.1.1 https://pypi.org/project/TMCL/ Version on github: 1.2 https://github.com/NativeDesign/python-tmcl/blob/master/setup.py I get errors due to this, then have to uninstall pip version and install one from github manually.

Hi, I discovered a type mismatch when running a controller board using the TMC429 and TMC262. It is a USB device (MCST 3601), but I managed to get the commands...

The RFS command is designed to be used for 1) initiating reference searches, 2) stopping in progress reference searches, and 3) querying if a reference search is currently in progress....

Hello, In this site ([link](http://python-tmcl.readthedocs.io/en/v2.0-alpha/api/module.html#methods)) some functions are mentioned that aren't in the current release. In particular **Module.write_firmware()** would (as I understand it) be very useful in that it would...

When calling some functions the motor reacts as accepted, but the code trows an error. For example: ```python motor.rotate_right(1600) ``` but if I call it again several times I sometimes...

question