Browse Source

Does anyone still use 9600 baud?

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
c46126bfa4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h View File

43
 #undef	COMPRESERVE
43
 #undef	COMPRESERVE
44
 
44
 
45
 #ifndef COMPRESERVE
45
 #ifndef COMPRESERVE
46
-#define	COMSPEED	9600		/* Baud rate */
46
+#define	COMSPEED	115200		/* Baud rate */
47
 #define	COMDATA		8		/* Data bits */ 
47
 #define	COMDATA		8		/* Data bits */ 
48
 #define	COMPARITY	0		/* Parity: 0=None, 1=Odd, 2=Even */
48
 #define	COMPARITY	0		/* Parity: 0=None, 1=Odd, 2=Even */
49
 #define	COMSTOP		1		/* Stop bits */
49
 #define	COMSTOP		1		/* Stop bits */

Loading…
Cancel
Save