Reads a chip and saves the result as an eeprom binary file. More...
Go to the source code of this file.
Defines | |
#define | REQUEST_EEPROM_SIZE 0 |
Functions | |
bool | decode (unsigned char *eeprom_binary, const int &size) |
int | main (int argc, char **argv) |
Reads a chip and saves the result as an eeprom binary file.
Note that I can't get the requested size one to actually work. So I've commented that out for now.
Definition in file ftdi_read_eeprom.cpp.
#define REQUEST_EEPROM_SIZE 0 |
Definition at line 50 of file ftdi_read_eeprom.cpp.
bool decode | ( | unsigned char * | eeprom_binary, |
const int & | size | ||
) |
Definition at line 66 of file ftdi_read_eeprom.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 93 of file ftdi_read_eeprom.cpp.