serial-comms

Properties

Serial baud rate

The baud rate to use to communicate with the RPC.

OptionLabel
5050
7575
110110
134134
150150
200200
300300
600600
12001200
18001800
24002400
48004800
96009600
1920019200
3840038400
5760057600
115200115200
  • 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.

OptionLabel
77
88
  • 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.

OptionLabel
11
22
1.51.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.

OptionLabelDescription
noneNone
evenEvenEven parity checking bits. The number of bits in each each transmission, including the parity bit, is even.
oddOddOdd 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