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

Siehe auch: Serial Communication - File I/O

Referenz - Startseite