Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>com_break()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
COM_BREAK()

Syntax:     COM_BREAK(<port>,<expN>)

Arguments:  <port> Will determine the serial interface to be used (1 or 2)
            to set a break.
            <expN>) Specifies the time in milliseconds for which the break
            should be active.

Returns:    A logical value.
            (.T.) will be returned when a break has been successfully
            removed.

Usage:      The output of a break means that the transmit line of the
            interface will be held at a fixed level, for a specific period of
            time.  This period may be between 1 and 65535 milliseconds.

Note:       As a rule a break should be between 100 and 350
            milliseconds long.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   COM_BREAK(1,200)   && Out put of a 200 milliseconds
                               && break on interface COM1:




Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson