libftdi Archives

Subject: Re: lifted - wait until write is completed

From: Chris Morgan <chmorgan@xxxxxxxxx>
To: "libftdi@xxxxxxxxxxxxxxxxxxxxxxx" <libftdi@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Nov 2016 13:13:20 -0500
On Wed, Nov 30, 2016 at 12:59 PM, Oliver Rademaker
<oli.rademaker@xxxxxxxxx> 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 libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx

Current Thread