libftdi Archives

Subject: Re: libFTDI based program does not read properly pin state of FT245

From: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 04 Oct 2016 10:02:31 +0200
On Monday, 3. October 2016 22:29:32 mackowiakp wrote:
>         pkod=(unsigned char)parametr;
>         ftdi_write_data(&ftdic, &pkod, 1);}
>
>         ftdi_read_data(&ftdic, &c, 1);

what happens if you add a "sleep(1);"
between ftdi_write_data() and ftdi_read_data()?

It might take some time until the receiving end
actually acts on the "command".

Cheers,
Thomas


--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread