UART Configuration

Modified on Tue, 6 May at 3:19 AM

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.
    1. 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.
  1. Options for data bits – 5,6,7,(default)
  • Parity: Parity is used for error-checking during data transmission. It adds an extra bit to each character to detect and correct errors.
  1. Options for parity – none (default), even, odd
  • Stop Bits: The number of bits used to indicate the end of a data packet.
  1. Stop bits – (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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article