On Aug 18, 2012, at 11:37 PM, Alexandre Souza - Listas wrote:
Can't you clone the VID/PID pair and make it answer just like a FT232 chip does?
You *can*, but then you have to duplicate the FT232's protocol in
order to allow FTDI's driver to control it. That can be a lot of
work, especially since I'm not sure the protocol is officially
documented anywhere (there are open-source libraries that do the
controller end, so you could theoretically base it off that, but
it sounds like trouble).
- Dave