From 808c02ef8570b624262f37e6c06d1776f4270e6e Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Sun, 23 Apr 2017 11:25:26 -0500 Subject: I hate termios --- src/app/portmaster.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/portmaster.clj b/src/app/portmaster.clj index 28da2f3..1d34c88 100644 --- a/src/app/portmaster.clj +++ b/src/app/portmaster.clj @@ -88,7 +88,7 @@ (let [socat (.. (ProcessBuilder. (into-array ["socat" "-v" - (str "OPEN:" port-name ",b9600,raw") + (str "OPEN:" port-name ",b9600,ignbrk=1,brkint=0,icrnl=0,imaxbel=0,opost=0,onlcr=0,isig=0,icanon=0,iexten=0,echo=0,echoe=0,echok=0,echoctl=0,echoke=0") "-"])) (redirectError (File. "/tmp/portmaster.log")) (start)) -- cgit v1.2.3-18-g5258