chrisvmarle
09-19-2002, 07:37 AM
Hi all,
Maybe my post is in the wrong place for this question, but what I want is sending data to my printerport.
I want to send data like this:
00000000 (0)
01010101 (85),
11001100 (204)
I got it working in QBasic like this:
OUT 888, 0
OUT 888, 85
OUT 888, 204
(888 = LPT1/LP0, after the comma is the value)
Does anyone know how to do this in Perl?
Mzzl, Chris
Maybe my post is in the wrong place for this question, but what I want is sending data to my printerport.
I want to send data like this:
00000000 (0)
01010101 (85),
11001100 (204)
I got it working in QBasic like this:
OUT 888, 0
OUT 888, 85
OUT 888, 204
(888 = LPT1/LP0, after the comma is the value)
Does anyone know how to do this in Perl?
Mzzl, Chris