On Wed, Nov 30, 2016 at 12:59 PM, Oliver Rademaker
<[email protected]> wrote:
> No, ftdi.h is included. The other methods are working. The method 
> ftdi_write_data instead is working. That’s my complete code for now:
>

Can you confirm that those functions are declared in your ftdi.h file?
For instance mine has:

   struct ftdi_transfer_control *ftdi_write_data_submit(struct
ftdi_context *ftdi, unsigned char *buf, int size);

And can you list more of the error output? Is this at link time or compile time?

Chris

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]

Reply via email to