Thanks mister_e, that worked!
Dave, I tried to write data to the device using page write mode and it works first time, but when I write to it a second time it just overwrites some data. Here is how I write to it:
Code:
var SerData byte [80]
I2CWRITE SDApin, SCLpin, ControlByte, i2cAddress, [str SerData\80]
i2cAddress = i2cAddress + 80
any thoughts on this one?
I found the same problem here: http://www.picbasic.co.uk/forum/showthread.php?t=347 but nobody posted any response
Cheers
PS: I think I know why (after reading some on the internet) and now instead of [str SerData\80] I use 128 (since I read that it overwrites that page with the new contents).
Bookmarks