Show
Ignore:
Timestamp:
02/13/03 03:37:34 (6 years ago)
Author:
mds
Message:

documentation update from

David <dpnsw@optusnet.com.au>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/doc/i2c-pport

    r3567 r3774  
    1 Primitive parallel port is driver for i2c bus, which exploits  
     1Parallel Port Adapters 
     2---------------------- 
     3If you are installing parallel port adapters it means you are probably messing  
     4around with wires and IC's and the like. If you have purchased a card that  
     5provides an external i2c/smbus this will require combined algorithm and  
     6adapter code in a single module. 
     7If you are doing it yourself by using the parallel port there  
     8are basically 2 options. 
     9 
     101) Using the parallel port and using the i2c-pport adapter module and the  
     11i2c-algo-bit algorithm module together to enable you to wire up your parallel  
     12port to act as an i2c/smbus. This provides a bus that will enable most  
     13sensors to work but doesn't support the entire i2c/smbus capability. 
     14 
     152) Using the parallel port to interface to a Philips PCF8584 parallel to i2c  
     16adapter chip. You will need to build a bit of a circuit to do this. This  
     17configuration needs the i2c-pcf-epp adapter module and the i2c-algo-pcf  
     18algorithm module. This support almost all of the i2c/smbus capabilities. 
     19 
     20 
     21i2c-pport Documentation 
     22----------------------- 
     23This is a primitive parallel port driver for the i2c bus, which exploits  
    224features of modern bidirectional parallel ports.  
    325