jealian / java-simple-serial-connector

Automatically exported from code.google.com/p/java-simple-serial-connector
0 stars 0 forks source link

Missing a constant for baud rate==2400 #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Missing a constant for baud rate==2400.
Expected: a constant SerialPort.BAUDRATE_2400 = 2400;

Original issue reported on code.google.com by Leon.Pro...@gmail.com on 9 Sep 2013 at 6:46

GoogleCodeExporter commented 8 years ago
The constant is missing but can i use: serialPort.setParams(2400, 8, 1, 0)?

thx in advance

Original comment by dennis.v...@gmail.com on 3 Oct 2013 at 2:30

GoogleCodeExporter commented 8 years ago
in the linux environment Centos 6.x the setParams method is deprecated. A tip: 
use the settings in the linux environment (i thought it is stty). Otherwise you 
can get strange results.

Original comment by dennis.v...@gmail.com on 7 Oct 2013 at 1:00