The serial port endpoint type details
| Name | Description | Type | Constraint |
|---|---|---|---|
| ComPort | This is the serial port name | xs:string | Required |
| BaudRate | This is the baud rate. The default value is 115200 | xs:int | Mandatory |
| SerialPortParity | The parity checking protocol. The default value is none | SerialPortParity | Mandatory |
| DataBits | This is the standard length of data bits per byte. The default value is 8 | xs:int | Mandatory |
| SerialPortStopBits | This is the standard number of stop bits per byte. The default value is One | SerialPortStopBits | Mandatory |
| SerialPortHandshake | This is the handshaking protocol. The default value is none | SerialPortHandshake | Mandatory |
