Search found 1 match
- Mon Jan 02, 2017 9:12 am
- Forum: ESP32 Arduino
- Topic: Serial with Mark/Space Parity
- Replies: 2
- Views: 6259
Serial with Mark/Space Parity
Hi There I need to talk to a device that requires 9 bit serial where the 9th bit has to be set high to let the device know it is being addressed. On Arduino I managed this by manipulating the relevant serial control registers. Is this possible with the ESP32 and where can I find details on the seria...