display problems on LK204-25

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
fred_
LCD?
Posts: 3
Joined: Sun Jun 23, 2002 6:00 pm

Post by fred_ »

Hello,

I'd like to build an mp3 car player
and I need to display informations on
my LK204-25.
I tried a simple C program under Linux
juste writing a string to the serial port.
With my Laptop it works perfectly, but
with my future mp3 player it doesn't
work. Insted it displays odd characters.

Any ideas ?
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

All I can think of right of the bat:

1. Speed issues (on is not set right)
2. Poor grounds
3. Noise?
Henry J.
President
Matrix Orbital
fred_
LCD?
Posts: 3
Joined: Sun Jun 23, 2002 6:00 pm

Post by fred_ »

- The speed is set up into my short C program
- for the mass it is the same in both
cases, I take it directly on the motherboard
with the +12v. I just shift the DB9 connector
to my laptop.
- for noise why should I have more noise
on my pc board than on my laptop.
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

The only thing left I can think of is ground.. make sure you are using the computers ground and not the LCDs... meaning ground from the LCD should be going to the computer and then to ground.
Henry J.
President
Matrix Orbital
fred_
LCD?
Posts: 3
Joined: Sun Jun 23, 2002 6:00 pm

Post by fred_ »

I finally found a solution,
just putting a tempo of 100 us just after the write and it works.
Post Reply