Can QBasic communicate with the parallel port directly? Easily?
:)
Printable View
Can QBasic communicate with the parallel port directly? Easily?
:)
You can output directly to it (in QB45)
VB Code:
OPEN "LPT1:" FOR OUTPUT AS #1 ' Opens the Basic Device OPEN "LPT1:" FOR OUTPUT AS #1 ' Opens the DOS Device
I haven't tried Input, or I/O access.
It does have something about communicating with a driver, also