On 05/25/2012 01:18 PM, Andreas Fritiofson wrote: > On Fri, May 25, 2012 at 10:34 AM, freddie_chopin<freddie_cho...@op.pl> wrote: >>> I suggest that you try it. >> I intend to, but if someone knows that it will not work it would be nice to >> know before wasting time& money (; >> >> 4\/3!! > It's certainly a compelling alternative. I haven't tested it but I see > no reason why it shouldn't work, assuming that the MPSSE engine is > identical and the USB descriptors are compatible. Although its id will > have to be added to the list of compatible FTDI chips in both drivers. It works fine for me, with a pic32mx.
I added/changed the following pid is 0x6014, for the config files. For ftdi driver In mpsse.c added about line 220: case 0x900: ctx->type = TYPE_FT232H; break; In mpsse.h added about line 39: TYPE_FT232H, For ft2232 driver, in ft2232.c, compiled with libftdi: line 138 added: , TYPE_232H = 6 line 603 added: || ftdi_device == TYPE_232H line 2261 added: "232H", between "4232H", and "Unknown" Something similar for the other library, but not tested. Thanks Salvador ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel