Other Parts Discussed in Thread: DRV8350, MSP430F5529
Hi,
I just got this DRV8350H-EVM board, connected it to a motor with hall-sensors and managed to control it via the provided GUI
Now that I see it works - I want to control it via my software - but I couldn't find the API to do it...
No examples or sample code on how to send Serial (over USB) commands to this board..
After 1H I only found this file from the GUI folder:
C:\Program Files (x86)\Texas Instruments\DRV8350x-EVM\Apps\DRV8350x\node_modules\protocol.js
But I can't afford to re-implement all of these low-level protocol by myself in my software (Python3 or C or C++)...
Do you have a library that I can use like:
import ti_drv
ti_drv.connect('COM38')
ti_drv.set_motor_speed(100)
Or a GUI API so I can send commands to the GUI that will control the board?
I think I saw the GUI opens port 9200 9900 on my PC when I start it - maybe I can control it via these?
Looking forward to your reply,
Thanks,
Arad