well im currently reading them into a byte array and storing each digit as a byte, so i can pad the blank digits with spaces (FF).
just need to figure out how to strip the FF's from the digits when i read them back out of the eeprom...
well im currently reading them into a byte array and storing each digit as a byte, so i can pad the blank digits with spaces (FF).
just need to figure out how to strip the FF's from the digits when i read them back out of the eeprom...
Just fill array with 0's before HSERIN. And use STR to send them. STR will send each byte from array, until byte isn't 0. 0 marks end of string.
Bookmarks