Search found 1 match
- Mon Dec 11, 2017 1:23 pm
- Forum: ESP32 Arduino
- Topic: ESP32 UART intercharacter delay
- Replies: 1
- Views: 3588
ESP32 UART intercharacter delay
Hi, I hope you can help me out. I'm using ESP32 with framework-arduinoespressif32, I have been trying to force 1ms delay in between characters sent through UART. I'm manually editing the uart driver. I went through the datasheet and understand that we could use the break length to set the delay up. ...