system.serial.sendBreak

Description

Sends a break signal for approximately millis milliseconds.

Syntax

system.serial. sendBreak( port, millis )

  • Parameters

String port - The name of the serial port, e.g., "COM1" or "dev/ttyS0".

int millis - Approximate length of break signal, in milliseconds.

  • Returns

nothing

  • Scope

All

Code Examples

There are no examples associated with this scripting function.