readEEProm
readEEProm(bktr, 0, 128, (u_char *) &eeprom );
readEEProm(bktr, 0, 128, (u_char *) &eeprom );
readEEProm(bktr, 0, 256, (u_char *) &eeprom );
readEEProm(bktr, 0, 128, (u_char *) &eeprom );
int readEEProm( bktr_ptr_t bktr, int offset, int count, u_char *data );
if ( readEEProm( bktr, offset, count, buf ) < 0 )