View Single Post
  #2 (permalink)  
Old July 17th, 2003, 01:27 PM
johan_yo johan_yo is offline
Registered User
 
Join Date: Jul 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm not an electrical engineer, so I might not fully answer your Q.

I'm using VC++, under Help, I found:
_inp (read one byte from specified I/O port)
_inpd(same as _inp but double word)
_inpw(2 byte)
_outp(for write)
_outpd
_outpw

I searched from Google, Parallelport programming, and found this:
http://www.lvr.com/jansfaq.htm

Be carefull with your wiring to Parallelport pin, you might hose your motherboard or Input card.


cheers,
  Johan
Reply With Quote