On Fri, Jan 13, 2012 at 8:34 PM, Samori Gorse <samorigorse@xxxxxxxxx> wrote:
> Hi there,
>
> Just a quick hint about a typo I stumbled across which held me back for a
> few hours.
> The typo is in:
>
> examples/find_all_pp.cpp:28
>
> int vid = 0x0403, pid = 0x6010, tmp = 0;
>
> should read
>
> int vid = 0x0403, pid = 0x6001, tmp = 0;
>
> Hope this helps
Nice find. Thanks.
I also felt surprised last time I tried the examples
when I found out that find_all can find the FTDI device
but find_all_pp can not find the device.
--
Xiaofan
--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|