|
file | find_devices.cpp [code] |
| Detect the presence of FTDI devices.
|
|
file | flasher.cpp [code] |
| Flash ftdi chip's serial number with 'kobuki_' prefix.
|
|
file | ftdi_kobuki.cpp [code] |
| Write an id string to the requested ftdi device.
|
|
file | ftdi_read_eeprom.cpp [code] |
| Reads a chip and saves the result as an eeprom binary file.
|
|
file | ftdi_scan.cpp [code] |
| Scan existing ftdi chips and print out their serial id strings.
|
|
file | ftdi_write_eeprom.cpp [code] |
| 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.
|
|
file | get_serial_number.cpp [code] |
| Print serial number of all the FTDI devices connected. With name of manufacture and product.
|
|
file | overwrite_serial_number.cpp [code] |
| Overwrite serial number of ftdi device.
|
|
file | reset_device.cpp [code] |
| Reset the all FTDI devices connected to load it again as standard tty device. After the flashing serial number.
|
|
file | unflasher.cpp [code] |
| Flash ftdi chip's serial number with 'kobuki_' prefix.
|
|