Hi,
I was wondering how would you go about directly controlling the parallel port in windows.
I have no idea of where to start
I need to be able to write a byte to the port to control a robot
This is a discussion on Controlling the parallel port in C++ within the C++ Programming forums, part of the General Programming Boards category; Hi, I was wondering how would you go about directly controlling the parallel port in windows. I have no idea ...
Hi,
I was wondering how would you go about directly controlling the parallel port in windows.
I have no idea of where to start
I need to be able to write a byte to the port to control a robot
use fstream, open the port instead of a text file, and then use the stream writing commands.
Cool, thx
No problem.