<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > COMM > COMM_Line |
Description
Receive a $CRLF terminated "line" of data from a serial port..
Syntax
sBuffer = COMM_Line(hComm)
Returns
String
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