Search found 3 matches

by rdolf
Mon Jan 10, 2005 10:11 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C - device and register addressing
Replies: 5
Views: 6333

Thanks for your help, I have a solution working now.

Richard
by rdolf
Fri Jan 07, 2005 10:10 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C - device and register addressing
Replies: 5
Views: 6333

If there was a non-printing character that didn't print, I think your solution would work. Unfortunately, the LK202 behaves as described in the documentation; non-printing characters print as a space.

Richard
by rdolf
Thu Jan 06, 2005 6:47 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C - device and register addressing
Replies: 5
Views: 6333

I2C - device and register addressing

I'm using an Lk202-25 on an embedded platform which allows me only indirect access to the I2C bus via libary functions. The write api is something like:
int i2cWrite(byte deviceAddr, byte registerAddr, byte data);

When writing text to the lk202, the lk seems to interpret the register address as ...