make sure to disable verbose for the initial 'test' comport
This commit is contained in:
parent
7da80496dd
commit
6b6a9403de
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue