Hi all,
I am currently using a teensy 4.0 to communicate with a esp-32 s3 using the USB host pins on the the teensy (D+ and D- on the underside). It works fine when using a baud rate of 115200 to communicate but I am now trying to use 921600 as that is what the system I am working with runs at now and it just won't work. I went into the USBHost_t36.h file and changed the baud rate to 921600 as well as the serial.cpp file but to no avail. Is there anything I may be doing wrong here or any other solutions I could try. Just to note I am using PlatformIO to upload to the teensy
Thanks,
-HR
I am currently using a teensy 4.0 to communicate with a esp-32 s3 using the USB host pins on the the teensy (D+ and D- on the underside). It works fine when using a baud rate of 115200 to communicate but I am now trying to use 921600 as that is what the system I am working with runs at now and it just won't work. I went into the USBHost_t36.h file and changed the baud rate to 921600 as well as the serial.cpp file but to no avail. Is there anything I may be doing wrong here or any other solutions I could try. Just to note I am using PlatformIO to upload to the teensy
Thanks,
-HR
Last edited: