Re: Problems with FT232R in bitbang mode

2010-05-20 Thread Helge Lenz
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

Re: Problems with FT232R in bitbang mode

2010-05-19 Thread Thomas Jarosch
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

Re: Problems with FT232R in bitbang mode

2010-05-18 Thread Helge Lenz
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

Re: Problems with FT232R in bitbang mode

2010-05-18 Thread Thomas Jarosch
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