Sorry for all the postings but Ive tried searching the list and can't find the answer.
I'm writing a word to the eeprom on a 16c648 like this
TestWrite var word
TestRead var word
TestWrite = 12345
write 0, TestWrite dig 0
write 1, TestWrite dig 1
write 2, TestWrite dig 2
write 3, TestWrite dig 3
write 4, TestWrite dig 4
This works fine
But when I want to read the bytes back in and write them is fails, I'm assuming that the command byte2 doesn't exist, so how do I do it?
Read 0, Testread.byte0
Read 1, Testread.byte1
Fails from here
Read 2, Testread.byte2
Read 3, Testread.byte3
Read 4, Testread.byte4
Rob
Bookmarks