Skip to content

Commit b57701e

Browse files
author
Federico Fissore
committed
updated rxtx libs to every OS
1 parent f4cd50b commit b57701e

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

app/lib/RXTXcomm.jar

0 Bytes
Binary file not shown.

app/src/processing/app/Serial.java

+2
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ public Serial(String iname, int irate,
159159
if (portId.getName().equals(iname)) {
160160
//System.out.println("looking for "+iname);
161161
port = (SerialPort)portId.open("serial madness", 2000);
162+
port.setDTR(true);
163+
port.setRTS(true);
162164
input = port.getInputStream();
163165
output = port.getOutputStream();
164166
port.setSerialPortParams(rate, databits, stopbits, parity);

build/linux/dist/lib/librxtxSerial.so

100755100644
75.4 KB
Binary file not shown.
Binary file not shown.

build/windows/dist/rxtxSerial.dll

-41.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)