Compare commits

..

No commits in common. "master" and "v1.0" have entirely different histories.
master ... v1.0

3 changed files with 0 additions and 50 deletions

View File

@ -1,6 +0,0 @@
# FTDI EEPROM Programming (Linux)
- Install ftdi_eeprom
- Go to the ftdi_eeprom subfolder
- Execute ``ftdi_eeprom --flash-eeprom ft4232.conf``
- Finished

View File

@ -1 +0,0 @@
*.bin

View File

@ -1,43 +0,0 @@
# Filename of the EE file to be generated. Leave empty to skip file writing.
filename=ft4232.bin
# Vendor ID. FT4232H factory default 0x0403.
vendor_id=0x0403
# Product ID. FT4232H factory default 0x6011.
product_id=0x6011
# EEPROM Type: 0x46 for 93xx46, 0x56 for 93xx56 and 0x66 for 93xx66.
eeprom_type=0x46
manufacturer="shimatta.de"
product="Shimatta JTAG Adapter"
serial="000001"
# Use the serial number string.
use_serial=true
# Max. power consumption: value * 2 mA. Use 0 if self_powered = true.
max_power=50
# Turn this off for bus powered.
self_powered=false
# Turn this on for remote wakeup feature.
remote_wakeup=false
# Set port operate mode.
cha_type=UART
chb_type=UART
# Use virtual com-port driver.
cha_vcp=true
chb_vcp=false
chc_vcp=true
chd_vcp=true
# Enable RS485 mode.
cha_rs485=false
chb_rs485=false
chc_rs485=true
chd_rs485=true