Data to Printer Port
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Greetings. Thank you for reading my post. I have a piece of equipment that I have controlled through the parrellel port of a PC with a utility I wrote in C under DOS. I used the "biosprint" function. Under Visual C++, I am getting conflicting information on whether the _outpw function, which is supposed to work like biosprint, is supported. In any case, I can't get it to work. How would you send a simple integer to a printer port? (I am not writing to a file - and I am not sending charactors, just data). Thanks ahead of time for suggestions. Much appreciated.