Skip to content

Commit f243913

Browse files
committed
DEV-606 #time 1m Reverting Serial Port DTR change from previous commit
1 parent 7fadd36 commit f243913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ShimmerDriverPC/src/main/java/com/shimmerresearch/pcSerialPort/SerialPortCommJssc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class SerialPortCommJssc extends AbstractSerialPortHal implements SerialP
3030
public String mComPort = "";
3131
private int mBaudToUse = SerialPort.BAUDRATE_115200;
3232
private boolean setRtsOnConnect = true;
33-
private boolean setDtrOnConnect = true;
33+
private boolean setDtrOnConnect = false;
3434

3535
private transient ShimmerUartListener mShimmerUartListener;
3636
private boolean mIsSerialPortReaderStarted = false;

0 commit comments

Comments
 (0)