LCD not working with StampWorks tutorial
CWB
Posts: 2
I'm hoping for some help.
I'm a beginner and I've been having fun learning how to use the BASIC Stamp BS2 and the Professional Development Board. I've had success with all the experiments up until this one - Experiment 11, Basic LCD Demonstration.
Basically the LCD is not doing anything. The LCD came with the StampWorks experiment kit and is a 2x16 display (Parallel LCD module, Parallax stock code # 603-00006).
I've connected the LCD to the PDB with the 14-pin IDC connector as instructed, and also have the wiring connected to the correct pins as described in the StamWorks manual. I run the program [url=mailto:SW@!-EX11-LCD_Demo.BS2]SW21-EX11-LCD_Demo.BS2[/url]·and it seems to download to the BS2, but then nothing happens. The LCD doesn't turn on.
Can anyone offer any suggestions before I just call up parallax and ask for a new LCD?
Everything else has been working great...LEDs, speaker, potentiometer, etc.
Thanks,
Chris
I'm a beginner and I've been having fun learning how to use the BASIC Stamp BS2 and the Professional Development Board. I've had success with all the experiments up until this one - Experiment 11, Basic LCD Demonstration.
Basically the LCD is not doing anything. The LCD came with the StampWorks experiment kit and is a 2x16 display (Parallel LCD module, Parallax stock code # 603-00006).
I've connected the LCD to the PDB with the 14-pin IDC connector as instructed, and also have the wiring connected to the correct pins as described in the StamWorks manual. I run the program [url=mailto:SW@!-EX11-LCD_Demo.BS2]SW21-EX11-LCD_Demo.BS2[/url]·and it seems to download to the BS2, but then nothing happens. The LCD doesn't turn on.
Can anyone offer any suggestions before I just call up parallax and ask for a new LCD?
Everything else has been working great...LEDs, speaker, potentiometer, etc.
Thanks,
Chris
Comments
1. Make sure you add directives at the top of the program indicating which Stamp (BS2 ?), and which PBasic (version 2.5 ?)·you are using. Pull down the "Directives" menu to select the correct choices.
2. Add a DEBUG statement to the beginning of the program (i.e., before the "Main" section of the program code. Have it write out that the "program is beginning the Main loop."
See what happens. Did you cut/paste in the program from the manual, download it from Parallax, or did you manually type it in, copying from the manual? If steps 1 and 2 don't resolve the problem, then verify the correctness (copy) of the program. Let us know.
PAR
I'm not familiar with that particular LCD, but many LCD's have a contrast knob. Turn the contrast knob to make sure that's not the problem.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
It turned out to be the contrast knob. I had tried this before but it didn't seem to help. But tonight I tried it again and now it works, but only when turned all the way clockwise. Interesting that the screen is blank at all·other knob·positions.
Thanks again,
Chris