I need to retrieve data using the LPT1 port,I have no idea how to go about ,and I need to finish it real quick.It would be great if someone could help me on this one.
Thanks,
Sid
Printable View
I need to retrieve data using the LPT1 port,I have no idea how to go about ,and I need to finish it real quick.It would be great if someone could help me on this one.
Thanks,
Sid
Try this
Open "LPT1" For Output As #1
Print #1, VarString;
Iouri Boutchkine
[email protected]