Search found 2 matches

by ctm6761
Thu Aug 29, 2002 10:58 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: i2c and the ATOM
Replies: 4
Views: 4819

I have sorted through the manual and the site and i am still having nothing come up on the screen. I am using the address of Hex 5C (according to the 19Kbps buad rate) and the control bit i am using is 01010000 (corresponding to the 0x05 device id in the manual).
by ctm6761
Thu Aug 29, 2002 10:23 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: i2c and the ATOM
Replies: 4
Views: 4819

I am working with BASIC Micro's ATOM and the LCD 2401. I want to communicate using I2C but am having trouble. The command structure with the ATOM for this is:

I2COUT DataPin,ClockPin,{ErrLabel,}Control,{Address,}[{Mods}Var,...VarN]

DataPin: SDA pin (0 in my case)

ClockPin: SCL pin (1 in my case ...