Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
not sure it is a hd44780 controlled lcd
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Posts: 5
- Joined: March 20th, 2005, 3:46 pm
not sure it is a hd44780 controlled lcd
hey,
I bought an lcd but I can't find the exact datasheet.
It is a PC-2002D7-2.
Also it is delivered with an lcd message controller, this is an RS232 to lcd display module. Is this necessary to install, because I've seen the lcd is generally conected to the parallel port.
I bought an lcd but I can't find the exact datasheet.
It is a PC-2002D7-2.
Also it is delivered with an lcd message controller, this is an RS232 to lcd display module. Is this necessary to install, because I've seen the lcd is generally conected to the parallel port.
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Posts: 6
- Joined: March 22nd, 2005, 11:42 am
If it has a serial port interface then it shouldn't matter what the controller chip is.
Sounds like my recent post about the GameOptics display i bought. I was able to work out the commands that were being sent to it and drive it with the test driver.
Did it come with any data on the command set for the display? Is there software with it?
If there is software it should be possible to examine whats happening on the com port
Sounds like my recent post about the GameOptics display i bought. I was able to work out the commands that were being sent to it and drive it with the test driver.
Did it come with any data on the command set for the display? Is there software with it?
If there is software it should be possible to examine whats happening on the com port
-
- Posts: 5
- Joined: March 20th, 2005, 3:46 pm
datasheet controler
hy, sorry I couldn't reply earlier.
I was able to find the datasheet on internet.
It can be downloaded here:
http://uk.farnell.com/jsp/endecaSearch/ ... search&y=0
The way I see it only 3 pins of the serial port interface are used (ground, power feed, and 1 for data).
I hope this can be linkt with my pc.
I was able to find the datasheet on internet.
It can be downloaded here:
http://uk.farnell.com/jsp/endecaSearch/ ... search&y=0
The way I see it only 3 pins of the serial port interface are used (ground, power feed, and 1 for data).
I hope this can be linkt with my pc.
-
- Posts: 6
- Joined: March 22nd, 2005, 11:42 am
well according to that data, assuming ive interpreted the control codes correctly, you should open the config.ini in notepad and add this:
and you also need to set the line
in the [General Settings] section of the ini file
Code: Select all
[Test Driver]
Init=1
Fini=1
GotoLine1=3,0,0
GotoLine2=4,0,0
Code: Select all
LCDType=5
-
- Posts: 5
- Joined: March 20th, 2005, 3:46 pm
sorry, the only file I found was config.cfg.
Or is this this file?
If I open this file I see all the configurations made in smartie.
I also found the manufacturer of the lcd: " all shore ".
This is the datasheet of the lcd :
http://www.allshore.com/pdf/ASI_202ASKK_YSW.pdf
Wouldn't it be easier to just connect the lcd with the parallel port of my pc?
Or is this this file?
If I open this file I see all the configurations made in smartie.
I also found the manufacturer of the lcd: " all shore ".
This is the datasheet of the lcd :
http://www.allshore.com/pdf/ASI_202ASKK_YSW.pdf
Wouldn't it be easier to just connect the lcd with the parallel port of my pc?
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
For sure you can connect your LCD to parallel port !
circuits can be found here
http://lcdsmartie.sourceforge.net/circuits.htm
But you have a serial interface in your hands! (
)
and its worth to try to make it work with serial port!
DON"T GIVE UP
The config.ini is located on LCD Smartie folder!
circuits can be found here
http://lcdsmartie.sourceforge.net/circuits.htm
But you have a serial interface in your hands! (

and its worth to try to make it work with serial port!
Another try is to play with the Test driver using the the serial interface!The controller you have is a serial to parallel interface that is not officially supported by LCD smartie. However you can ask some documentation by BLUEBIRD ELECTRONICS about interfacing with it
DON"T GIVE UP

The config.ini is located on LCD Smartie folder!
-
- Posts: 5
- Joined: March 20th, 2005, 3:46 pm