Hi, In message <72a1e30d.34e312f3@aol.com>, PHXSYS@aol.com writes >What is I2C interface? >I bought some serial application kits from Scott Edwards for the BS1 and PIC >(The MAX7219, LTC1298 and the EEPROM). They use clock and data lines as well >as chip select. Is this I2C interface? I have been studying PicBasic I2C in >and out commands. Can these commands be used for this application? I can't >find any sample code. If anyone has sample code please E-mail me. It's a simple but powerful standard of interface which allows any number (within reason - something like up to 256) I2C devices to connect together in a network, all connecting to a bus made up of just two wires. The I2C protocol allows any device on the bus to talk to any other, because each device has a unique ID address. PICs are generally used on I2C, but you can also get things like serial EPROM/RAM/EEPROMs, AD/DA converters and other chips with I2C control, and you just access them as you would a PIC or any other device. The interface you're talking about doesn't sound like I2C to me, because I2C only has two lines, and the chip selection takes place one of the two data lines. If only Basic Stamps had an I2C command....... I have an I2C data sheet in I2C format if you're interested. Let me know if you'd like me to email you a copy - it's about 210kb. Neil -- ====================================================================== Neil Durant ndurant@turnpike.com Tel: (+44) 0956 351 019 ======================================================================