Search found 2 matches

by ETheLaw
Wed Aug 21, 2024 11:45 am
Forum: ESP32 Arduino
Topic: Serial.setTxTimeoutMs() function doesn't work?
Replies: 1
Views: 562

Re: Serial.setTxTimeoutMs() function doesn't work?

Hey... uh... never mind!

I realized what's going on... the board where the function works has "USB CDC" (or whatever it's called), and the board where the function doesn't work has a plan UART... that apparently doesn't support that function! Case closed.
by ETheLaw
Tue Aug 20, 2024 7:11 pm
Forum: ESP32 Arduino
Topic: Serial.setTxTimeoutMs() function doesn't work?
Replies: 1
Views: 562

Serial.setTxTimeoutMs() function doesn't work?

Hello! I'm working on a couple of different projects using the ESP32 core and Arduino development environment. I have a lot of "Serial.println()" statements in my code for debugging, but the code also needs to work well without the serial monitor connected, and that can at times cause slowness as de...