12 lines
575 B
Diff
12 lines
575 B
Diff
--- statserial.c
|
|
+++ statserial.c
|
|
@@ -42,7 +42,7 @@
|
|
|
|
/* global variables */
|
|
char device[255]; /* name of device to open */
|
|
-const char *defaultDevice = "/dev/cua1"; /* default device if none specified on command line */
|
|
+const char *defaultDevice = "/dev/ttyS1"; /* default device if none specified on command line */
|
|
int n_option = 0; /* set if -n option is used */
|
|
int d_option = 0; /* set if -d option is used */
|
|
int x_option = 0; /* set if -x option is used */
|