Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BCD12
  • Order by date
  1. BCD12

    Parallel port access

    Hello, I am trying to reach LPT. I wrote a simple code... #include <stdio.h> #include <conio.h> #include <stdlib.h> #include <dos.h> #define CS 1 #define LPT 0x378 char port_data; int main() { while(1) { outp(LPT, 0x01); } return 0; } and it doesn't work with the...

Part and Inventory Search

Back
Top