mirror of
https://github.com/PDP-10/its.git
synced 2026-01-21 10:13:35 +00:00
Restrict baud rate on terminal emulators.
Also use arrow characters on Datapoint.
This commit is contained in:
parent
0d997d75a0
commit
25860dfb0d
@ -39,17 +39,17 @@ type340() {
|
||||
}
|
||||
|
||||
datapoint() {
|
||||
(sleep 2; tools/vt05/dp3300 -B telnet localhost 10020 >datapoint.log 2>&1) &
|
||||
(sleep 2; tools/vt05/dp3300 -a -B -b 4800 telnet localhost 10020 >datapoint.log 2>&1) &
|
||||
started "Datapoint" "$!"
|
||||
}
|
||||
|
||||
vt52() {
|
||||
(sleep 2; tools/vt05/vt52 -B telnet localhost 10018 >vt52.log 2>&1) &
|
||||
(sleep 2; tools/vt05/vt52 -B -b 9600 telnet localhost 10018 >vt52.log 2>&1) &
|
||||
started "VT52" "$!"
|
||||
}
|
||||
|
||||
tek() {
|
||||
(sleep 2; tools/tek4010/tek4010 telnet localhost 10017 >tek.log 2>&1) &
|
||||
(sleep 2; tools/tek4010/tek4010 -b9600 telnet localhost 10017 >tek.log 2>&1) &
|
||||
started "Tektronix" "$!"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user