[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[screen-devel] [PATCH] allow baudrate 500000
From: |
Thomas Bechtold |
Subject: |
[screen-devel] [PATCH] allow baudrate 500000 |
Date: |
Sat, 5 Nov 2011 18:38:08 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [screen-devel] [PATCH] allow baudrate 500000,
Thomas Bechtold <=