mmm, this is the one i use everyday to read from 93c06 and 93c46.. it has to work...
what about if you add this before reading from eeprom
some have memory organization pin(ORG)... pin 6 if my memory is good. Should be tie to VCC.Code:low cs pause 50 addr = $01 CS = 1 Shiftout DI, CLK, MSBFIRST, [%100\3, addr\6] CS = 0
Bookmarks