From 6b6a9403de6c6272f00df7b6a17435c4a8e4813b Mon Sep 17 00:00:00 2001 From: Antoine Rousseau <_antoine_@metalu.net> Date: Fri, 27 Sep 2024 15:35:33 +0200 Subject: [PATCH] make sure to disable verbose for the initial 'test' comport --- comport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/comport.c b/comport.c index 1cc31d8..55a1ef0 100644 --- a/comport.c +++ b/comport.c @@ -1404,6 +1404,7 @@ allows COM port numbers to be specified. */ test.ctsrts = 0; /* default no hardware handshaking */ test.xonxoff = 0; /* default no software handshaking */ test.hupcl = 1; /* default hangup on close */ + test.x_verbose = 0; /* disable verbose for the 'test' comport */ /* don't try to open negative devices */ if(com_num < 0) {