Problem with JHD162A LCD

Hello,

i have an Arduino Uno board.I got a JHD162A LCD which is connected with an ATMEL chip (AT 89C 2051)
So i got 3 wires to connenct on Arduino...
1)GND
2)+5V
3) Pin1 (X) on the DIGGITAL inputs...

After these,the LCD prints scrolling numbers all time.
Can you help me find what's wrong?

Have you tried running a sketch on your Arduino?

Don

wizer:
Hello,

i have an Arduino Uno board.I got a JHD162A LCD which is connected with an ATMEL chip (AT 89C 2051)
So i got 3 wires to connenct on Arduino...
1)GND
2)+5V
3) Pin1 (X) on the DIGGITAL inputs...

After these,the LCD prints scrolling numbers all time.
Can you help me find what's wrong?

The AT89 chip is probably a part of an LCD backpack to run the LCD on one TTL serial line. Do yo have a manual of the thing? You need to know the baud rate to communicate with it and the commands to control the LCD.

It's OK with the connection and the communication.Thank you for responding! 8)

I want to ask something else...
I'm working on a line follower robot..so,i need that LCD to print some time measurements (for example,how many seconds did the right/left motor worked).Two time counters.
Do you know how can i do that?

Without a manual we can't really help. Can you post the manual?

Hello Wizer,
I have tested JHD16A it is working with arduino duemilanove.
Please check:
1 (VSS) GND Arduino pin*
2 (VDD) + 5v Arduino pin
3 (contrast) Resistor(2K) to GND Arduino pin* pin13|---////-------ArduinoGND
4 RS Arduino pin 12
5 R/W Arduino pin 11
6 Enable Arduino pin 10
7 No connection
8 No connection
9 No connection
10 No connection
11 Data 4 Arduino pin 5
12 Data 5 Arduino pin 4
13 Data 6 Arduino pin 3
14 Data 7 Arduino pin 2
15 Backlight + 5v Arduino pin
16 Backlight GND GND Arduino pin*

He solved his LCD problem a month ago.

Don