jiuzhuaxiong / qextserialport

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

Add 28800 baud on Windows #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What new feature(s) would you like to see included?
Add 28800 baud on windows to the standard baud list.

Patch attached.

Original issue reported on code.google.com by martonmi...@gmail.com on 27 Apr 2012 at 6:23

Attachments:

GoogleCodeExporter commented 8 years ago
 I have no idea whether we should add support for such a baudrate. I don't know whether  windows support this or not.

-------
BTW, This patch doesn't work, qextserialport.cpp should be changed too.

Original comment by dbzhang...@gmail.com on 27 Apr 2012 at 10:12

GoogleCodeExporter commented 8 years ago
For Windows users:

If your OS support non-standard baudrate, such as 28800,
You can using

port->setBaudRate((BaudRateType)28800);

Original comment by dbzhang...@gmail.com on 8 Jun 2012 at 5:13