www.pudn.com > SPI driver.rar > spi-driver-2.02.lsm


Begin3
Title:		spi-driver
Version:	2.02
Entered-date:	Monday, 29 Oct 2001, 14:00:00 MET DST
Description:	Driver, implementing the SPI and MicroWire bus on a parallel 
		port. Used to interface to a lot of chips, like ADCs, DACs
		and so on. Chips are available from Motorola, National
		Semiconductor, Maxim, Harris and others.
		
		If the text above does not make any sense to you, you do
		NOT need this driver.
		
		This version (2) is NOT compatible with version 1!!!! (But the
		changes to your programs are minor: you have to use the
		combination of write and read to get the data back.)

		This driver is a module, so you need module support in your
		kernel. After the installation there will be a device
		/dev/spi via that your programs can talk to the chips.
		Documentation for doing this is included in the archive.
		Comes in source form, but is easy to install. Example
		program included.

		Version 2.02 got a bugfix in cleanup_module.
Keywords:	SPI spi MicroWire microwire lp printer driver
Author: 	upaul@paul.de (Ulrich Paul)
Maintained-by:	upaul@paul.de (Ulrich Paul)
		Primary-site:	sunsite.unc.edu /pub/Linux/hardware/drivers/
				15KB spi-driver-2.02.tgz
Original-site:	www.paul.de /downloadables/spi-driver-2.02.tgz
Platforms:	PC compatible parallel port
Copying-policy:	GPL
End