Hi, Ioannis
The exact meaning is PbP 2.50 LCDOUT doesn't work properly with characters which Character "number" is > 127 ( see LCD Character Table ...)
Alain
Last edited by Acetronics2; - 15th October 2007 at 10:22. Reason: Oooops NOT Asciiii
************************************************** ***********************
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 " !!!
*****************************************
Well now. Maybe when novices ask a question, senior members will stop saying RTFM
************************************************** ***********************
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 " !!!
*****************************************
Hi, Luciano
Ooops !!! Not Asciii characters but LCD Characters ( so, no link to OS or machine ... or version of English ... LOL )
If the Highest bit of the Character code is set ... Wrong Output !!!
Just try this line, whatever the processor :
LCDOUT $FE, 1, "°öµC"
and look at what displayed.
Alain
Last edited by Acetronics2; - 15th October 2007 at 10:29.
************************************************** ***********************
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 " !!!
*****************************************
OK, Alain. I got it. To be sure of what you typed and what I did see on screen I converted to image and attached it. So is this what you really typed? My system is English-Greek.
Ioannis
Hi Alain,
I understand that you have a problem when you compile
where the degree symbol is not correctly translated inCode:LCDOUT $FE,$C0," ", SDEC2 Tair,"°C "
the corresponding LCD character.
Are you sure that during the source code parsing the compiler
gets the correct character? This is why I suggested to try on
a 100% English United States system.
Best regards,
Luciano
Luciano,
There was no problem with 2.47 release
so, Understand that is not my problem ... but melabs' !!!
I've had a quick look to see if I could debug it by myself ... just found the problem occurs with > 127 ASCII input ( keyboard ) values.
I'm just a system user ... and my computer knowledge stops at the letters stamped on my keyboard !!!
Alain
************************************************** ***********************
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