- 17 Jun, 2005 1 commit
-
-
rswindell authored
-
- 16 Jun, 2005 21 commits
-
-
deuce authored
-
deuce authored
the working variable)
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
set the speed, use this: Communication Speed CSI Ps1; Ps2 * r n/a n/a DECSCS Ps1 Comm Line Ps2 Communication Speed none, 0, 1 Host Transmit none, 0 Use default speed. 2 Host Receive 1 300 3 Printer 2 600 4 Modem Hi 3 1200 5 Modem Lo 4 2400 5 4800 6 9600 7 19200 8 38400 9 57600 10 76800 11 115200 The 7-bit CSI is ESC[ so: ESC[0;6*r will select 9600bps ESC[*r will go back to what the user has chosen This is a new-ish VT extension... if you want some other terminal to support it, you'll have to irritate the heck outta the developer (and they'll probobly only be interested if they specialize in BBS stuff)
-
deuce authored
-
deuce authored
Communication Speed CSI Ps1; Ps2 * r n/a n/a DECSCS Ps1 Comm Line Ps2 Communication Speed none, 0, 1 Host Transmit none, 0 Use default speed. 2 Host Receive 1 300 3 Printer 2 600 4 Modem Hi 3 1200 5 Modem Lo 4 2400 5 4800 6 9600 7 19200 8 38400 9 57600 10 76800 11 115200 So, ESC [ ; 6 * r will set 9600bps ESC [ * r will set the speed back to full when done.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
in seconds as a double.
-
deuce authored
Add loglevel entry to the BBS struct. Fix syncmenu() to do what DM expected (ie: Fix upload/download options)
-
deuce authored
if(bufbot < buftop); /* Stupid semi-conon breaks EVERYTHING! */ return(TRUE);
-
deuce authored
work atm.
-
deuce authored
This is probobly broken somehow.
-
deuce authored
keep the tranfer input buffer full.
-
- 14 Jun, 2005 9 commits
- 13 Jun, 2005 9 commits
-
-
deuce authored
which it shouldn't be) to correctly support DIS_CARRIERDETECT
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added "installation" section/sentence. Added Zmodem-8K configuration example. Added comment about remove FDSZ/CE-XYZ from SCFG. Changed default outbuf length from 8K to 16K. Removed comment about using Ymodem-G over Zmodem.
-
rswindell authored
Use 16K for default outbuf size. 8K is a magically slow size on some systems.
-
rswindell authored
-
rswindell authored
"syncterm hostname" now works for Telnet connections.
-
rswindell authored
-