ticlib icon indicating copy to clipboard operation
ticlib copied to clipboard

Python library to drive Pololu Tic stepper motor controllers

Results 4 ticlib issues
Sort by recently updated
recently updated
newest added

position reset does not work

Hi, I appreciate the effort of creating the library. I have a problem (of course, sorry). I've installed -Python 3.9.x -Pip3 -ticlib -usbpy I try running your example code and...

This happens in ticlib/ticlib.py", line 545, in _block_read because at line 543 result = self._read_response(length) does not return an object Maybe treat the error and retry to call again _block_read...

Hi first time user of this library and tic, so apologies for the ignorance. I first had an issue with device port. I resolved that (my pi port was ttyAMA0...