See Serial communications mode topic for more information.
| Symbol | Value | Description |
|---|---|---|
Generic | 0 | Generic (default) communications mode. |
PPP | 1 | PPP communications mode. |
x0D | 2 | ASCII communications mode (each packet ends with 0D character). |
ModbusRtu | 3 | MODBUS RTU communications mode. |
ModbusAscii | 4 | MODBUS ASCII communications mode. |
Custom | 5 | Custom communication mode. A TypeScript custom script with implementation of custom packet splitter must be provided. |