EE Software Development - PDF Tutorials
Microcontroller PIC Programming
Interfacing the Standard Parallel Port
The Parallel Port is the most commonly used port for interfacing home made projects. This port will allow the input of up to 9 bits or the output of 12 bits at any one given time, thus requiring minimal external circuitry to implement many simpler tasks. The port is composed of 4 control lines, 5 status lines and 8 data lines. It's found commonly on the back of your PC as a D-Type 25 Pin female connector. There may also be a D-Type 25 pin male connector. This will be a serial RS-232 port and thus, is a totally incompatible port. Newer Parallel Port’s are standardized under the IEEE 1284 standard first released in 1994. This standard defines 5 modes of operation which are as follows:
-
1. Compatibility Mode.
2. Nibble Mode. (Protocol not Described in this Document)
3. Byte Mode. (Protocol not Described in this Document)
4. EPP Mode (Enhanced Parallel Port).
5. ECP Mode (Extended Capabilities Port).
Read also:
http://dev.emcelettronica.com/ee-software-development
http://dev.emcelettronica.com/ee-software-development-operative-systems
http://dev.emcelettronica.com/ee-software-development-interfaces
http://dev.emcelettronica.com/ee-software-development-languages
http://dev.emcelettronica.com/ee-software-development-projects
http://dev.emcelettronica.com/ee-software-development-tutorials
http://dev.emcelettronica.com/ee-software-development-youtube-tutorials
- allankliu's blog
- 1161 reads





Post new comment