Thanks for your help, I have a solution working now.
Richard
Search found 3 matches
- 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
- 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
- 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 ...
int i2cWrite(byte deviceAddr, byte registerAddr, byte data);
When writing text to the lk202, the lk seems to interpret the register address as ...