libftdi Archives

Subject: FT232R: cbus vs baud rate

From: DJ Delorie <dj@xxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 5 Aug 2010 13:48:23 -0400
As of 0.17 and 0.18, you can no longer use the CBUS pins and the UART
at the same time, because enabling the CBUS pins makes libftdi
multiply the baud rate by four.

In 0.16, this scaling only happened for bitbang and syncbb modes, but
not for cbus mode.

Is there some way to detect the major/minor revision of libftdi at
runtime, so I can work around this in my code?  Or should I look at
handle.baudrate ?

Thanks,
DJ

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

Current Thread
  • FT232R: cbus vs baud rate, DJ Delorie <=