parallel port interfacing - 16f84
hello all,
I want to read some data from the parallel port of my PC, the data would be in the from of strings. After some research I came to know that parallel port sends data bitwise (set of 8 bits). Now I do not know how to read each bit. Would it require the use of buffer IC's?
I don't know how to do it. Any help is solicited.
My target uC is 16f84
Thanks.
Any specific reason for using the parallel port
Hi,
I am just curious why the parallel port. Serial communication is easy to handle on the PC side. But for Parallel you need to have your own soft. I once developed a software for the parallel port using some third party dll. It was in VB.net 2005.
All I can say is it is 100% possible as I have done it and one of my printer port interceptor is still in production.