My ADAFRUIT 232H module arrived yesterday.
adamodule.jpg
Guess what... FT-Prog does not recognised it! -at first time.
In order to find out what exactly happening ewth theese module... after some googling ...searching and experiments in my lab here are my thoughts / findings:
There is a combination of drivers method tools to read & write configuration on local eeprom
You can read amd write eeprom except from using FT-prog with ftdi tools via command line with ftdi_eeprom command ,e.t.c
So depending on the driver you install you can use either FT-prog or the following comands to read/write ,erase, load defaults etc
----FTDI tools commands via command line-----
dump eeprom: eeprom
erase eeprom: eeprom -e -p 0x6014 -v 0x0403
build eeprom: eeprom -w -p 0x6014 -v 0x0403
flash it with config file: ftdi_eeprom --device i:0x0403:0x6014 --flash-eeprom ft232h.config
the combination is as follows:
list.jpg
Also according to 232H datasheet:
modes_data.jpg
I noticed that in order to use FT232h for example in JTAG mode chip has to be on MPSSE mode and this is done via Application SoftwARE and note necessarily via eeprom configuration only.
A helpfull tool for easily accesing /installing drivers was Zadig (as metnioned in previous posts)
I wonder what else need to be configured in order for ATMSIP recognise the module as ATDH1150USB clone!
(I hope Freak's 2232D chip and ours 232H would be ATMELISP Application Comands compatible ! -it seems so according datasheets side by side)
Till now except for Manufacturer: AtemlISP and Product Description: ATDH1150USB
I also changed PortA Driver to D2XX Direct mode with no luck so far
I would really aprecciate if -Freak for example- can give as any clue as like what driver device is recognised under windows ,etc and if the right mode is D2XX direct and Application takes over direct port bits!
The quest continues....