SolidGeek / VescUart

An Arduino library for interfacing with the VESC over UART
GNU General Public License v3.0
177 stars 92 forks source link

getVescValues for Slave VESC #45

Open vasanth44krishnan opened 1 year ago

vasanth44krishnan commented 1 year ago

Hi,

I am new to using Arduino and VESC and I am currently trying to control two VESCs. I have an Arduino MEGA which is connected to the master VESC via UART and the Slave is connected to the master via CAN. With your library, I am able to send setRPM commands to the slave VESC but I am not able to getVescValues of the slave VESC. Can guide me on that? and there are no commands for sending servo commands, can you configure that too within your library?