Reviewed by:
Add entries for the speed 57600 and 115200 to the allowed speeds.
This commit is contained in:
parent
24b9b7c35e
commit
a4e49c14f0
@ -100,7 +100,7 @@ u_char escapechar = '~';
|
||||
|
||||
char *speeds[] = {
|
||||
"0", "50", "75", "110", "134", "150", "200", "300", "600", "1200",
|
||||
"1800", "2400", "4800", "9600", "19200", "38400"
|
||||
"1800", "2400", "4800", "9600", "19200", "38400", "57600", "115200"
|
||||
};
|
||||
|
||||
#ifdef OLDSUN
|
||||
|
Loading…
Reference in New Issue
Block a user