Dear MEN !
I do not use a LCD display . I have make only a comparision .
I use in front of my program this line to write text "
I2Cwrite I2CDAT, I2CCLK, $A0, adr,[" Temperature is _________________ "]
late in program , in free space I wish to write DATA of temperature
adr = 15( where is free space )
I2Cread I2CDAT, I2CCLK, $A0, adr,[ temperature DATA ]
In finish, I wish to can read all - text and temperature DATA as ASCI CODE such as
Temperatura is 25,55(for example) .
from this formula :
i2cread I2CDAT , I2CCLK , $A0,J,[caracter]
program read for every adrress (j) a sign (caracter ) in ASCI Code , and this CODE i'll translate in leds on .But where I write temperature DATA , program read other signs not ASCI CODE for 25,55 ( for example )
Now understand me ?
I 'll try to write only text with quote and temperature DATA except quote
Bookmarks