Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 28 Feb 84 10:04:45-MST
Received: From brl-gateway2.ARPA by AMSAA via smtp; 28 Feb 84 11:44 EST
Received: From Mit-Mc.ARPA by BRL via smtp; 28 Feb 84 11:36 EST
Date: Tue, 28 Feb 84 11:22:54 EST
From: Manny Crivello <crivello@bbn-unix>
Subject: help wordstar
To: info-cpm@mit-mc
Hi I have an: apple II+,als cpmplus,smarterm 80col, and pkaso interface to
a prism 132-all option. I can get Wordstar to work with my 80col or my
printer, BUT, not at the sane time. can anyone save me a lot time of debuging
and tell me how to configer wordstar.
p.s. i'm using wordstar ver 3.01p I also have ver 3.3.
i would be greatful for any help.
M.D.Crivello
28-Feb-84 11:51:18-MST,1075;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 28 Feb 84 11:51:07-MST
Date: Tue, 28 Feb 84 13:33:06 EST
From: David Towson (CSD) <towson@amsaa>
To: hplabs!hpda!fortune!burton@ucb-vax
cc: info-cpm@amsaa
Subject: Re: Moving Downloaded Files to Floppy - (nf)
Philip - There are two families of programs that are commonly used to download
files from a timeshare machine to a CP/M machine. One is based on a protocol
created by Ward Christensen, and the other had its roots at Columbia University
(I think). The first is called MODEM2, MODEM7, MDM7xx (xx=two digits) or some
similar name. The second is called KERMIT. Both of these are available for
with several timeshare machines and many micros. Whichever you choose, there
must be compatible programs running on both ends of the transfer to obtain the
benefits of automatic transfer with error detection and retransmission of bad
blocks. MODEM7 files are on Simtel20, and KERMIT files are on Columbia-20.
Dave
towson@amsaa
28-Feb-84 15:57:15-MST,663;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 28 Feb 84 15:57:12-MST
Received: From Brl-Vgr.ARPA by AMSAA via smtp; 28 Feb 84 16:03 EST
Received: From Nbs-Sdc.ARPA by BRL-VGR via smtp; 28 Feb 84 15:58 EST
Date: Tue, 28 Feb 84 15:34:48 EST
From: blue@nbs-sdc
Subject: Aztec CII directed I/O
To: info-cpm@brl-vgr
Recently someone described the slowness of directed I/O with Aztec's
CII compiler as being caused by doing one 128-byte sector write for
each character written. Can someone point me to the way to fix this?
Thanks.
Jim Blue
National Bureau of Standards
(blue @ nbs-sdc)
29-Feb-84 13:42:46-MST,1205;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Feb 84 13:42:41-MST
Received: From brl-gateway2.ARPA by AMSAA via smtp; 29 Feb 84 0:03 EST
Received: From Cmu-Cs-A.ARPA by BRL via smtp; 28 Feb 84 23:52 EST
Date: 28 Feb 84 2350 EST (Tuesday)
From: George.Wood@cmu-cs-a
To: info-cpm@brl
Subject: RE: disk editor wanted for cpm/1791
Message-Id: <28Feb84.235047.GW90@CMU-CS-A>
Ward Christiansen's DUU (DU version 77 ?) is a good disk editor, but
will not do exactly what Bob Meier wants, i.e. read a bad sector, if
the sector crc is bad; This is bacause the 179x series won't do the
read -- it reports the crc error instead. If the sector is damaged but
contains a valid crc, or is intermitently readable DUU will read it.
The only way I know of to read really bad sectors is to read
the whole track and pick the sector out of the track. I don't know of
any editor which will do this, although I have a little program which
will read a track into a buffer and let me mess with it via ddt.
Reading whole tracks is pretty hardware specific, and on some non-dma
systems, can't be done because of timing problems.
George
29-Feb-84 13:42:52-MST,622;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Feb 84 13:42:49-MST
Received: From Brl-Vgr.ARPA by AMSAA via smtp; 29 Feb 84 0:49 EST
Received: From Mit-Mc.ARPA by BRL-VGR via smtp; 29 Feb 84 0:46 EST
Date: Wed 29 Feb 84 00:43:45-EST
From: Lance Rips <HLP.LR%MIT-SPEECH@MIT-MC.ARPA>
Subject: Help on graphics
To: info-cpm@BRL-VGR.ARPA
Does anyone know of reasonable graphics software
for cpm? I don't need fancy pie charts or histograms,
but simply bivariate plots (with lines or just scatter)
for looking over data. Thanks. Lance
-------
29-Feb-84 13:43:00-MST,1402;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Feb 84 13:42:55-MST
Received: From Hi-Multics.ARPA by AMSAA via smtp; 29 Feb 84 1:18 EST
Date: 29 February 1984 00:16 cst
From: Eaton.HFED@hi-multics
Subject: disk crc emulation
To: info-cpm@amsaa
I am trying to duplicate the CRC generation that occurs inside a
WD1793 floppy disk controller chip. Western Digital's application notes
on this chip specify that the crc register is preloaded with all ones and that
the crc generation commences with the address mark and continues through the
last data character.
The test data that I am attempting to use was obtained by reading
an ID field from disk. It consists of:
FE (ID Adr Mark),00,00,02,00,87 (CRC1),90 (CRC2).
I used the CRC routine from SYSLIB 2.7 feeding it 5 bytes of FE,00,00,02,00.
The result was not 87,90 as I felt it should be. Even after modifying CRCCLR
to initialize it's counter to FFFF I was still unable to duplicate the CRC's that were generated by the WD1793.
Does the fact that the address mark is generated using a clock pattern of C7 have anything to do with this? Are clock bits also piped through the generator?
The CRC routine supposedly uses the same X16 + X12 + X5 + 1 polynomial as
the WD1793 chip.
Where am I missing the boat on this?
Eaton.HFED @ HI-MULTICS
29-Feb-84 13:43:12-MST,1749;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Feb 84 13:43:04-MST
Received: From Hi-Multics.ARPA by AMSAA via smtp; 29 Feb 84 1:58 EST
Date: 29 February 1984 00:57 cst
From: Eaton.HFED@hi-multics
Subject: re:desoldering
To: info-cpm@amsaa
Some desoldering techniques that I have heard of or used:
1. Hand held solder sucker ball and soldering iron. (pros are good with these)
2. Vaccuum pump with desoldering iron. (excellent and expensive)
3. Propane torch and chip puller. (used on surplus boards only)
4. Special multiprong tips which desolder all pins simultaneously.
5. Solder wick and soldering iron. (I always blow etches)
6. Clip pins off chip using GA54-2 cutters from Diamond Tools then
trim leads on new chip and solder them to stubs from old chip.
The cutters have carbide steel tips which actually crush the
pins across their widest points. A cheap tool will not hold
up in repeated use. As you can tell by the length of this entry
this is my method of choice for replacing bad chips. With the
other methods that I can afford, there always seems to
be some type of plated through hole damage.
7. One of my fellow technical types uses a variation of no. 6. He takes a
hammer and screwdriver, puts the board on a sturdy flat surface
and smashes the little buggers to smithereens (the chips that is)
then reuses the old leads just as before. That always makes me
nervous but he does it with high density memory boards with no
ill effects.
8. Spring loaded vaccuum plungers and iron. (so-so)
That's all I can think of at the moment. Bon Apetit.
Jesse Eaton @ HI-MULTICS
29-Feb-84 13:43:23-MST,688;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Feb 84 13:43:20-MST
Received: From Radc-Multics.ARPA by AMSAA via smtp; 29 Feb 84 10:31 EST
Date: 29 February 1984 10:32 est
From: Wiedemann.4506i1808@radc-multics
Subject: Ithaca S-100 CPU Monitor
To: info-cpm@amsaa
I have an Ithaca Audio Z-80 CPU board for an S-100 bus that needs a
monitor ROM. The board is Model 1A-1010, Rev 2.
Does anyone out there have the source code for the monitor? I have
contacted Ithaca Audio and they said that since that board was
discontinued several years ago, they no longer support it.
Thanx much!!
Wolf Wiedemann
29-Feb-84 13:43:31-MST,1245;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Feb 84 13:43:26-MST
Received: From brl-gateway2.ARPA by AMSAA via smtp; 29 Feb 84 11:21 EST
Received: From Usc-Eclb.ARPA by BRL via smtp; 29 Feb 84 11:18 EST
Date: 29 Feb 1984 0811-PST
From: Brad%fcdssasd@BRL.ARPA
Subject: Re: Help on graphics
Sender: FCDSSASD@USC-ECLB.ARPA
To: HLP.LR%MIT-SPEECH@MIT-MC.ARPA
cc: FCDSSASD@USC-ECLB.ARPA, INFO-CPM@BRL.ARPA
Reply-To: FCDSSASD@usc-eclb
In-Reply-To: Your message of 28-Feb-84 2336-PST
Lance,
Probably the best all around grahpics package for business
applications or any fairly simple problem is a software package
called DGRAPH by FOX & GELLER 604 Market Street; Elmwood Park,
New Jersey 07407 phone (201) 837-0142
Now i have used this package and it is very easy to use and
won't take any time to learn. It's all menu driven and will even
work on letter quality printers. In the latter use the period
wears out quickly. The final product looks good and as you can probably
tell, it will graph DBASE II (Ashton-Tate) files without conversion.
Hope this helps. If you need mor info about DGRAPH (Fox & Geller)
then let me know.
Cheers,
Brad
-------
29-Feb-84 13:44:14-MST,712;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Feb 84 13:44:10-MST
Received: From Hi-Multics.ARPA by AMSAA via smtp; 29 Feb 84 13:37 EST
Date: 29 February 1984 12:37 cst
From: Cargo.PD@hi-multics
Subject: ? Command line access from MBasic
To: info-cpm@amsaa
I remember (too vaguely) seeing an article or note in a "recent"
publication (within the last year) a "how to" on getting the cp/m
command line from inside a MicroSoft BASIC program. I thought it was
either in Dr. Dobb's or BYTE, but it might have been Microsystems. I
would appreciate it if anybody could refresh my memory on this. Thank
you.
David Cargo (Cargo at HI-Multics)
29-Feb-84 19:08:31-MST,972;000000000000
Return-Path: <info-cpm-request@AMSAA.ARPA>
Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Feb 84 19:08:27-MST
Received: From Brl-Vgr.ARPA by AMSAA via smtp; 29 Feb 84 20:51 EST
Received: From Mit-Mc.ARPA by BRL-VGR via smtp; 29 Feb 84 20:49 EST
Date: Wed 29 Feb 84 20:51:08-EST
From: Thomas D. Carrell <SR.CARRELL%MIT-SPEECH@MIT-MC.ARPA>
Subject: Help on graphics
To: hlp.lr%MIT-SPEECH@MIT-MC.ARPA
cc: info-cpm@BRL-VGR.ARPA
Another plotting package that I use a lot is DataPlotter available
from Lark Software, 7 Cedars Rd, Caldwell, NJ, 07006, phone
(201) 226-7552. You can see examples of their plots in their
ads in Microsystems. The package is cheap ($50), easy to use, flexible,
and the graphs look great. I have had some accepted for
publication in professional journals. They have versions for CP/M 80,
MS-DOS, and CP/M 86. They support lots of different dot-matrix
printers, and you have to specify which one you want.