-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Hi there, my name is Jessica.
I was wondering if anyone can provide me with some assistance. I made various endeavors to run the correct code given by RollingGrecko that allows my Arduino to communicate with my Vesc (Firmware V3.28 ) through UART. I managed to get my Arduino Mega working on a Vesc Firmware V3.28 by receiving information from my Vesc using UART. However for some odd reason, I am unable to get RollingGrecko's code to work on my Teensy 3.6.
This is the Error that I have received on my teensy 3.6(Seen below)
cannot convert 'usb_serial_class*' to 'HardwareSerial*' for argument '1' to 'void SetDebugSerialPort(HardwareSerial*)'
After hours of research, I have notice that the Teensy 3.6 runs a different processor than the Arduino Mega.
Can someone verify if they are having the same problem when using a Teensy 3.6??
Furthermore, any help with getting my Teensy 3.6 to work through UART with the new Firmware V3.28 is
greatly appreciated.
Thank you,
Sincerely
Jess :)