Function Com_Break() Foundation

Sets a BREAK state on the send line for a specified period of time.

Syntax
Com_Break( <nComPortNum>    , ;
           [<nMilliSeconds>]  ;  // Default: 100
         ) --> lSuccess
Return

Returns .T. (true) if a BREAK signal could be send, otherwise .F. (false).

Description

Sends a break for a period of <nMilliSeconds> to the specified COM port.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.