The UART settings need to be consistent on both the AV system and the lighting interface for successful communication.
- Baud Rate: This determines the rate at which data is transmitted over the UART interface. It specifies the number of bits transmitted per second.
- Options for Baud rate includes – 1200, 2400, 4800, 9600 (default), 19200, 38400, 57600, 115200
- Data Bits: Data bits represent the actual information being transmitted in each character.
- Options for data bits – 5,6,7,8 (default)
- Parity: Parity is used for error-checking during data transmission. It adds an extra bit to each character to detect and correct errors.
- Options for parity – none (default), even, odd
- Stop Bits: The number of bits used to indicate the end of a data packet.
- Stop bits – 1 (default), 1.5, 2
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article