updated rxtx libs to every OS

This commit is contained in:
Federico Fissore 2013-02-11 18:13:07 +01:00
parent f4cd50b8ac
commit b57701ed01
5 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -159,6 +159,8 @@ public class Serial implements SerialPortEventListener {
if (portId.getName().equals(iname)) {
//System.out.println("looking for "+iname);
port = (SerialPort)portId.open("serial madness", 2000);
port.setDTR(true);
port.setRTS(true);
input = port.getInputStream();
output = port.getOutputStream();
port.setSerialPortParams(rate, databits, stopbits, parity);

BIN
build/linux/dist/lib/librxtxSerial.so vendored Executable file → Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.