qb45advr.hlp (
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
OPEN (Communications) Statement Programming Example
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
OPEN (Communications) Statement Programming Example
The following program fragment opens communications channel 1 in
random-access mode at a speed of 9600 baud, no parity bit, eight data
bits, and one stop bit. Input/output will be in the binary mode.
Other lines in the program can now access channel 1 as file number 2.
OPEN "COM1:9600,N,8,1,BIN" AS 2