From c46126bfa4c9e13e88df14c0a9a2055b9e581e47 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 27 Aug 2006 01:39:11 +0000 Subject: [PATCH] Does anyone still use 9600 baud? --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 7168473f..6fd3deb5 100644 --- a/src/config.h +++ b/src/config.h @@ -43,7 +43,7 @@ #undef COMPRESERVE #ifndef COMPRESERVE -#define COMSPEED 9600 /* Baud rate */ +#define COMSPEED 115200 /* Baud rate */ #define COMDATA 8 /* Data bits */ #define COMPARITY 0 /* Parity: 0=None, 1=Odd, 2=Even */ #define COMSTOP 1 /* Stop bits */