I'm doing some data acquisition through the parallel port. I can do it in DOS using inportb and outportb using Borland C++. How to I do it in Windows as ultimately I want to build a Windows95 User Interface on the software?
Printable View
I'm doing some data acquisition through the parallel port. I can do it in DOS using inportb and outportb using Borland C++. How to I do it in Windows as ultimately I want to build a Windows95 User Interface on the software?
hi,
check CreateFile ( )
From there goto communications link and check it out !
have a nice time.