gowthamn
Member level 3
Hi,
I did a similar project few years back. Where i had to store the data in test file and plot the data.
I used the parallel port for interface and i used a logic circuitry to read the parallel data by using a shift register logic and it was slow as i used a logic in my code to read the particular bit as a reference clock and when clock is high then read the successive bit, the clock was set to the D1 of the paralle port input. and read the data from D3 and decoded it worked fine.
Hope u also can try this.
In case u want u also can refer to the book "Parallel port complete" which gives the complete details of the parallel port circuitry.
Cheers
Gowtham
I did a similar project few years back. Where i had to store the data in test file and plot the data.
I used the parallel port for interface and i used a logic circuitry to read the parallel data by using a shift register logic and it was slow as i used a logic in my code to read the particular bit as a reference clock and when clock is high then read the successive bit, the clock was set to the D1 of the paralle port input. and read the data from D3 and decoded it worked fine.
Hope u also can try this.
In case u want u also can refer to the book "Parallel port complete" which gives the complete details of the parallel port circuitry.
Cheers
Gowtham