Confirmed ...
Here is a little try: ( read from the .ASM file )
; C:\PROGRAM FILES\MICROCHIP\MPLAB IDE\PROJETS\PICBOARD.BAS 00046 LCDOUT $FE, $C0, DEC NCD I,"°öµC"
LCDOUT?C 0FEh
LCDOUT?C 0C0h
LCDOUTCOUNT?C 000h
NCD?WW _I, T1
LCDOUTNUM?W T1
LCDOUTDEC?
LCDOUT?C 0FFB0h ************ " ° " outputs $B0 instead of $DF
LCDOUT?C 0FFF6h ************ " ö " outputs $F6 instead of $EF
LCDOUT?C 0FFB5h ************ " µ " outputs $B5 instead of $F7
LCDOUT?C 043h ************ " C " outputs $43 … which is GOOD !!
Not so easy to debug what happens to Cin value !!!
Alain
Last edited by Acetronics2; - 14th October 2007 at 12:37.
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Bookmarks