Is there a python or C/C++ library to interface with the Motor Control Protocol Suite from the "Controller" side (i.e. computer) ?
[VERSION]: 6.3.0
[TOOL]: Motor Control Protocol Suite
[DETAILS]:
As per the title: "Is there a python or C/C++ library to interface with the Motor Control Protocol Suite from the "Controller" side (i.e. computer) ?". There is a pretty extensive Motor Controller Protocol, that is documented, and can help control the STM32 motor controller over UART, which would actually be a really useful feature to have for my use case, as I would like to do some automated testing of BLDC motors and log parameters.
Of course I could spend time implementing this by myself. But I feel like it has already been done by ST since there is the Motor Pilot application which makes use of this protocol.
Ideally, I would like to have a Python library that allows me to easily send commands. And read parameters.
If not possible a C/C++ library could also work.
Is there one already located somewhere? Or is it not intended to be released?
Best regards,
François
