I have a stepper motor controller that I can command through a USB COM on windows. The manufacturer provided a software but I want to create my own on python (In fact, I want to include the control of the stepper into a python code that control another device using the stepper). The problem is that I don't have any information about the commands to send to the controller to move the motor. I want to know if there is a way to read the command sent to the controller using the manufacturer software (like move the motor and read the command sent) and then use that command to write my own code on python ? I want to know if my idea is pure fantasy or if this can actually be done ? Thanks
Communication with a stepper motor controller through a USB COM?
796 Views Asked by gtn_03 At
2
There are 2 best solutions below
0

I think it's a bit hard since the manufacturer already has its own software meaning their software already bind with the firmware of the controller.
One way to do that is you have to look for the way to communicate with the firmware between python and your controller. Who know to do this? the manufacturer. If you have a basic of electrical engineering I think its possible but still hard.
I was able to solve my problem by reverse engineering the protocol of the device :