serial-interface
system/serial-interface/read
Type: Command
| Argument | Type | Description |
|---|---|---|
| port | enum | name of the port from port list |
| time | time | timeout for serial terminal access (capture mode) |
| size | num | maximum bytes read from the serial terminal (capture mode) |
| until | string | read from the serial terminal until provided character sequence (capture mode) |
| as-string | switch | do not interpret output as a console value (in capture mode) |
system/serial-interface/serial-terminal
Type: Command
| Argument | Type | Description |
|---|---|---|
| port | enum | name of the port from port list |
| channel | num | port channel that will be used (0 by default) |
| write | string | non-interactively write provided value to the serial terminal |
system/serial-interface/start
Type: Command
| Argument | Type | Description |
|---|---|---|
| port | enum | name of the port from port list |
| channel | num | port channel that will be used (0 by default) |
system/serial-interface/stop
Type: Command
| Argument | Type | Description |
|---|---|---|
| port | enum | name of the port from port list |
| channel | num | port channel that will be used (0 by default) |
system/serial-interface/write
Type: Command
| Argument | Type | Description |
|---|---|---|
| port | enum | name of the port from port list |
| data | string | non-interactively write provided value to the serial terminal |