Thomas Jarosch schrieb:
Oh yes, of course, if you send everything in one buffer,
then it should theoretically always work. Though you have to make sure
you use only one ftdi_write_data call() for that. The internal
packet size is 64 bytes for the old chips and 512 bytes
for the new hispeed chips
On Tuesday, 18. May 2010 19:03:47 Helge Lenz wrote:
> Lets take a very simple example:
>
> #include
> #include
> #include
>
> int main(void)
> {
> struct ftdi_context ftdic;
> unsigned char testbuf[3];
> testbuf[0]=0;
> testbu
Thomas Jarosch schrieb:
Helge,
On Friday, 14. May 2010 22:48:07 Helge Lenz wrote:
So is there any way to make it work with this type of chip or should I
stop trying and use something else? The one thing that I have not tried
so far is to put the signal to one of the CBUS lines and use the CB
Helge,
On Friday, 14. May 2010 22:48:07 Helge Lenz wrote:
> So is there any way to make it work with this type of chip or should I
> stop trying and use something else? The one thing that I have not tried
> so far is to put the signal to one of the CBUS lines and use the CBUS
> bitbang mode. So co