skimask;64321 Either there is still a serious language barrier here or you're not getting what we're trying to say... In either case, I wish I spoke whatever language you speak so we could get this all straightened out a lot faster...
I am from Bucharest , ROMANIA .
And is it working the way you want it to work?
It work OK with a simle text . But I wish to add in the fututre more options such : temperature out , temperature in house , time , date ...
Shouldn't have to use 2 different 'codes' for reading and writing to an I2C eeprom. PBP handles the Read/Write bit (bit0 in the 'code') for you. Should only need to use $A0 when addressing a standard 24xxxxx serial eeprom.
Of course , I use this " $A0 "
Are you storing the entire string, along with the temperature data in the eeprom or just the temperature?
I wish to store only result ( I think that I understand exactly what you say ??)
That may be so, but to store a temperature, with a whole part and a fractional part, along with any other characters, you are going to need more than one byte of storage and will need more than one I2CWRITE command...
Is not important how many I2Cwrite command will be use ,if PIC16F876 support lenght of code . Important is to can used only one command I2Cread to read all - text and data -
Bookmarks