Thermo-K.BPE
ShawnK
Posts: 3
I'm trying to utilize a LCD Terminal AppMod (29121) with the Thermocouple kit sample program Thermo-K.BPE.·· I belive this program is written to utilize this LCD·display.· My LCD lights up, but never changes from a full on all blocks lit up.· Is this code correct, or do i need change something to enable the LCD Display?· I'm running this on a BS2px via Board of Education with Breadboard.· I can't seem to find any error in the code.
I also downloaded the sample program for the LCD Terminal AppMod to check that hardware.· The code runs on a BS1 one a Super Carrier Board, and the LCD and buttons work fine.· Both Setups utilize the 20 pin connector.
Thanks for any help.
S
I also downloaded the sample program for the LCD Terminal AppMod to check that hardware.· The code runs on a BS1 one a Super Carrier Board, and the LCD and buttons work fine.· Both Setups utilize the 20 pin connector.
Thanks for any help.
S
Comments
I can also conclude that the BS1 & Buttons on the LCD work fine as the Debug Screen lets me know both are operating properly.
Can anyone confirm if this is a program glitch or the hardware?
Here's the code:
' {$STAMP BS1}
' {$PBASIC 1.0}
SYMBOL TxPin =5
SYMBOL Baud19200 =32
SEROUT TxPin, Baud19200, (12)
PAUSE 100
SEROUT TxPin, Baud19200, ("TEST")
Why might I only get a top line of blocks?