Hi, the patch allows the baudrate 500000. i use 500000 for an embedded device and would be happy if i can use screen to talk to the device.
cheers, tom --- src/tty.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tty.sh b/src/tty.sh index f2afd54..ef0e681 100644 --- a/src/tty.sh +++ b/src/tty.sh @@ -1426,6 +1426,7 @@ IF{B57600} { 16, 57600, B57600 }, IF{B115200} { 17, 115200, B115200 }, IF{B230400} { 18, 230400, B230400 }, IF{B460800} { 19, 460800, B460800 }, +IF{B500000} { 20, 500000, B500000 }, IF{B7200} { 13, 7200, B7200 }, IF{B4800} { 12, 4800, B4800 }, IF{B3600} { 12, 3600, B3600 }, -- 1.7.5.4