<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > COMM > COMM_EOF |
Description
Test if End Of File error occur in a serial port.
Syntax
Status = COMM_EOF(hComm)
Returns
Number
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