Re: Issues reading EEPROM on FT2232HL and FT232HL

2018-10-29 Thread Yegor Yefremov
On Mon, Oct 29, 2018 at 11:37 AM Yegor Yefremov wrote: > > I have two devices one with FT2232HL and the other with FT232HL. lsusb output > > Bus 001 Device 003: ID 0403:6010 > > and > > Bus 001 Device 003: ID 0403:6014 > > I'm trying to decode EEPROM with this Python code: > > import ftdi1 as

Issues reading EEPROM on FT2232HL and FT232HL

2018-10-29 Thread Yegor Yefremov
I have two devices one with FT2232HL and the other with FT232HL. lsusb output Bus 001 Device 003: ID 0403:6010 and Bus 001 Device 003: ID 0403:6014 I'm trying to decode EEPROM with this Python code: import ftdi1 as ftdi VID_FTDI = 0x0403 PID_FTDI_FT232H = 0x6014 PID_FTDI_FT2232H = 0x6010