pafra88 / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

need 230400 baudrate #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i have an USB device with FTDI.
It's baudrate is 230400, but I'm missing that baudrate inside qextserialport.

could you please add such a baudrate (that is standard) so I may read/write 
to/from /dev/ttyUSB0 ?

Thanks

Original issue reported on code.google.com by a.sap...@gmail.com on 7 Feb 2011 at 4:53

GoogleCodeExporter commented 8 years ago
I'm having this issue as well. I'm using linux... a simple serial terminal 
program called cutecom has the following serial rates:

230400
460800
576000

Could we get these added to qextserial?

Regards,

Preet

Original comment by preet.de...@gmail.com on 23 Feb 2011 at 7:42

GoogleCodeExporter commented 8 years ago
need 230400 too

Original comment by murinet...@gmail.com on 13 Mar 2011 at 5:42

GoogleCodeExporter commented 8 years ago
Personnaly, I added BAUD111111 for FTDI. Use the same syntax, modifying the 
lib, as in the other baudrate and it will be accepted by the system (works for 
me on Win7).

Original comment by Kristen....@gmail.com on 27 Apr 2011 at 1:05

GoogleCodeExporter commented 8 years ago
I've now added the following baud rates to my fork of the repository on github 
(https://github.com/tomgey/qextserialport)

  * 230400
  * 460800
  * 576000
  * 921600

It should work on all supported platforms, but I haven't verified it...

Original comment by tom...@gmail.com on 23 Jul 2011 at 4:36

GoogleCodeExporter commented 8 years ago
maybe we need an mechanism to support custom baudrate.

Original comment by dbzhang...@gmail.com on 10 Nov 2011 at 4:48

GoogleCodeExporter commented 8 years ago

Original comment by dbzhang...@gmail.com on 16 Mar 2012 at 8:26