Specifies the parity of the serial port.
Content type: none even odd mark space
Examples: parity examples
| Sibling Name | Sibling Description |
<parity> element siblings
| <description> | Description of the serial connection. |
| <deprecated> | Specifies that the contents of this element should be marked as deprecated. |
| <specreference> | Specification reference for this
serial connection. |
| <baudrate> | Specifies the serial port baud
rate. Common baud rates for a serial port:
- 110
- 300
- 1200
- 2400
- 4800
- 9600
- 19200
- 38400
- 57600
- 115200
- 230400
- 460800
- 921600
|
| <comport> | Specifies the serial port com
port. This value starts at 1. |
| <databits> | Specifies the serial port data bits. |
| <hardwareflowcontrol> | Specifies the serial port hardware
flow control value. |
| <readintervaltimeout> | Specifies the number of
milliseconds that the serial port read between bytes. |
| <readtotaltimeout> | Specifies the maximum amount of
time in milliseconds that the serial port will
wait for a read. |
| <softwareflowcontrol> | Specifies the serial port software
flow control value. |
| <stopbits> | Specifies the serial port stop bits. |
| <writetotaltimeout> | Specifies the serial port write
timeout value in milliseconds. |