Search found 1 match
- Wed Mar 26, 2025 8:03 pm
- Forum: ESP8266
- Topic: Fast reset of UART
- Replies: 0
- Views: 8442
Fast reset of UART
I have an application that receives a continuous stream of bits at 1200 bauds but does not have recognizable start or stop bits. The data is 8 bits long and has to be framed by recognizing a specific byte. The normal UART functions therefore do not work reliably. At the moment I pre-process the data ...