<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > COMM > COMM_Reset |
Description
Disable flow control for a serial port.
Syntax
COMM_Reset(hComm)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hComm |
Number |
No |
File number used by the COMM_OPEN statement to open the communications port. |
Remarks
Restrictions
See also
Examples