A Little surprise with PbP 2.50 ...
Hi,
I just received my Upgrade ...
1st compiling ...
Warning[202] C:\PROGRAM FILES\MICROCHIP\MPLAB IDE\PROJETS\TRACTEUR2.MAC 700 : Argument out of range. Least significant bits used.
Warning[202] C:\PROGRAM FILES\MICROCHIP\MPLAB IDE\PROJETS\TRACTEUR2.MAC 700 : Argument out of range. Least significant bits used.
with these 2 PbP lines …
LCDOUT $FE,$C0," ", SDEC2 Tair,"°C "
And
LCDOUT $FE,$C0," ", SDEC3 Thuile,"°C"
That compiled fine with the 2.47 release.
Removing the « ° » symbol suppresses the warning.
Little question ... is there a place to download the 2.50 Manual ??? ( NOTHING about the news on the CD ...)
Alain
Thanks to Bruce ... the solution.
Hi, Bruce
... I've used a lot of DS1820 temp monitors without noticing anything for years.
BUT ... having a further look to those programs, I notice I've ever used the HEX value ( $DF ) ... instead of the " ° " Keyboard input ...
a try ( 2.47 and 2.50 ) gives not garbage ... but characters from the 128-256 code section of the characters map.
And now, we've a Warning !!!
One more notice to add to my poor old manual ... there might be a blank page between two command ones ... to add one's comments. LOL.
So, Let's keep in mind that Complementary table can only be accessed sending HEX Values ... like here:
Lcdout $fe, 1, DEC (temperature / 100), ".", DEC2 temperature, " ",$DF,"C"
Alain
PS : Pfouuuuu, I was not so far from the RTFM !!! ...
Never heard of Å Ä Ö å ä ö??
Hi,
Å Ä Ö (å ä ö) are the last 3 lettters in the Swedish alphabet. They are very useful since it is impossible to spell beer without Ö ---> ÖL
They are common letters but we can do without them if we really have to :-)
/me
I'm guessing this online PBP manual is for version 2.47
http://www.melabs.com/resources/pbpmanual/
I'm guessing this online version is for 2.46/2.47 ... the date in the introduction says 5/02