uartBreak - Control UART Break

Added in version pltOS: v2.3.21

Controls the UART break condition (forcing TX line low).

Usage:

- command: uartBreak <uartPort> on|off|<durationMs>

Argument

Description

uartPort

UART port name: UART0, UART1, UART2, etc.

on

Assert break indefinitely (until a subsequent uartBreak <uartPort> off).

off

Clear a previously asserted break.

durationMs

Assert break for the given duration, in milliseconds, then clear it automatically. Must be at least 1.