Click to See Complete Forum and Search --> : O/P Data to LTP1,2 ect


Nightwalker
September 23rd, 1999, 08:07 PM
I want to be able to output values to the printer port I have only used Qbasic for doing this using the OUT add,(val)or(valh) where add is the hex address of the port and (val) is the decimal value to be outputted or (valh) is the hex value to be outputted. If anyone knows how to do this please help


D.G.Holmes
Gap Student

Dr_Michael
September 24th, 1999, 04:04 AM
Search through Internet about "inpout32.dll". Only with this dll you can send/receive data from parallel port with vb...

Michael Vlastos
Automation Engineer
Company Modus SA
Development Department

Cameron
December 20th, 1999, 06:42 AM
Does anyone know how to do this using VC++?