Here is a list of all files with brief descriptions:
find_devices.cpp | Detect the presence of FTDI devices |
flasher.cpp | Flash ftdi chip's serial number with 'kobuki_' prefix |
ftdi_kobuki.cpp | Write an id string to the requested ftdi device |
ftdi_read_eeprom.cpp | Reads a chip and saves the result as an eeprom binary file |
ftdi_scan.cpp | Scan existing ftdi chips and print out their serial id strings |
ftdi_write_eeprom.cpp | Reads an eeprom binary saved as a file and write this to the chip. Use this to rewrite good eeprom binaries (or our saved eeproms/eeprom.original) when you've mangled one |
get_serial_number.cpp | Print serial number of all the FTDI devices connected. With name of manufacture and product |
overwrite_serial_number.cpp | Overwrite serial number of ftdi device |
reset_device.cpp | Reset the all FTDI devices connected to load it again as standard tty device. After the flashing serial number |
scanner.hpp | Scan the usb devices, and retrieve its serial id and else descriptions, especially for ftdi devices |
unflasher.cpp | Flash ftdi chip's serial number with 'kobuki_' prefix |
writer.hpp | Provides common modulde for wrting serial number and other data into the eeprom of ftdi chip |