Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

controlling parallel port using CVF

debrown
Beginner
448 Views
Is there anyway to control the parallel port using CVF?
I would like to use the parallel port to sent TTL signals
to a relay--that is, I need to tell the individual data lines of the port to go high or low. There seems to be simple programs in Delphi and C, but, since I have CVF, I would like to use it. Thanks for any help,
--- DEBrown
0 Kudos
1 Reply
Steven_L_Intel1
Employee
448 Views
You'd need to call a Win32 API routine directly. See the on-disk documentation under Platform SDK, Windows Base Services, Hardware.

Steve
0 Kudos
Reply