Parallel port Pin Configuration

Parallel port Pin Configuration
Pins

Sunday, June 7, 2009

How to use imported .dll file in our program.

**************************************************

Out(&H378, 255)

' &H378 is the port address
' 255 is the decimal value of 11111111 binary value
' in this case it will pass current to every data pin

**************************************************

No comments: