TArduinoSerial.Parity: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Summary == {{:Summaries:Summary TArduinoSerial.Parity}} == Description == Use this property to specify the Parity of the serial port. {{:Enums:Enum TArduinoSerialParity}}" |
(No difference)
|
Latest revision as of 09:33, 9 June 2022
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