altera2015 / usbserial

Flutter Android USB Serial plugin
BSD 3-Clause "New" or "Revised" License
121 stars 83 forks source link

Communicate with FTDI 232HL at 4Mbaud #60

Closed plktrr closed 11 months ago

plktrr commented 2 years ago

I have been communicating with FTDI 232HL using the package usb_serial. Our flutter based app requires speed of 4Mbaud+. Till 3Mbaud there are no issues but at any speeds higher than this there is no Communication with the application. I have tested the FTDI's communication on windows com port up to speed of 5Mbaud. I had sent an email to FTDI support regarding communication at higher speeds. They had pointed out that there have been some changes in the JAVA file in relation to setting the baud rate for high speed devices. How can I achieve 4Mbaud in the flutter application using usb_serial?

altera2015 commented 11 months ago

The latest released felHR85/UsbSerial upstream is 6.1.0, this is what I am using here.