make sure to disable verbose for the initial 'test' comport

This commit is contained in:
Antoine Rousseau 2024-09-27 15:35:33 +02:00
parent 7da80496dd
commit 6b6a9403de

View file

@ -1404,6 +1404,7 @@ allows COM port numbers to be specified. */
test.ctsrts = 0; /* default no hardware handshaking */ test.ctsrts = 0; /* default no hardware handshaking */
test.xonxoff = 0; /* default no software handshaking */ test.xonxoff = 0; /* default no software handshaking */
test.hupcl = 1; /* default hangup on close */ test.hupcl = 1; /* default hangup on close */
test.x_verbose = 0; /* disable verbose for the 'test' comport */
/* don't try to open negative devices */ /* don't try to open negative devices */
if(com_num < 0) { if(com_num < 0) {