TArduinoUSARTSerial.Parity

From Visuino
Revision as of 08:44, 9 June 2022 by Visuino (talk | contribs) (Created page with "== Summary == {{:Summaries:Summary TArduinoUSARTSerial.Parity}} == Description == Use this property to specify the Parity of the serial port. {{:Enums:Enum TArduinoSerialParity}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Specifies the Parity of the serial port

Description

Use this property to specify the Parity of the serial port.


Available Values

  • spNone - Specifies no Serial Parity
  • spEven - Specifies Even Serial Parity
  • slOdd - Specifies Odd Serial Parity
  • slMark - Specifies Mark Serial Parity
  • slSpace - Specifies Space Serial Parity