Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

controlling parallel port using CVF

debrown
Beginner
453 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
453 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