Search found 1 match

by zainab_orooq
Mon Dec 11, 2017 1:23 pm
Forum: ESP32 Arduino
Topic: ESP32 UART intercharacter delay
Replies: 1
Views: 3275

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. ...