If you want to write WORD variables to EEPROM, you need to either add the WORD modifier to the WRITE statement, or WRITE the lowbyte and highbyte seperately in 2 WRITE statements.
Code:WRITE 36,WORD VALUE
If you want to write WORD variables to EEPROM, you need to either add the WORD modifier to the WRITE statement, or WRITE the lowbyte and highbyte seperately in 2 WRITE statements.
Code:WRITE 36,WORD VALUE
DT
Bookmarks