analogdevicesinc / TMCL-C-Examples

MIT License
7 stars 0 forks source link

C Code for Linux Platform to Interface with TMCM 1240 Module via USB #1

Open yasir-shahzad opened 1 year ago

yasir-shahzad commented 1 year ago

Could you kindly write the C code for the Linux platform, enabling us to communicate with the TMCM module over USB and control the motor?

trinamic-ed commented 1 year ago

Hello,

for USB access with Linux, please try out our Python package called "PyTrinamic". It is hosted on pypi.org and can be installed with pip. There is also a python example available to connect via USB: examples/modules/TMCM1240/TMCL

Best Regards, Enrico