OPEN #[COM[1|2|3]] | IR

OPEN <filename> FOR INPUT | OUTPUT AS #[filenumber]


Opens a communication port or file.

OPEN #COM1
OPEN #IR

OPEN "blah" FOR OUTPUT AS #1

 

See Also: Serial Communication, File I/O


Language Reference  Table Of Contents