Support for Higher Baud Rates? #10103
Unanswered
digamesystems
asked this question in
Q&A
Replies: 1 comment
-
UART should work at high baud rate. I have tested it using Serial Monitor with 2Mbps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
This is probably a rookie question in this forum... :)
Looking at Espressif's documentation, it appears that the ESP32 is capable of higher baud rates than those supported by the Arduino Serial class. (max=460800 baud) -- Apparently, in UART mode it's supposed to be capable of up to 5MBS. Has anyone explored this from the Arduino side? I realize over the USB interface this may be impractical but having the ESP talk to another device at high speed, do some processing and report back at a lower speed over UART would be great for a project I'm working on.
Thanks for the great work!
Regards,
John
Beta Was this translation helpful? Give feedback.
All reactions