Serial communications
Serial line settings used when the RPC is controlled through a serial port.
These settings must match the serial console or control-port settings configured on the RPC. Incorrect values can prevent probing and outlet control from working.
Properties
Serial baud rate
The baud rate to use to communicate with the RPC.
The baud rate is expressed in bits per second. It must match the RPC serial port configuration.
| Option | Label |
|---|---|
50 | 50 |
75 | 75 |
110 | 110 |
134 | 134 |
150 | 150 |
200 | 200 |
300 | 300 |
600 | 600 |
1200 | 1200 |
1800 | 1800 |
2400 | 2400 |
4800 | 4800 |
9600 | 9600 |
19200 | 19200 |
38400 | 38400 |
57600 | 57600 |
115200 | 115200 |
- Data type: string select
- Default:
9600 - Configuration
- Required
CLI: (cli)> config power rpc custom-definition <key> powerman serial-comms baud
Data bits
The number of data bits in each character transmitted or received.
8 data bits is by far the most common setting, only choose 7 data bits if it is required by the connected device.
| Option | Label |
|---|---|
7 | 7 |
8 | 8 |
- Data type: string select
- Default:
8 - Configuration
- Required
CLI: (cli)> config power rpc custom-definition <key> powerman serial-comms data-bits
Stop bits
The number of bits signifying the end of data.
1 stop bit is most commonly used with 8 data bits, other options should only be chosen when the communicating equipment is known to required specific settings.
| Option | Label |
|---|---|
1 | 1 |
2 | 2 |
1.5 | 1.5 |
- Data type: string select
- Default:
1 - Configuration
- Required
CLI: (cli)> config power rpc custom-definition <key> powerman serial-comms stop-bits
Parity
Parity checking is used to detect errors in the communication.
No parity checking is commonly used, only on specific use cases will another parity setting be required.
| Option | Label | Description |
|---|---|---|
none | None | |
even | Even | Even parity checking bits. The number of bits in each each transmission, including the parity bit, is even. |
odd | Odd | Odd parity checking bits. The number of bits in each each transmission, including the parity bit, is odd. |
- Data type: string select
- Default:
none - Configuration
- Required
CLI: (cli)> config power rpc custom-definition <key> powerman serial-comms parity
