HTBasic Help
×
Menu
Index

BREAK

Sends a BREAK on a serial interface.
 
 BREAK { @io-path | interface-select-code }
 
Usage:
BREAK 9
BREAK @Serial
 
Example:      BREAK.BAS
 
Description:
A BREAK signal is sent by manipulating the Data Out signal in the following manner: a logic high of 400-ms is sent followed by a logic low of 60-ms. The BREAK is sent immediately. The interface must be a serial interface.
 
See Also: