-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Serial trigger 1 byte is possible???? #5620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please turn the debug level to verbose and check the messages, but be aware that some messages may be sent at baud rate 115200 because this is the default rate at boot time. I can tell that Regarding your specific question, I've tested it with this sketch, and it worked fine:
|
arduino-esp32/cores/esp32/main.cpp Line 47 in 92ce408
|
Yes, this is correct. Arduino has no API to trigger UART events based on ISR or Full buffers. |
A potential solution is being implemented. As soon as any data arrives UART RX, |
Hardware:
Description:
Hey Good afternoon,
I have a doubt, and it is possible to make a trigger for each byte received by Serial.
I'm using the following code but it doesn't.
The text was updated successfully, but these errors were encountered: