Parallel Port I/O Library in C++
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone know where I can get information on writing a library (making a DLL of my own) for Parallel I/O Communication in C/C++? Thanks
If you need to access parallel ports in WIN32 use http://www.naughter.com/parallelport.html[^] If you need to access serial ports in parallel use http://www.naughter.com/serialport.html[^] I've use that in some applications, but now I use Ramon de Klein's Serial library for C++[^]