Hi, stealther:
This is the patch:
file ioftdi.cpp:
search (line 272)
((product != 0x6001) && (product != 0x6010) && (product != 0x6006)))
Replace it with:
((product != 0x6001) && (product != 0x6010) && (product != 0x8a98) && (product != 0x6006)))
File cablelist.txt:
add the following line:
tumpa ftdi 0x0403:0x8a98:TIAO USB Multi-Protocol Adapter:1 1500000
Then compile.
Please let me know if you have any problems.
((product != 0x6001) && (product != 0x6010) && (product != 0x6006)))
stealther wrote:
I'd like to build xc3sprog myself from sources.
The xc3sprog is patched to support TUMPA.
Can I get the patch (or the source of patched version) of xc3sprog?
Second, I erased the eeprom on my TUMPA..
I thought an XML file I exported from FTDI FT_PROG will be enough to restore the eeprom.
But FT_PROG crashes when I try to flash it back.
I found that it needs at least 1 character in "Product description" and "Manufacturer" fields.
I should have made a binary backup... I'd like to have an ability to download it from here.
The last (but not the least).
I'd like to see the schematic of this device,
as it may spread light on different possible application that may be possible in development process.
Hope for your understanding and support.