Posted: Mon Mar 11, 2002 1:17 pm
I am trying to use I2C communication with BS2p. The structure of the Basic Stamp command to send data on to I2C node is:
I2COUT Pin, SlaveID, Address, [data]
where:
Pin - is i/o pin 1 or 8
SlaveId - is ID of the I2C chip (our display - in case of LK204-25 should be 0x5C according to manual)
Address - is 0-255 indicating the desired address within the chip to send data to
[data] - is our data of course
What I cannot figure out is what should I use for Address if I want to send simple string of text to display???
Any one tried this yet??
Thanks
I2COUT Pin, SlaveID, Address, [data]
where:
Pin - is i/o pin 1 or 8
SlaveId - is ID of the I2C chip (our display - in case of LK204-25 should be 0x5C according to manual)
Address - is 0-255 indicating the desired address within the chip to send data to
[data] - is our data of course
What I cannot figure out is what should I use for Address if I want to send simple string of text to display???
Any one tried this yet??
Thanks