Quote Originally Posted by Tom Gonser
<br>
LCDout $FE, "P:",#Dec_mb dig 4,#Dec_mb dig 3, #Dec_mb dig 2,#Dec_mb dig 1, ".",dec1 Dec_mb,"F:",#Dec_tempf dig 3, #Dec_tempf dig 2,#Dec_tempf dig 1, ".",dec1 Dec_Tempf

Displays "1013.3F:73.2"

It is SUPPOSED to display "P:1013.3F:73.2"
Tom,

The $FE at the biginning of the LCDOUT makes PBP think the next character is a Command. But instead it's the "P" that you want to display. If you remove the $FE it should work better.

Darrel