POS VFD help IEE / Micros Plugin or testdriver needed
Posted: February 25th, 2011, 6:04 am
I have a POS VFD screen, it's 2x20, rather large.
It runs on 5 volts, and uses single wire RS-232 communication.
I can actually type on it via hyperterminal.
However, I want it to work with LCD smartie and I am struggling with the control codes. If I can get these displays running, I can get more cheap, so I am hoping they are worth the time.
I have the following test driver.ini
[testdriver]
init=20,14,22,16,
GotoLine1=27,1
GotoLine2=27,33
Pictures of the display here: http://xzess.kicks-ass.org:8000/ServerSide/Images/VFD/
I have made some progress using data sheets for other display made by the same company ( IEE )
This display has tags on it from IEE and MICROS.
So far I have been able to send commands to reset the display and turn the blinking cursor off. Past that I am having an issues where it seems like it wants to scroll up when the characters reach the end of the line. Which also makes it impossible to use the second line because everything keeps scrolling up. I can get stuff to show on the second line, but if I have a clock or status display on either line, it acts like it scrolls up 2 lines each time and then only shows stuff on the first line.
I have been trying to use these 2 data sheets for reference, however they are not for my exact display.
http://www.ieeinc.com/specs/S036x2.pdf
http://www.ieeinc.com/specs/PDK_0003_INOPML_REVC.pdf
I wrote to IEE to try and get a datasheet and they have not written me back.
Any help would be appreciated.
It runs on 5 volts, and uses single wire RS-232 communication.
I can actually type on it via hyperterminal.
However, I want it to work with LCD smartie and I am struggling with the control codes. If I can get these displays running, I can get more cheap, so I am hoping they are worth the time.
I have the following test driver.ini
[testdriver]
init=20,14,22,16,
GotoLine1=27,1
GotoLine2=27,33
Pictures of the display here: http://xzess.kicks-ass.org:8000/ServerSide/Images/VFD/
I have made some progress using data sheets for other display made by the same company ( IEE )
This display has tags on it from IEE and MICROS.
So far I have been able to send commands to reset the display and turn the blinking cursor off. Past that I am having an issues where it seems like it wants to scroll up when the characters reach the end of the line. Which also makes it impossible to use the second line because everything keeps scrolling up. I can get stuff to show on the second line, but if I have a clock or status display on either line, it acts like it scrolls up 2 lines each time and then only shows stuff on the first line.
I have been trying to use these 2 data sheets for reference, however they are not for my exact display.
http://www.ieeinc.com/specs/S036x2.pdf
http://www.ieeinc.com/specs/PDK_0003_INOPML_REVC.pdf
I wrote to IEE to try and get a datasheet and they have not written me back.
Any help would be appreciated.