Hi, I have a simple question (I've searched in the forum but I haven't found similar topics).
I'm developing a simple vesc display like this one https://github.com/SimonRafferty/VESC_ESP32_Display
the display is based on esp32 (and running Vescuart library) to communicate with Vesc.
unfortunately I can't access to the uart or can ports, but just to the usb port.
The question is: can I retrieve telemetry data (rpm, voltage, current..) from usb? USB should be a serial port like uart port.
Anyone doing similar stuff? Any advice?
thanks