-
Notifications
You must be signed in to change notification settings - Fork 313
Open
Labels
Description
I need to quickly switch Parity before writing data (to solve the 9-bit problem). I use MARK_PARITY to write the address, then switch to SPACE_PARITY to write the data, and finally switch to NO_PARITY to receive the data. Each switch must be kept for 1ms, otherwise either invalid data will be sent or data will be lost. Can this be solved or optimized? Also, if I use NO_PARITY or SPACE_PARITY directly when writing data, the received data will be different.