Hey Russ,
Not really an option in my case. Since I use the LCD/Keypad pair as a maintenance & diagnostic tool that I normally don't have connected, I want to minimize the connection requirements and also I/O is already at a premium in my design.
The addressing scheme Miles suggests should work ...
Search found 9 matches
- Thu Nov 18, 2004 8:51 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27656
- Wed Nov 17, 2004 11:14 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27656
- Wed Nov 17, 2004 10:40 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27656
- Wed Nov 17, 2004 10:12 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Setting LK404-55 Spalsh Startup Screen
- Replies: 5
- Views: 4805
Tom,
I'm not sure I follow. You originally agreed with me that it was a timing issue related to time to write data to EEPROM. That made sense and so I then asked for a value for required time delay between bytes to allow for the EEPROM write cycle. The response was that the load start-up screen was ...
I'm not sure I follow. You originally agreed with me that it was a timing issue related to time to write data to EEPROM. That made sense and so I then asked for a value for required time delay between bytes to allow for the EEPROM write cycle. The response was that the load start-up screen was ...
- Sun Nov 14, 2004 10:38 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27656
- Sat Nov 13, 2004 9:12 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27656
- Fri Nov 12, 2004 12:53 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27656
Reading Data from LK404-55 over I2C serial bus.
I'm looking for an example or better instructions for how to read data from the LK404-55. The info in the User Manual is pretty sketchy and I'm not having any luck getting it to work. For example, for the "Read Module Type" command I use something like the following:
flag lcd_present()
{ ubyte ec ...
flag lcd_present()
{ ubyte ec ...
- Fri Nov 12, 2004 12:31 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Setting LK404-55 Spalsh Startup Screen
- Replies: 5
- Views: 4805
Setting LK404-55 Spalsh Startup Screen
Tom, thanks for your help. I just wanted to post solution for the benefit of others...
First, [80 char] is a mistake in LK404-55 User Manual. It should read [160 char].
Second, my problem using the Load Startup Screen command was associated with my use of I2C interface. (For my case, RS232 was not ...
First, [80 char] is a mistake in LK404-55 User Manual. It should read [160 char].
Second, my problem using the Load Startup Screen command was associated with my use of I2C interface. (For my case, RS232 was not ...
- Thu Nov 11, 2004 4:12 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Setting LK404-55 Spalsh Startup Screen
- Replies: 5
- Views: 4805
Setting LK404-55 Spalsh Startup Screen
I am trying to load startup splash screen for LK404-55. Manual gives format as follows: "254 64 [80 char]" and description says "Loads new startup screen (160 characters)." Note 80 characters is not enough for 160 character display. When I try to use this command, it seems to take the first 80 ...