Dear Jan,
I am now using parallel port in a data acquisition system to acquire the data.And I had read the book,parallel port complete. Now I have some questions to ask,as follow:
1、In the EPP data transmission mode,how can I double the speed of the data transmission(1.33MB/S---2.67MB/S)? In the book ,it needs the signal of /nows, but where is it and how to use it?
2、In EPP data transmission mode,the parallel have two modes to acquire the data.One needs handshake signals(&H378+4),another needs not(&H378). what's difference of C5(bits 5 of the control register )using in the both mode?(The mode which does not need handshake signals needs to set up the level of C5,but another ,I donot know.)
3、In my design, I use the winio library to write/read data in VB6.0. Does the task of detecting the signal of 'nWait' implement by software in VB or hardware of the parallel,when the data transmit from Peripherals to PC?
thank you !