[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 57,600 baud???
- Subject: Re: 57,600 baud???
- From: fmlin@netcom.com (Frank M. Lin)
- Date: Tue, 30 Mar 1993 19:12:36 GMT
- Newsgroups: comp.sys.apple2
- Organization: Netcom Online Communications Services (408-241-9760 login: guest)
- References: <seeZ1B2w165w@BlackWlf.Mese.Com>
Here's the macro that will turn the DTE speed from 38.4k to 57.6k... I just
realize Netcom is locked at 38.4k. So I can't tell if it shows any improvement.Thanks to the folks who sent me a copy of the macro.
This should goto your global macro file...
@@f * toggle max baud rate between 38.4k & 57.6k *
set $0=2560
while (gt $0,2304) {
if (eq (mem $0) 46) {
if (eq (mem $0+1) 22) {
if (eq (mem $0+2) 10) {
if (eq (mem $0+3) 4) {
set $1=(mem $0+4)
mem $0+4,1-$1
set $0=2304
set &0="38400"
if ($1) {
set &0 = "57600"
}
pr #2 "max rate = "+&0+"^m"
}
}
}
}
set $0=$0-1
}
ex
--
frank m. lin
fmlin@netcom.com