sid2030
March 14th, 2001, 11:33 PM
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
Thanks,
Sid
|
Click to See Complete Forum and Search --> : Connecting the LPT1 sid2030 March 14th, 2001, 11:33 PM 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 Iouri March 15th, 2001, 07:12 AM Try this Open "LPT1" For Output As #1 Print #1, VarString; Iouri Boutchkine iouri@hotsheet.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |