You are here

Read telemetry data from USB port

1 post / 0 new
mlsc
Offline
Last seen: 3 weeks 2 days ago
VESC Free
Joined: 2024-09-13 09:55
Posts: 1
Read telemetry data from USB port

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