I solved this issue. It was due to a conflict between the PICAXE documentation & the way the LCD parses data from the bus.
The PICAXE documentation said that I had to send an offset byte and then data:
hi2cout 0,("Data")
But the LCD was interpreting that leading 0 as a $00 character & printing it ...
Search found 5 matches
- Sat Dec 01, 2007 11:31 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Unwanted character inserted at start of string after move
- Replies: 9
- Views: 10383
- Fri Nov 30, 2007 4:57 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Unwanted character inserted at start of string after move
- Replies: 9
- Views: 10383
- Fri Nov 30, 2007 3:47 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Unwanted character inserted at start of string after move
- Replies: 9
- Views: 10383
- Fri Nov 30, 2007 10:55 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Unwanted character inserted at start of string after move
- Replies: 9
- Views: 10383
- Thu Nov 29, 2007 11:42 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Unwanted character inserted at start of string after move
- Replies: 9
- Views: 10383
Unwanted character inserted at start of string after move
I am using a LK202-24 (LCD0821) with a PICAXE 18X.
The PICAXE 18X has a writei2c command for sending data to the bus.
A device running at 400 kHz and 8-bit addresses is initialized with the command:
i2cslave $50, i2cfast, i2cbyte
After that, the syntax is pretty simple, writei2c requires the ...
The PICAXE 18X has a writei2c command for sending data to the bus.
A device running at 400 kHz and 8-bit addresses is initialized with the command:
i2cslave $50, i2cfast, i2cbyte
After that, the syntax is pretty simple, writei2c requires the ...