Yes, all is OK now !
If v_cal is 1023 (maximum 5.000V) it's correct this command for memorise in EEPROM :
write 0, v_cal
I read the PBP help, but I find only this : write 5,B0 ' Send value in B0 to EEPROM location 5.
And I can read them when I need, with this command :
read 0, v_cal ???
It's enough like these or need more ?
Thanks in advance and sorry for my ignorance...
Bookmarks