home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / cpm / 8504-1.txt < prev    next >
Text File  |  1993-02-12  |  269KB  |  6,579 lines

  1.  1-Apr-85 00:57:45-MST,2379;000000000000
  2. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 1 Apr 85 00:57:17-MST
  4. Received: from simtel20.arpa by AMSAA.ARPA id a010617; 1 Apr 85 2:21 EST
  5. Date: 1 Apr 1985  00:18 MST (Mon)
  6. Message-ID: <KPETERSEN.12099598331.BABYL@SIMTEL20.ARPA>
  7. Sender: KPETERSEN@SIMTEL20.ARPA
  8. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  9. To:   Info-Cpm@AMSAA.ARPA
  10. Subject: PREBAS - a Basic pre-processor now available
  11.  
  12. PREBAS is available from SIMTEL20 as:
  13.  
  14. Filename            Type     Bytes     CRC
  15.  
  16. Directory MICRO:<CPM.BASIC>
  17. PREBAS.LBR.1            BINARY     67456  5EE9H
  18.  
  19. Here is a brief excerpt from the author's .DOC file:
  20.  
  21. PREBAS is a pre-processor for BASIC.  It takes a flat ASCII file, adds
  22. line numbers to it, and, optionally, resolves references to target
  23. labels.  It can also resolve the labels without line numbers, or strip
  24. old line numbers out of a file.  PREBAS is intended as an aid to BASIC
  25. programmers.  With it they can enter a program in their favorite text
  26. editor or word processor, while not worrying about line numbers, or
  27. the targets for their GOTO and GOSUB statements.  It has a number of
  28. options, including:
  29.  
  30.      adding line numbers
  31.      resolving labels
  32.      stripping old line numbers  
  33.      selection of the start number 
  34.      selection of the step size selection of the label marker 
  35.      addition of comments to the end of a line,  
  36.      showing target labels  
  37.      command line execution (not yet available in MS/DOS version)
  38.  
  39. PREBAS was written in Microsoft BASIC (MBASIC) and was compiled with
  40. BASCOM. There are three files:
  41.  
  42.      PREBAS.DOC -- This document.
  43.      PREBAS.COM -- The compiled executable program (linked to 
  44.                    OBSLIB.REL).
  45.      PREBAS.BAS -- The BASIC source code.
  46.  
  47. Note: I include the BASIC source so that the defaults can be changed
  48. (see Appendix A -- Customization) or so that PREBAS can be recompiled
  49. to run under the BRUN run-time library. PREBAS does run under the
  50. interpreter, but runs very slowly (especially if you are resolving
  51. labels).  PREBAS translates line-by-line (writing each line out to the
  52. new file), rather than in RAM.  I felt that speed was less important
  53. than a limitation of size imposed by the size of RAM.  However, PREBAS
  54. is still limited by disk capacity, needing room for a file at least
  55. the same size as the input file.
  56.  
  57. --Keith
  58.  1-Apr-85 01:26:50-MST,668;000000000000
  59. Return-Path: <info-cpm-request@AMSAA.ARPA>
  60. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 1 Apr 85 01:26:45-MST
  61. Received: from simtel20.arpa by AMSAA.ARPA id a010791; 1 Apr 85 2:52 EST
  62. Date: 1 Apr 1985  00:53 MST (Mon)
  63. Message-ID: <KPETERSEN.12099604741.BABYL@SIMTEL20.ARPA>
  64. Sender: KPETERSEN@SIMTEL20.ARPA
  65. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  66. To:   Info-Cpm@AMSAA.ARPA
  67. Subject: MEX overlay for Sierra Data Sciences SBC-100
  68.  
  69. A new MEX overlay, MXO-SD10 for the SIERRA DATA SCIENCES SBC-100
  70. computer, is now available from SIMTEL20 as:
  71.  
  72. Filename            Type     Bytes     CRC
  73.  
  74. Directory MICRO:<CPM.MEX>
  75. MXO-SD10.AQM.1            BINARY      7808  4DD2H
  76.  
  77. --Keith
  78.  1-Apr-85 01:41:56-MST,3269;000000000000
  79. Return-Path: <info-cpm-request@AMSAA.ARPA>
  80. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 1 Apr 85 01:41:47-MST
  81. Received: from simtel20.arpa by AMSAA.ARPA id a010785; 1 Apr 85 2:51 EST
  82. Date: 1 Apr 1985  00:47 MST (Mon)
  83. Message-ID: <KPETERSEN.12099603614.BABYL@SIMTEL20.ARPA>
  84. Sender: KPETERSEN@SIMTEL20.ARPA
  85. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  86. To:   Info-Cpm@AMSAA.ARPA
  87. Subject: FBAD60 non-destructive disk test program
  88.  
  89. FBAD60 is now available from SIMTEL20 as:
  90.  
  91. Filename            Type     Bytes     CRC
  92.  
  93. Directory MICRO:<CPM.DSKUTL>
  94. FBAD60.LBR.1            BINARY     30208  0393H
  95.  
  96. FBAD is a NON-DESTRUCTIVE disk test program for CP/M-80.  It will find
  97. all bad blocks on a disk and build a file [UNUSED].BAD to allocate
  98. them, thus "locking out" the bad blocks so CP/M will not use them.
  99. This allows continued use of the disk as though it had no bad areas.
  100.  
  101. If an [UNUSED].BAD file is found on the disk before the test you will
  102. be prompted to keep the existing file (and all currently flagged bad
  103. blocks) or erase it and only flag the bad blocks found on the current
  104. pass.
  105.  
  106. Good news for CP/M+ users!  You can use FBAD60.  Dave Mabry says: I
  107. have included a file in the LBR called BIOS2RSX.RSX which is an RSX
  108. for CP/M Plus that will allow FBAD to work on CP/M Plus operating
  109. systems.  In order to use FBAD on CP/M Plus you must attach the RSX to
  110. FBAD.COM as follows:
  111.  
  112. GENCOM FBAD60 BIOS2RSX
  113.  
  114. Then the resultant FBAD60.COM will then run properly on CP/M Plus
  115. but will not run on CP/M V2.2 or earlier without removing the RSX.
  116.  
  117. Here is what's new in recent updates to FBAD:
  118.  
  119. ; 03/28/85 Cleaned up some code that sends messages.
  120. ;   v60    Modified STOP routine so that you really can abort the
  121. ;       program with ^C.        - Dave Mabry
  122. ;
  123. ; 03/16/85 Program will ask you if you want to continue checking on the
  124. ;   v59    same drive as originally entered - added a byte at the end of
  125. ;       the code (ORIGDR) to store the value from the FCB.
  126. ;                         ( Ken Kaplan )
  127. ;
  128. ; 12/12/84  Added the ability to keep bad blocks that were flagged in a
  129. ;   v58     previous [UNUSED].BAD file.  If a block was ever flagged as
  130. ;        bad by this program, it is probably weak.  If on a subse-
  131. ;        quent test, it makes it through the BIOS retires and is read
  132. ;        successfully, I want the block to stay in the [UNUSED].BAD
  133. ;        file.  Removed the coded in LTOP which cleared the high byte
  134. ;        of HL after a call to RECTRN.  My BIOS (Morrow DJDMA) sets
  135. ;        the high bit of HL to indicated side 1 of a double-sided
  136. ;        drive.            - Ron Schwabel (Ron Schwabel)
  137. ;
  138. ; 11/29/84  Integrated Mike Webbs idea to display Track-Nr. Changed DOC
  139. ;   v57     up front accordingly.    - BGE
  140. ;
  141. ; 07/04/84  Added Ted Shapin's fixes from 1981 that were not included in
  142. ;   v56     the 06/07/84 version.  Reformatted.
  143. ;                    - Irv Hoff
  144. ;
  145. ; 06/07/84  Added code at CHKSYS to skip system tracks if more than 5
  146. ;   v55     are present (most systems use 1 or at most 2 tracks for the
  147. ;        system).  This makes the program practical for both floppy
  148. ;        and Winchester systems.  Cosmetic change for printer logging
  149. ;        to add CR/LF after 76 *'s.    Fixed problem in DECOUT to give
  150. ;        correct total for max size Winchester disks.
  151. ;                    - DHR
  152.  
  153. --Keith
  154.  1-Apr-85 08:14:33-MST,839;000000000000
  155. Return-Path: <info-cpm-request@AMSAA.ARPA>
  156. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 1 Apr 85 08:14:27-MST
  157. Received: from simtel20.arpa by AMSAA.ARPA id a004599; 1 Apr 85 9:32 EST
  158. Date: Saturday, 23 March 1985  10:35-MST
  159. Message-ID: <KPETERSEN.12099677650.BABYL@SIMTEL20.ARPA>
  160. Sender: STERNLIGHT@usc-ecl.ARPA
  161. From: STERNLIGHT@usc-ecl.ARPA
  162. Subject:   Hayes 2400 modem
  163. ReSent-From: KPETERSEN@simtel20.ARPA
  164. ReSent-To: Info-Cpm@AMSAA.ARPA
  165. ReSent-Date: Mon 1 Apr 1985 07:34-MST
  166.  
  167. I have had a Hayes 2400 modem for a week, now.  It came with a note
  168. saying that it wouldn't work on some earlier PBX's, and if I had one,
  169. to return the modem and a new one would be sent out in 2 weeks.
  170.  
  171. It is much more vulnerable to shot noise (appears as random left-hand
  172. curly brackets) than the Hayes 1200, at 1200 baud.
  173.  
  174. --david--
  175.  1-Apr-85 08:27:17-MST,987;000000000000
  176. Return-Path: <info-cpm-request@AMSAA.ARPA>
  177. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 1 Apr 85 08:27:10-MST
  178. Received: from hi-multics.arpa by AMSAA.ARPA id a005265; 1 Apr 85 9:40 EST
  179. Date:  Mon, 1 Apr 85 08:40 CST
  180. From:  Boebert@HI-MULTICS.ARPA
  181. Subject:  Small-C beta testers wanted
  182. To:  info-cpm@AMSAA.ARPA
  183. Message-ID:  <850401144007.042208@HI-MULTICS.ARPA>
  184.  
  185. I have uploaded a very slightly modified version of Small-C v2.1 from
  186. the Handbook and an equally slightly modified version of the run-time
  187. library from DDJ.  These files have been tested to the extent that the
  188. compiler compiles itself correctly, and no further.  They also have not
  189. been examined by any second party.
  190.  
  191. I am looking for people who would care to perform the public service of
  192. checking these files prior to public release.  The files are available
  193. from Keith Petersen (W8SDZ @ Simtel); they are in .LBR format, so you
  194. must be able to download binary.
  195.  
  196. -- Earl (Boebert @ HI-Multics)
  197.  1-Apr-85 11:48:38-MST,588;000000000000
  198. Return-Path: <info-cpm-request@AMSAA.ARPA>
  199. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 1 Apr 85 11:48:35-MST
  200. Received: from gunter-adam.arpa by AMSAA.ARPA id a014494; 1 Apr 85 13:21 EST
  201. Date:  1 Apr 1985 12:25:42 CST
  202. Subject: RIXON 1200 question..
  203. From: HUNEYCUTT@GUNTER-ADAM.ARPA
  204. To: Info-CPM@AMSAA.ARPA
  205. cc: Huneycutt@GUNTER-ADAM.ARPA
  206.  
  207.  
  208. Seem a while back, but I seem to recall somebody saying how to defeat the
  209. default auto-answer on the Rixon 1200 baud modem.  Something about a trace
  210. cut, or something.  Anybody recall the specifics...i.e. HELP!!
  211.  
  212. Doug
  213. -------
  214.  1-Apr-85 16:51:26-MST,1120;000000000000
  215. Return-Path: <info-cpm-request@AMSAA.ARPA>
  216. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 1 Apr 85 16:51:12-MST
  217. Received: from utexas-20.arpa by AMSAA.ARPA id a025344; 1 Apr 85 18:16 EST
  218. Date: Mon 1 Apr 85 17:19:20-CST
  219. From: Douglas Good <CMP.DOUG@UTEXAS-20.ARPA>
  220. Subject: Fido Newsletter, Nodelist, etc.
  221. To: info-cpm@AMSAA.ARPA
  222.  
  223. I am the sysop of Fido #50 here in Austin, TX, and am very impressed with
  224. your mailing list, so I would like to contribute.  I get the bi-weekly Fido
  225. Newsletter which I can get to you if you want (that is to whoever...) a
  226. couple of days after its publication, and I can also send you the updated
  227. nodelist which comes out every week and I get every couple of weeks.  Also,
  228. I saw the FIDO_TIP.EQE file for download in the Fido directory.  As far as
  229. I know, that has been discontinued (that version.  the new one isn't out yet)
  230. because of some major bugs.  If I can do anything for you that would help out 
  231. the Fido directory, please be sure to ask.  Thanks again.
  232.        Scott Ashcraft
  233. p.s.  I am using a friend's account, Doug Good's, who is a remote sysop.
  234. -------
  235.  1-Apr-85 21:51:34-MST,886;000000000000
  236. Return-Path: <info-cpm-request@AMSAA.ARPA>
  237. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 1 Apr 85 21:51:29-MST
  238. Received: from mit-mc.arpa by AMSAA.ARPA id a026353; 1 Apr 85 23:18 EST
  239. Date: 1 April 1985 23:20-EST
  240. From: Eric Stork <STORK@mit-mc.ARPA>
  241. Subject: Reading Apple II Disks
  242. To: info-cpm@AMSAA.ARPA
  243. cc: STORK@mit-mc.ARPA
  244.  
  245. Need some advice...
  246.  
  247. I'm considering having someone do some draft typing for me.  They have
  248. and Apple II.  
  249.  
  250. Question:
  251.  
  252. Is there any way I can read text files off an Apple II disk, using a
  253. Kaypro II?  Is there a formatting program that will do that?
  254.  
  255. Is it economical to get my potential typist a CP/M card for her Apple?
  256. Are they still made?  Where and by whom?  Costs?
  257.  
  258. Thanks for advice.  Pls reaspond direct to  STORK @ MIT-MC.
  259. If anyone has interest in the responses, let me know and I'll summarize
  260. and forward.
  261.  
  262. Eric
  263.  
  264.  2-Apr-85 12:53:20-MST,1003;000000000000
  265. Return-Path: <info-cpm-request@AMSAA.ARPA>
  266. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 2 Apr 85 12:53:14-MST
  267. Received: from radc-multics.arpa by AMSAA.ARPA id a028619; 2 Apr 85 7:45 EST
  268. Date:  Tue, 2 Apr 85 07:43 EST
  269. From:  Wiedemann@RADC-MULTICS.ARPA
  270. Subject:  MP/M-86 and CP/M-86
  271. To:  info-cpm@AMSAA.ARPA
  272. Message-ID:  <850402124334.741009@RADC-MULTICS.ARPA>
  273.  
  274. I received my new Heathkit catalog yesterday and was surprised to see
  275. the rediculously low prices for these products.  CP/M-86 is selling for
  276. $99.00 (was $250.00) and MPM-86 for $99.00 (was $649.00!!).
  277.  
  278. Not being familiar with the capabilities, limitations and availability
  279. of applications software for these products, I wondered if these were
  280. "dead" operating systems.  I use mainly CP/M-85 and MS-DOS.
  281.  
  282. Can someone convince me that:
  283.    A.  These prices are the bargain of the century!!
  284.                        or
  285.    B.  They aren't worth the shipping cost.
  286.  
  287. Thanx for your help.
  288.  
  289. Wolf Wiedemann RADC-MULTICS
  290.  2-Apr-85 14:04:27-MST,1849;000000000000
  291. Return-Path: <info-cpm-request@AMSAA.ARPA>
  292. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 2 Apr 85 14:04:22-MST
  293. Received: from cmu-cs-c.arpa by AMSAA.ARPA id a001298; 2 Apr 85 11:27 EST
  294. Received: ID <SAILER@CMU-CS-C.ARPA>; Tue 2 Apr 85 11:29:55-EST
  295. Date: Tue 2 Apr 85 11:29:53-EST
  296. From: Lee.Sailer@CMU-CS-C.ARPA
  297. Subject: Uniform and Media Master
  298. To: info-cpm@AMSAA.ARPA
  299.  
  300.  
  301. I agree with those folks who recommend Uniform and Media Master as good file
  302. transfer programs.  I have used them both on Morrow, Rainbow, and Osborne-1
  303. (CP/M on all three) and have rarely had any difficulties.  
  304.  
  305. There is one important difference between these two products that might help
  306. someone out there choose between them.
  307.  
  308. Media Master - MM is all menu driven.  You do your work from within MM.  For
  309. example, I can tell my rainbow that drive A: is Kaypro II, B: is IBM 1.0ss,
  310. and C: is IBM 2.0ss, and then use menu commands to list directories, move
  311. files from one disk to another, erase files, etc.  I can even format new disks.
  312.  
  313. Uniform - On the Morrow MD3, I can only reassign drive B:.  For MSDOS<->CPM
  314. transfers, it uses menues like MM, except that I cannot go from one alien format
  315. to another.  I always have to go thru Morrow format.
  316.  
  317. Uniform - On the other hand, if Uniforms is used to tell the Morrowthat
  318. drive B: is a CPM format, say Osborne or Kaypro, then the user can exit back to
  319. CPM, but the alien disk format sticks.  You can edit files on B:alien.dsk,
  320. run .com files, use sweep to move stuff around, etc.  (I guess Uniform patches
  321. the OS.)
  322.  
  323. In short, if you move files from one alien format to another, MM is the choice.
  324. If you usually use files from one alien format on your base machine, then
  325. I think Uniform is more appropriate.
  326.  
  327. By the way, Media Master on many CP/M machines is only about $30.
  328.  
  329. -------
  330.  2-Apr-85 16:35:09-MST,1219;000000000000
  331. Return-Path: <info-cpm-request@AMSAA.ARPA>
  332. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 2 Apr 85 16:35:03-MST
  333. Received: from xerox.arpa by AMSAA.ARPA id a000155; 6 Dec 84 14:45 EST
  334. Received: from PinotNoir.ms by ArpaGateway.ms ; 02 APR 85 09:52:07 PST
  335. Date: 2 Apr 85 09:48 PST
  336. From: ghenis.pasa@XEROX.ARPA
  337. Subject: Re: Reading Apple II Disks
  338. In-reply-to: Eric Stork <STORK@MIT-MC.ARPA>'s message of 1 Apr 85 23:20
  339.  EST
  340. To: STORK@MIT-MC.ARPA
  341. cc: info-cpm@AMSAA.ARPA
  342.  
  343. Unfortunately, you cannot read or write Apple disks on a CP/M system
  344. like the Kaypro. The reason for this is that Apple uses a HARD SECTORED
  345. "maverick" format unlike every other system out there which uses SOFT
  346. sectoring (which is what makes programs like MediaMaster and Uniform
  347. possible).
  348.  
  349. However, there is a way to get those text files over to the Kaypro, and
  350. it actually makes more sense in your situation.
  351. What you need is a modem and communications software on both machines:
  352. then file transfer will be as easy as a phone call (well, almost)
  353.  
  354. If you don't already have the software, the public domain program MODEM7
  355. is available for both the Kaypro and the Apple (you can get them through
  356. your local user groups)
  357.  2-Apr-85 17:00:38-MST,563;000000000000
  358. Return-Path: <info-cpm-request@AMSAA.ARPA>
  359. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 2 Apr 85 17:00:35-MST
  360. Received: from utexas-20.arpa by AMSAA.ARPA id a008938; 31 Mar 85 20:37 EST
  361. Date: Sun 31 Mar 85 19:39:27-CST
  362. From: Douglas Good <CMP.DOUG@UTEXAS-20.ARPA>
  363. Subject: BYE for IBMPC
  364. To: INFO-CPM-REQUEST@AMSAA.ARPA
  365. Resent-Date:  Tue, 2 Apr 85 16:37:03 EST
  366. Resent-From:  cpmlist@AMSAA.ARPA
  367. Resent-To:    info-cpm@UTEXAS-20.ARPA
  368.  
  369. Does anyone know  a bye-like program for the IBM?  Any help on this would
  370. be appreciated.
  371.       Doug
  372. -------
  373.  2-Apr-85 17:18:49-MST,946;000000000000
  374. Return-Path: <info-cpm-request@AMSAA.ARPA>
  375. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 2 Apr 85 17:18:45-MST
  376. Received: from usc-isi.arpa by AMSAA.ARPA id a009475; 31 Mar 85 22:24 EST
  377. Date: 31 Mar 1985 22:25:25 EST
  378. Subject: Public domain spreadheets
  379. From: rexRex Buddenberg <BUDDENBERGRA@USC-ISI.ARPA>
  380. To: info-cpm-request@AMSAA.ARPA
  381. cc: BUDDENBERGRA@USC-ISI.ARPA
  382. Resent-Date:  Tue, 2 Apr 85 16:38:10 EST
  383. Resent-From:  cpmlist@AMSAA.ARPA
  384. Resent-To:    info-cpm@USC-ISI.ARPA
  385.  
  386.  
  387. For Pete Pearson who was looking for a public domain
  388. spreadsheet.
  389. Borland distributes Micro-Calc as a thro-in with Turbo-Pascal.
  390. It is designed 1) as an operating spreadsheet and 2) a demo for T-Pas.
  391. You can compile it to disc and separate it from t_pas without violating
  392. any copyright rules.  
  393. Also look up Poor-Person Software -- he used to have a SS for around
  394. $40 (??).  Has advertised in Dr Dobbs.  
  395. Rex Buddenberg
  396. -------
  397. -------
  398.  2-Apr-85 17:29:38-MST,1064;000000000000
  399. Return-Path: <info-cpm-request@AMSAA.ARPA>
  400. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 2 Apr 85 17:29:32-MST
  401. Received: from apg-1.arpa by AMSAA.ARPA id a002916; 2 Apr 85 18:04 EST
  402. Date:  2 Apr 1985 16:03:16 EST (Tuesday)
  403. From: Robert Bloom AMSTE-TOI 3775 <rbloom@apg-1.ARPA>
  404. Subject: Re: Reading Apple II Disks
  405. In-Reply-to: Your message of 2 Apr 85 09:48 PST
  406. To: ghenis.pasa@XEROX.ARPA
  407. Cc: info-cpm@AMSAA.ARPA
  408.  
  409. wrongo - the apple use soft-sectoring (not hard sectoring)
  410.  
  411. the only hard sector machines left are very old Heaths and NorthStars
  412. (I've got a NorthStar and an apple both)
  413.  
  414. In truth, the apple is 'softer' sectoring than anybody else - it
  415. doesn't look at the sector hole(s) *AT ALL*.  Therefore one can use
  416. in the apple either soft or hard sectored disks providing that you
  417. format them first.  It is this 'softer' sectoring that makes the
  418. apple weird - all other normal machine do look at the index hole -
  419. a hard sectored disk drives them wild.
  420.  
  421. The end result is the same in anycase--> use a commo program.
  422.  
  423. -bob bloom
  424.  
  425.  2-Apr-85 20:02:06-MST,804;000000000000
  426. Return-Path: <info-cpm-request@AMSAA.ARPA>
  427. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 2 Apr 85 20:02:01-MST
  428. Received: from ut-ngp.arpa by AMSAA.ARPA id a003796; 2 Apr 85 21:31 EST
  429. From: mknox <mknox@UT-NGP.ARPA>
  430. Posted-Date: Tue,  2 Apr 85 20:22:42 CST
  431. Message-Id: <8504030224.AA05731@ut-ngp.ARPA>
  432. Received: by ut-ngp.ARPA (4.22/4.22)
  433.     id AA05731; Tue, 2 Apr 85 20:24:16 cst
  434. Date: Tue,  2 Apr 85 20:22:42 CST
  435. To: Wiedemann@RADC-MULTICS.ARPA, info-cpm@AMSAA.ARPA
  436. Subject: Reply to: mp/m-86 and cp/m-86
  437.  
  438.  
  439. CP/M-86 is very much a 'live' system (although nowhere near as
  440. popular in the USA as MS-DOS).  MP/M-86 has pretty much been
  441. replaced by Concurrent CP/M-86 and Concurrent PC-DOS.
  442.  
  443. But that price on CP/M-86 is *WAY* out of line.  Mail order prices
  444. have been as low as $33.
  445.  
  446.  2-Apr-85 21:25:37-MST,504;000000000000
  447. Return-Path: <info-cpm-request@AMSAA.ARPA>
  448. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 2 Apr 85 21:25:34-MST
  449. Received: from mitre-gateway.arpa by AMSAA.ARPA id a003954; 2 Apr 85 22:55 EST
  450. Date:  2 Apr 1985 22:45:14 EST (Tuesday)
  451. From: jose rodriguez <jrodrig@mitre-gateway.ARPA>
  452. Subject: PD spreadsheet
  453. To: info-cpm@AMSAA.ARPA
  454.  
  455.  
  456. I got from U of Maruyland a PD spreadsheet, called vc. I rigth now in 
  457. a sort of cchange (new job) . As soon as I can I will post it somewhere.
  458.  
  459. Jose
  460.  
  461.  
  462.  3-Apr-85 01:34:51-MST,1705;000000000000
  463. Return-Path: <info-cpm-request@AMSAA.ARPA>
  464. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 3 Apr 85 01:34:43-MST
  465. Received: from usc-isid.arpa by AMSAA.ARPA id a004468; 3 Apr 85 3:06 EST
  466. Date: 3 Apr 1985 03:05-EST
  467. Sender: ABN.ISCAMS@USC-ISID.ARPA
  468. Subject: TurboPascal User Area Bug
  469. From: ABN.ISCAMS@USC-ISID.ARPA
  470. To: info-cpm@AMSAA.ARPA
  471. Message-ID: <[USC-ISID.ARPA] 3-Apr-85 03:05:07.ABN.ISCAMS>
  472.  
  473. NetLandians,
  474.  
  475. A separate message described a bug in TurboPascal V2.0 for CP/M-80.  If
  476. you are running TurboPascal in a User Area other than 0, when you exit
  477. TurboPascal it will force you into User Area 0 whether you like it or not.
  478.  
  479. The fix described several bytes in TurboPascal to patch, but was specific
  480. to Version 2.0 only.
  481.  
  482. Here's the fix for TurboPascal Version 1.0 for CP/M-80:
  483.  
  484. Using DDT, DSD, EDFILE, or whatever, list 2741H...
  485.  
  486. Original code:
  487.  
  488. 2741  LDA 3E24        ;where TurboPascal earlier stored the
  489.             ;current disk/user.
  490.       DCR A        ;always
  491.       STA 0004        ;where CP/M keeps the current disk/user
  492.       JMP 0000        ;return to CP/M
  493.  
  494. I couldn't find exactly WHERE TurboPascal messes up that stored
  495. disk/user value, but it sure 'nuff gets blown away somewhere.
  496.  
  497. So... just eliminate that retrieval altogether.  It appears that
  498. the original CP/M stored value at 0004 does NOT get changed (I tried
  499. various disk reads and writes, and it remained the same disk and user
  500. area as when I started).
  501.  
  502. 2741  JMP 0000        ;just return to CP/M, skipping the rest.
  503.       DCR A        ;leave the rest of the mess...
  504. .....
  505.  
  506. Now, when you exit TurboPascal, you'll still be in your original
  507. disk and user area.
  508.  
  509. Regards,
  510. David Kirschbaum
  511. Toad Hall
  512. (ABN.ISCAMS@USC-ISID.ARPA)
  513.  3-Apr-85 10:11:35-MST,2439;000000000000
  514. Return-Path: <info-cpm-request@AMSAA.ARPA>
  515. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 3 Apr 85 10:11:27-MST
  516. Received: from ddn1.arpa by AMSAA.ARPA id a005272; 3 Apr 85 11:26 EST
  517. Date: 3 Apr 85 10:26 EST
  518. From: dbrothers@DDN1.ARPA
  519. Subject: APPLE ][ to KAYPRO on a null modem
  520. To: stork@MIT-MC.ARPA
  521. CC: info-cpm@AMSAA.ARPA
  522.  
  523.  
  524. I have transferred files from an APPLE ][ to a KAYPRO using MEX
  525. on the KAYPRO and ZPRO on the APPLE ][ over a null modem at
  526. speeds of up to 9600 baud. It worked beautifully.
  527. I initially did it using modems at 300 baud and a phone, but found that the
  528. phone line is unnecessary if you have a seriel card in 
  529. the APPLE ][, you can easily use a null modem cable.
  530. A null modem cable can easily be built. It is simply a
  531. pair of db-25 connectors (Males usually) that have the following
  532. pin connections: Pin 1 to pin 1, pin 2 to pin 3 at the other end,
  533. pin 3 to pin 2 at the other end, pin 7 to pin 7, pin 6 to
  534. pin 20 at the other end and pin 20 to pin 6 at the other end. The idea is to swap the send
  535. and receive lines and the dtr and cts lines.
  536. If you have an APPLE ][ super serial card, then you don't need
  537. to build anything. You can set the configuration block to the
  538. TERMINAL mode and use your existing db-25 cable. Read the book
  539. and you'll see that this configuration is the
  540. same as having a null modem cable.
  541.  
  542. It should be possible to write the RWTS (read-write-track-sector)
  543. code that resides at BD00-BFFF in an APPLE ][ in 8080 code
  544. and make it run in a KAYPRO. The hard part would be to
  545. get the documentation which describes how you access the
  546. disk directly from 8080 code in the KAYPRO. You
  547. would need to know how to turn on the motor, how to
  548. check for write protect, how long to wait after turning
  549. on the motor before reading, what the data really looks
  550. like when you do a read (bit-by-bit read) and how
  551. you define which disk drive you want to access. I
  552. do not know if this information is available for the KAYPRO.
  553. It is also possible to use MEX, MODEM7, or any other
  554. xmodem-capable program to do quick APPLE ][ to KAYPRO
  555. transfers. I like using MEX because it has wild card
  556. capability. 
  557.  
  558. If the files you need to transfer
  559. are ascii, rather than binary, it is
  560. possible to use PIP on both ends
  561. to transfer them from the APPLE ][ to the KAYPRO.
  562. this is not the rpeferred method, however. There
  563. is no checksum or CRC if you use PIP.
  564. Best of luck...
  565. Doug
  566.  
  567.  3-Apr-85 10:18:22-MST,580;000000000000
  568. Return-Path: <info-cpm-request@AMSAA.ARPA>
  569. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 3 Apr 85 10:18:19-MST
  570. Received: from ddn1.arpa by AMSAA.ARPA id a005673; 3 Apr 85 11:43 EST
  571. Date: 3 Apr 85 11:29 EST
  572. From: dbrothers@DDN1.ARPA
  573. Subject: Additional info on APPLE ][ to KAYPRO
  574. To: stork@MIT-MC.ARPA
  575. CC: info-cpm@AMSAA.ARPA
  576.  
  577.  
  578. If the files are DOS text files you can use ASCII EXPRESS
  579. to transfer them out the seriel port.
  580.  
  581. The info I gave you in my first message would refer
  582. to the situation where the APPLE ][ is running CPM.
  583.  
  584. Doug.
  585.  
  586. Hope this helps.
  587.  
  588.  3-Apr-85 20:26:00-MST,734;000000000000
  589. Return-Path: <info-cpm-request@AMSAA.ARPA>
  590. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 3 Apr 85 20:25:55-MST
  591. Received: from ari-hq1.arpa by AMSAA.ARPA id a000492; 3 Apr 85 21:51 EST
  592. Date: 3 Apr 85 21:50:00 EST
  593. From: brake@ari-hq1.ARPA
  594. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  595. Subject: SDIRHDR.LIB
  596. To: info-cpm <info-cpm@AMSAA.ARPA>
  597. Reply-To: brake@ari-hq1.ARPA
  598. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  599.  
  600. I've been assembling some routines in SYSLIB3 and have come upon
  601. a reference to SDIRHDR.LIB. If anyone can give me a pointer to it
  602. I would appreciate it. I have looked in MICRO:<CPM.SYSLIB> and
  603. MICRO:<CPM.SYSLIB3> at SIMTEL20.
  604.  
  605. Thanks,
  606. Dennis   [BRAKE@ARI-HQ1]
  607. ------
  608.  3-Apr-85 22:13:24-MST,2466;000000000000
  609. Return-Path: <info-cpm-request@AMSAA.ARPA>
  610. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 3 Apr 85 22:13:18-MST
  611. Received: from sdcsvax.arpa by AMSAA.ARPA id a000596; 3 Apr 85 23:29 EST
  612. Received: by sdcsvax.ARPA (4.24/4.41)
  613.     id AA09072; Wed, 3 Apr 85 20:29:34 pst
  614. From: crash!ihom@SDCSVAX.ARPA
  615. Message-Id: <8504040429.AA09072@sdcsvax.ARPA>
  616. Date: Wed, 3 Apr 85 08:25:11 PST
  617. To: sdamos!stork@mit-mc.ARPA
  618. Subject: Re: Reading Apple II Disks
  619. Cc: info-cpm@AMSAA.ARPA
  620.  
  621. > Is there any way I can read text files off an Apple II disk, using a
  622. > Kaypro II?  Is there a formatting program that will do that?
  623.  
  624. >> Unfortunately, you cannot read or write Apple disks on a CP/M system
  625. >> like the Kaypro. The reason for this is that Apple uses a HARD SECTORED
  626. >> "maverick" format unlike every other system out there which uses SOFT
  627. >> sectoring (which is what makes programs like MediaMaster and Uniform
  628. >> possible).
  629. >> What you need is a modem and communications software on both machines:
  630. >> then file transfer will be as easy as a phone call (well, almost)
  631.  
  632. Apple *does not* use a hard sectored format.  Its uses a 16 sector format
  633. which *does not* use the index hole, thus soft sectored.  Software is
  634. able to find any given track/sector without the aid from the hardware.
  635.  
  636. When using a communications program on the Kaypro (i.e. modem7 or mex)
  637. and Apple (i.e. ASCII Express "The Professional), avoid using the xmodem
  638. (Christensen) protocol if possible.  Invoke the Apple's comm program to
  639. list the file and copy the data into the buffer of modem7 or mex.  Protocol
  640. is possible, but the file has to be processed after the transfer.
  641.  
  642. Apple's method of terminating a line in a text file is just a carriage
  643. return -- with no linefeed.  So when you type the file out in CP/M, every
  644. line will be overwritten.  Solve this by processing the file with FILTEX
  645. (a public domain program) or some other utility that inserts a LF after
  646. every orphan CR.  Likewise, a CP/M text file transferred to an Apple will
  647. contain that *normal* LF and appear double-spaced when listed.
  648.  
  649. > Is it economical to get my potential typist a CP/M card for her Apple?
  650. > Are they still made?  Where and by whom?  Costs?
  651.  
  652. Two popular CP/M cards are available for the Apple:  the "Softcard" by
  653. Microsoft and the "Appli-Card" by PCPI.  They sell for about $275.00.
  654. Each card comes with a utility disk that includes a program to convert
  655. DOS files to CP/M.
  656.  
  657.  3-Apr-85 23:38:05-MST,2072;000000000000
  658. Return-Path: <info-cpm-request@AMSAA.ARPA>
  659. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 3 Apr 85 23:37:58-MST
  660. Received: from usc-isid.arpa by AMSAA.ARPA id a000717; 4 Apr 85 1:10 EST
  661. Date: 4 Apr 1985 01:10-EST
  662. Sender: ABN.ISCAMS@USC-ISID.ARPA
  663. Subject: Re: Reading Apple Disks
  664. From: ABN.ISCAMS@USC-ISID.ARPA
  665. To: info-cpm@AMSAA.ARPA
  666. Message-ID: <[USC-ISID.ARPA] 4-Apr-85 01:10:01.ABN.ISCAMS>
  667.  
  668. Hello,
  669.  
  670. I've read the recent messages re how to read Apple disks from a Kaypro
  671. (or other CP/M system).  Most responses involve connecting the two
  672. computers (Apple and CP/M system) with a serial or modem connection,
  673. and maybe or maybe not buying a CP/M card for the Apple.
  674.  
  675. Just to inform you of a somewhat wilder kludge that (remarkably enough)
  676. worked after a fashion.
  677.  
  678. I had some Apples running Pascal on a Corvus Omninet.  Didn't have any
  679. Omninet connections for my CP/M system (a Decision I - the big S100 buss
  680. sucker).
  681.  
  682. Used a serial card (Super Serial, I think) in the Apple slot normally
  683. used when attaching an external terminal (forget the number now, but it's
  684. in Apple and Super Serial Card documentation).  Used the normal Omninet
  685. card in the Apple, plus its 16K Language card.
  686.  
  687. Fired up the Toad (the Decision I) and hard-wired to the Apple's serial
  688. port as a terminal.  Used a modem program (MODEM730, in this case) in
  689. T mode (terminal) to actually run the Apple, and used file buffering and
  690. saving (also from T mode) when I wanted to save something from the Apple.
  691. (Just told it to type - or the equivalent Pascal term.)
  692.  
  693. Worked really well, except for some Pascal screen-addressing commands
  694. built into our Omninet shell that I didn't want to mess with.  But for
  695. straight serial data - no problems at all!  Worked with 8-bit also, by
  696. the way.  Donno what I'll do with Apple binary code on the Toad, but
  697. there it is!
  698.  
  699. So, if you're working back-to-back (might even work over a modem!), that
  700. is ONE way - and you don't need a CP/M card in the Apple either.
  701.  
  702. Regards,
  703. David Kirschbaum
  704. Toad Hall
  705. (ABN.ISCAMS@USC-ISID)
  706.  4-Apr-85 07:33:22-MST,1204;000000000000
  707. Return-Path: <info-cpm-request@AMSAA.ARPA>
  708. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 4 Apr 85 07:33:16-MST
  709. Received: from ddn1.arpa by AMSAA.ARPA id a001074; 4 Apr 85 8:52 EST
  710. Date: 4 Apr 85 08:27 EST
  711. From: dbrothers@DDN1.ARPA
  712. Subject: Fixing those lonely CRs from APPLE II transfers
  713. To: info-cpm@AMSAA.ARPA
  714. CC: crash!ihom@SDCSVAX.ARPA
  715.  
  716.  
  717. Those poor lonely CRs can be fixed quickly in WORDSTAR using the
  718. following procedure
  719.  
  720. 1. Edit the file using the "N" or "D" option from the WS main menu.
  721. 2. Execute the search and replace by typing ctrl-Q and "A" and return.
  722. 3. Respond to the FIND? with a ctrl-P and ctrl-M and return.
  723. 4. Respond to the Replace with? with ctrl-N and return
  724. 5. Respond to the Options? with GN and return.
  725.  
  726. The complete file will be fixed.
  727.  
  728. Note If you quickly follow the return after the 'GN' with a ctrl-Q, an A,
  729. and a return, the display will not be updated during the changes.
  730. This makes the change take place significantly faster. In
  731. point of fact, you can use a ctr-k and a space to eliminate
  732. the display updating. I "discovered" this by accident one day
  733. when I was impatiently waiting for WORDSTAR to finish up.
  734. Hope this helps.
  735.  
  736. Doug
  737.  
  738.  4-Apr-85 07:50:40-MST,625;000000000000
  739. Return-Path: <info-cpm-request@AMSAA.ARPA>
  740. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 4 Apr 85 07:50:35-MST
  741. Received: from simtel20.arpa by AMSAA.ARPA id a002551; 4 Apr 85 9:20 EST
  742. Date: Thu 4 Apr 85 07:20:41-MST
  743. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  744. Subject: Re: SDIRHDR.LIB
  745. To: brake@ARI-HQ1.ARPA
  746. cc: info-cpm@AMSAA.ARPA, RCONN@SIMTEL20.ARPA
  747. In-Reply-To: Message from "brake@ari-hq1.ARPA" of Wed 3 Apr 85 21:50:00-MST
  748.  
  749. SDIRHDR.LIB is a file I originally forgot to include in the SYSLIB3
  750. distribution.  Will see if I can upload it soon to SIMTEL20 and will
  751. post a notice where there.
  752.  
  753.     Rick
  754. -------
  755.  4-Apr-85 11:55:55-MST,1765;000000000000
  756. Return-Path: <info-cpm-request@AMSAA.ARPA>
  757. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 4 Apr 85 11:55:44-MST
  758. Received: from dec-marlboro.arpa by AMSAA.ARPA id a001638; 4 Apr 85 13:17 EST
  759. Date: Thu 4 Apr 85 13:11:00-EST
  760. From: Walt Lamia <LAMIA@DEC-MARLBORO.ARPA>
  761. Subject: Re: File Xfer on DecMate 
  762. To: key%marlin@NOSC.ARPA
  763. cc: info-cpm@AMSAA.ARPA, LAMIA@DEC-MARLBORO.ARPA
  764. In-Reply-To: Message from ""Gerald S. Key" <key%marlin@nosc.ARPA>" of Wed 20 Mar 85 15:49:54-EST
  765. UUCP: {allegra,ucbvax,decvax,ihnp4}!decwrl!lamia@DEC-Marlboro.ARPA
  766. E-net: MONTY::MARKET::LAMIA
  767.  
  768. I have done most of the work on the DECmate MODEM overlay, so perhaps I can
  769. help.  You should first check the overlay file to see if it really is
  770. a version that has the most recent DECmate code in it.  The problem is that
  771. the 6120 (PDP-8) processor in the DECmate II handles all the I/O, and in
  772. particular it grabs any XON/XOFF's (^S/^Q) and does its own flow control
  773. without passing them on to the Z80.  It is possible, however, to command
  774. the 6120 to not do this and pass thru everything.  This is what the overlay
  775. does, in the initialization subroutine.  You should look at the source
  776. code in the overlay that you have to see if that feature exists and is
  777. enabled.  If you do not have the most recent overlay, which is called
  778. something like M7VT-4 (or higher), you can get it from SIMTEL20 or 
  779. DEC-MARLBORO.
  780.  
  781. Incidentally, I have noticed that MDM730 and higher running on 
  782. DECmate's seem to have a problem with passing thru function key escape 
  783. sequences, in particular the direction arrows.  I think it's some kind 
  784. of timing problem, but I haven't pursued it.  I don't *think* it 
  785. affects file transfer.  Personally, I always use Kermit.
  786.  
  787. %Walt
  788.  
  789. -------
  790.  4-Apr-85 17:01:27-MST,581;000000000000
  791. Return-Path: <info-cpm-request@AMSAA.ARPA>
  792. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 4 Apr 85 17:01:15-MST
  793. Received: from mitre-bedford.arpa by AMSAA.ARPA id a011170; 4 Apr 85 15:48 EST
  794. Date: Thursday,  4 Apr 1985 15:42-EST
  795. From: sac@mitre-bedford.ARPA
  796. To: info-cpm@AMSAA.ARPA
  797. Cc: 
  798. Subject: Need pointer to unpacking lbr's
  799.  
  800. Sorry to bug everyone with this but...
  801.     I have ftp'd 2 .LBR's and I want to unpack them under UNIX. This would
  802. allow me use of the high speed printers. Question: How and where is the
  803. program?
  804.         Thanks!
  805.         Stuart  (sac@mitre-bedford)
  806.  4-Apr-85 17:02:18-MST,889;000000000000
  807. Return-Path: <info-cpm-request@AMSAA.ARPA>
  808. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 4 Apr 85 17:02:10-MST
  809. Received: from brl-aos.arpa by AMSAA.ARPA id aa00173; 4 Apr 85 16:44 EST
  810. Received: from mit-mc.arpa by BRL-AOS.ARPA id a000651; 4 Apr 85 16:23 EST
  811. Received: from MIT-EECS by MIT-MC via Chaosnet; 4 APR 85  16:22:33 EST
  812. Date: Thu 4 Apr 85 16:21:59-EST
  813. From: Andrew Moore <T.MOORE%MIT-EECS@MIT-MC.ARPA>
  814. Subject: Re: Fixing those lonely CRs from APPLE II transfers
  815. To: dbrothers@DDN1.ARPA
  816. cc: info-cpm@MIT-MC.ARPA
  817. In-Reply-To: Message from "dbrothers@DDN1.ARPA" of Thu 4 Apr 85 08:27:00-EST
  818.  
  819.  
  820.    Just a note in reply to speeding up Search/Replace with Wordstar:  CTRL/Q,
  821. followed by "A <cr>" also can be done simply by pressing <esc> during wor-
  822. star's (painfully slow) Search/Replace screen updating process.
  823.  
  824. -dru
  825.  T.MOORE%MIT-EECS@MIT-MC.ARPA
  826. -------
  827.  
  828.  4-Apr-85 17:12:35-MST,627;000000000000
  829. Return-Path: <info-cpm-request@AMSAA.ARPA>
  830. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 4 Apr 85 17:12:31-MST
  831. Received: from usc-ecl.arpa by AMSAA.ARPA id a010971; 4 Apr 85 15:45 EST
  832. Received: from ECLD by ECLA with ECLnet; Thu 4 Apr 85 12:45:11-PST
  833. Date: Tue 2 Apr 85 15:48:14-PST
  834. From: Christopher Ho <Chris%ECLD@usc-ecl.ARPA>
  835. Subject: apple diskettes
  836. To: Info-Cpm@AMSAA.ARPA
  837. Office: Ucc 178 (213)743-2957
  838.  
  839. Apple diskettes use a SOFT sectored scheme, but the data is encoded
  840. using a GCR technique instead of the more popular MFM method.  Most
  841. systems (if not all) would not be able to read them.
  842. -------
  843.  5-Apr-85 11:37:36-MST,1358;000000000000
  844. Return-Path: <info-cpm-request@AMSAA.ARPA>
  845. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 5 Apr 85 11:37:29-MST
  846. Received: from nosc-gw by AMSAA.ARPA id a012213; 5 Apr 85 13:04 EST
  847. Received: from marlin.ARPA by nosc.ARPA (4.17/4.7)
  848.     id AA17471; Fri, 5 Apr 85 10:03:59 pst
  849. Received: by marlin.ARPA (4.17/4.7)
  850.     id AA26446; Fri, 5 Apr 85 10:03:16 pst
  851. Date: Fri, 5 Apr 85 10:03:16 pst
  852. From: "Todd H. Ogasawara" <ogasawar%marlin@nosc.ARPA>
  853. Message-Id: <8504051803.AA26446@marlin.ARPA>
  854. To: info-cpm@AMSAA.ARPA, info-kermit@cu20
  855. Subject: Kermit-80 binary file xfer problem
  856.  
  857. I can't transfer binary files using the latest version of Kermit
  858. for generic CP/M-80 systems.  Text file transfers work fine though.
  859. I am trying to transfer files between a Zobex S-100 micro running
  860. CP/M-80 version 2.2 and a VAX running UNIX* 4.2bsd using C-Kermit
  861. on VAX end.  MSKermit, for MS-DOS machines, works with C-Kermit on
  862. the VAX in both text and binary file transfer modes.  I am going to
  863. try to dig through the Kermit-80 ASM files to find the problem, but
  864. if someone could tell me how to fix the problem, I would appreciate
  865. it.   todd
  866.  
  867. Todd Ogasawara, Computer Sciences Corp.
  868. NOSC-Hawaii Laboratories
  869.  
  870. UUCPmail: {akgua,allegra,decvax,ihnp4,ucbvax}!sdcsvax!noscvax!ogasawar
  871. MILNET:   OGASAWAR@NOSC
  872.  
  873. *UNIX is a trademark of AT&T Bell Laboratories
  874.  5-Apr-85 13:19:56-MST,1493;000000000000
  875. Return-Path: <info-cpm-request@AMSAA.ARPA>
  876. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 5 Apr 85 13:19:48-MST
  877. Received: from brl-tgr.arpa by AMSAA.ARPA id a016694; 5 Apr 85 14:55 EST
  878. Received: from usenet by BRL-TGR.ARPA id a022087; 5 Apr 85 14:41 EST
  879. From: jp@LANL.ARPA
  880. Newsgroups: net.micro,net.micro.cpm
  881. Subject: Micro/Systems Journal
  882. Message-ID: <24007@lanl.ARPA>
  883. Date: 2 Apr 85 07:01:50 GMT
  884. Sender: newsreader@LANL.ARPA
  885. Xref: seismo net.micro:10423 net.micro.cpm:4198
  886. To:       info-cpm@AMSAA.ARPA
  887.  
  888. I just today received Vol. 1/No. 1 of Sol Libes new magazine, March/April 1985.
  889. Feature articles are:
  890.  
  891. Bringing Up CP/M Plus
  892. Extended Single Density Storage
  893. Assembly Language Extensions for MS-BASIC
  894. New Tricks for CP/M-2.2
  895.  
  896. Product Reviews are:
  897.  
  898. DataCure
  899. dBase III
  900. 16-Bit Lisp & Prolog
  901.  
  902. Departments are:
  903.  
  904. Editors Page
  905. News, Views & Gossip
  906. The PC/Blue Report
  907. The SIG/M Public Domain
  908. The C Forum
  909.  
  910.  
  911. All in all it looks like the sort of goodies you would hope for.  I think
  912. this will be a viable successor to the late, lamented Microsystems. 
  913.  
  914. Subscriptions are $18 for 1 year.
  915.  
  916. Address:
  917.  
  918. Micro/Systems Journal
  919. P.O. Box 1192
  920. Mountainside, NJ 07092
  921.  
  922.  
  923. Give Sol Libes your support.  This is the kind of magazine I like to subscribe
  924. to.  I'm still trying to get Ziff-Davis to refund my money for a three year
  925. sub to the old Microsystems.  PC Tech Journal doesn't have much that interests
  926. me.  Not even the ads.
  927.  
  928. Jim Potter jp@lanl.arpa
  929.  5-Apr-85 14:44:22-MST,1225;000000000000
  930. Return-Path: <info-cpm-request@AMSAA.ARPA>
  931. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 5 Apr 85 14:44:16-MST
  932. Received: from ucb-vax.arpa by AMSAA.ARPA id a018195; 5 Apr 85 16:10 EST
  933. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.42)
  934.     id AA06827; Fri, 5 Apr 85 13:09:45 pst
  935. Received: from ucbopal.CC.Berkeley.ARPA (ucbopal.ARPA)
  936.     by ucbjade.CC.Berkeley.ARPA (4.19/4.34.1)
  937.     id AA23778; Fri, 5 Apr 85 13:09:12 pst
  938. Received: by ucbopal.CC.Berkeley.ARPA (4.19/4.34.1)
  939.     id AA02738; Fri, 5 Apr 85 13:08:47 pst
  940. Date: Fri, 5 Apr 85 13:08:47 pst
  941. From: "William C. Wells" <wcwells%ucbopal.CC@ucb-vax.ARPA>
  942. Message-Id: <8504052108.AA02738@ucbopal.CC.Berkeley.ARPA>
  943. To: info-cpm@AMSAA.ARPA
  944. Subject: Kaypro 2x - termcap? Kermit? modem7?
  945. Cc: ce223-av%coral.CC@ucb-vax.ARPA
  946.  
  947. Does anyone have a Unix termcap entry for the Kaypro 2x?
  948. The "kp:kaypro:kaypro2" entry we have here does not work with the 2x.
  949. Alternatively, does anyone know the control character sequences used
  950. to control the 2x screen? (or where Kaypro has them documented?)
  951.  
  952. On a related question, has anyone modified Kermit or Modem7 to work with
  953. the Kaypro 2x internal modem?
  954.  
  955. Bill Wells
  956. wcwells@Berkeley.ARPA
  957.  5-Apr-85 17:46:18-MST,650;000000000000
  958. Return-Path: <info-cpm-request@AMSAA.ARPA>
  959. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 5 Apr 85 17:46:14-MST
  960. Received: from cmu-cs-c.arpa by AMSAA.ARPA id a018988; 5 Apr 85 19:13 EST
  961. Received: ID <SAILER@CMU-CS-C.ARPA>; Fri 5 Apr 85 19:12:57-EST
  962. Date: Fri 5 Apr 85 19:12:57-EST
  963. From: Lee.Sailer@CMU-CS-C.ARPA
  964. Subject: Random Numbers
  965. To: info-cpm@AMSAA.ARPA
  966.  
  967.  
  968. One problem with Turbo Pascal is that the random() functions fail even the
  969. simplest chi-square test. Have any numerical wizards out there got a good
  970. random number generator that will work in Turbo Pascal (z80)?  Is there a better
  971. place to post this?
  972.  
  973. thanks
  974. -------
  975.  5-Apr-85 19:47:27-MST,1146;000000000000
  976. Return-Path: <info-cpm-request@AMSAA.ARPA>
  977. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 5 Apr 85 19:47:21-MST
  978. Received: from usc-isid.arpa by AMSAA.ARPA id a019192; 5 Apr 85 21:17 EST
  979. Date: 5 Apr 1985 21:16-EST
  980. Sender: ABN.ISCAMS@USC-ISID.ARPA
  981. Subject: Re: Kermit-80 binary file xfer problem
  982. From: ABN.ISCAMS@USC-ISID.ARPA
  983. To: ogasawar%marlin@NOSC.ARPA
  984. Cc: info-cpm@AMSAA.ARPA
  985. Message-ID: <[USC-ISID.ARPA] 5-Apr-85 21:16:53.ABN.ISCAMS>
  986. In-Reply-To: <8504051803.AA26446@marlin.ARPA>
  987.  
  988. Todd (et al),
  989.  
  990. Don't think your problem with Kermit-80 not wanting to move binary files
  991. lies within the Kermit-80 code (unless your particular copy got trashed/
  992. changed somehow).
  993.  
  994. I've got v4.0 running on my Decision I (with a few system-dependent changes
  995. because of the way the Toad handles its ports, and my having to work through
  996. a TAC all the time), and routinely move binary.
  997.  
  998. I'm sure you know it isn't really binary - the packetized characters are
  999. pure ASCII, prefixed with a unique character if non-visible.
  1000.  
  1001. Never tried your system though.  Good luck!
  1002.  
  1003. Regards,
  1004. David Kirschbaum
  1005. Toad Hall
  1006. (ABN.ISCAMS@USC-ISID.ARPA)
  1007.  5-Apr-85 19:57:09-MST,1016;000000000000
  1008. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1009. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 5 Apr 85 19:57:02-MST
  1010. Received: from usc-isid.arpa by AMSAA.ARPA id a019197; 5 Apr 85 21:20 EST
  1011. Date: 5 Apr 1985 21:20-EST
  1012. Sender: ABN.ISCAMS@USC-ISID.ARPA
  1013. Subject: Re: Micro/Systems Journal
  1014. From: ABN.ISCAMS@USC-ISID.ARPA
  1015. To: jp@LANL.ARPA
  1016. Cc: info-cpm@AMSAA.ARPA
  1017. Message-ID: <[USC-ISID.ARPA] 5-Apr-85 21:20:31.ABN.ISCAMS>
  1018. In-Reply-To: <24007@lanl.ARPA>
  1019.  
  1020. Roger on supporting Sol and his new Micro/Systems Journal.
  1021.  
  1022. I subscribed as soon as I found out about it (rots of ruck on getting MY
  1023. money back from Ziff-Davis too!).
  1024.  
  1025. I'm still contentedly hacking away in my CP/M/MP/M environment, and am quite
  1026. happy to read about something other than PC peripherals and MS-DOS.
  1027.  
  1028. And of course I remain a faithful Dr. Dobbs subscriber (and occasionally
  1029. even understand most of it!).
  1030.  
  1031. So another unsolicited endorsement for Sol Libes and his Journal.
  1032.  
  1033. David Kirschbaum
  1034. Toad Hall
  1035. (ABN.ISCAMS@USC-ISID.ARPA)
  1036.  5-Apr-85 20:17:08-MST,1633;000000000000
  1037. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1038. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 5 Apr 85 20:17:02-MST
  1039. Received: from usc-isid.arpa by AMSAA.ARPA id a019200; 5 Apr 85 21:26 EST
  1040. Date: 5 Apr 1985 21:26-EST
  1041. Sender: ABN.ISCAMS@USC-ISID.ARPA
  1042. Subject: Re: Random Numbers
  1043. From: ABN.ISCAMS@USC-ISID.ARPA
  1044. To: Lee.Sailer@CMU-CS-C.ARPA
  1045. Cc: info-cpm@AMSAA.ARPA
  1046. Message-ID: <[USC-ISID.ARPA] 5-Apr-85 21:26:19.ABN.ISCAMS>
  1047. In-Reply-To: The message of Fri 5 Apr 85 19:12:57-EST from Lee.Sailer@CMU-CS-C.ARPA
  1048.  
  1049. Lee (et al),
  1050.  
  1051. Needing a good random number generator myself, I scrounged around all OVER
  1052. the nets and literature, and have about everything available out there.
  1053.  
  1054. What I do NOT have is the training/knowledge/techniques to tell if ANY of
  1055. them are truly any good!
  1056.  
  1057. Various authoritative sources are quite free at warning how difficult it is
  1058. to generate true random numbers (EVERYTHING is called "pseudo.."), but
  1059. do darned little to provide a solution!
  1060.  
  1061. I don't know enough about proper mathematical/logical testing to prove
  1062. anything myself (and am sorely tried at this point, depending very much on
  1063. random numbers on an encryption scheme I've been working on for 9 months
  1064. now).
  1065.  
  1066. Any methametical geniuses out there who can point me to NOT a long and deep
  1067. discussion on the validity/nonvalidity of generation methods, but a clean
  1068. SOLUTION!?
  1069.  
  1070. Re the original query.. I can list what I DO have and maybe move it to you
  1071. one way or another if you just want some code to play with.  I just can't
  1072. tell you if it's any GOOD or not!
  1073.  
  1074. Regards,
  1075. David Kirschbaum
  1076. Toad Hall
  1077. (ABN.ISCAMS@USC-ISID.ARPA)
  1078.  5-Apr-85 23:34:29-MST,990;000000000000
  1079. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1080. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 5 Apr 85 23:34:25-MST
  1081. Received: from usc-isid.arpa by AMSAA.ARPA id a019638; 6 Apr 85 1:07 EST
  1082. Date: 6 Apr 1985 01:07-EST
  1083. Sender: ABN.ISCAMS@USC-ISID.ARPA
  1084. Subject: WATOR Torus World Simulation
  1085. From: ABN.ISCAMS@USC-ISID.ARPA
  1086. To: info-cpm@AMSAA.ARPA
  1087. Cc: ABN.ISCAMS@USC-ISID.ARPA
  1088. Message-ID: <[USC-ISID.ARPA] 6-Apr-85 01:07:48.ABN.ISCAMS>
  1089.  
  1090. NetLandians,
  1091.  
  1092. Scientific American Magazine, Dec 84, had a stimulating article in their
  1093. regular Computer Recreations column about a water world simulation, where
  1094. sharks and fishes fought their eternal struggle.
  1095.  
  1096. Article was VERY well done and most interesting.  The program discussed
  1097. was described well.  I just wondered if anyone had the code for this program.
  1098. I don't mind writing it myself (the description is that good), but have
  1099. little time right now.
  1100.  
  1101. Thanks in advance,
  1102.  
  1103. David Kirschbaum
  1104. Toad Hall
  1105. (ABN.ISCAMS@USC-ISID.ARPA)
  1106.  6-Apr-85 02:33:55-MST,1469;000000000000
  1107. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1108. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 6 Apr 85 02:33:50-MST
  1109. Received: from mit-mc.arpa by AMSAA.ARPA id a019822; 6 Apr 85 3:58 EST
  1110. Date: Sat, 6 Apr 85 03:40:42 EST
  1111. From: "Paul R. Grupp" <GRUPP@mit-mc.ARPA>
  1112. Subject:  Random Numbers
  1113. To: ABN.ISCAMS@usc-isid.ARPA
  1114. cc: Lee.Sailer@cmu-cs-c.ARPA, info-cpm@AMSAA.ARPA
  1115. Message-ID: <[MIT-MC].444593.850406034140.GRUPP>
  1116.  
  1117. David,
  1118.  
  1119.   The differerence between random numbers and pseudo random numbers is
  1120. that while pseudo random numbers APPEAR to be random, the same sequence
  1121. of numbers will be generated each time the pseudo generator is run.
  1122. This is of course due to the fact that the same code is being executed
  1123. each time the program is run.  A way to prevent this from happining it
  1124. to SEED the pseudo generator with some truly random number from outside
  1125. the program i.e. a number from the system clock or the number of clock
  1126. ticks from a prompt to the reaction time to type something back to the
  1127. prompt.  If you need something that is truly random reguardless of seed
  1128. even, then you may have to resort to a hardware hack such as the input
  1129. from a ADC (analog to digital converter) with it's input comming from
  1130. a "white noise generator".  This would be truly random (make sure that
  1131. the white noise generator is an analog device and not one of the newer
  1132. "digitaly derived" generators).  Hope this helps.
  1133.  
  1134. Regards, Paul Grupp  <GRUPP@MIT-MC.ARPA>
  1135.  
  1136.  6-Apr-85 04:59:16-MST,3393;000000000000
  1137. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1138. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 6 Apr 85 04:59:04-MST
  1139. Received: from brl-tgr.arpa by AMSAA.ARPA id a020404; 6 Apr 85 6:27 EST
  1140. Received: from usenet by BRL-TGR.ARPA id a007059; 6 Apr 85 5:53 EST
  1141. From: Dave Beyerl <db21%ihuxk.uucp@BRL-TGR.ARPA>
  1142. Newsgroups: net.micro,net.micro.cpm
  1143. Subject: MIX Editor Review
  1144. Message-ID: <920@ihuxk.UUCP>
  1145. Date: 3 Apr 85 13:38:37 GMT
  1146. Xref: seismo net.micro:10450 net.micro.cpm:4201
  1147. To:       info-cpm@AMSAA.ARPA
  1148.  
  1149. I recently purchased the newly introduced MIX Editor which was
  1150. advertised in Dr. Dobb's Journal.  Because of recent net discussion
  1151. on the subject of editors, I thought I would share my findings.
  1152.  
  1153. According to the MIX Editor, herein called MIX, user manual
  1154. introduction, MIX is described as a full screen,
  1155. programmable text editor designed for entering programs.  The
  1156. three features that make MIX a great tool are:
  1157.      1) it allows the screen to be split either vertically or
  1158.         horizontally for simultaneous editing of two files,
  1159.      2) it is programmable via user defined macros built from
  1160.         the 100+ predefined editor commands, and
  1161.      3) it can be customized for different terminal or 
  1162.         application configurations via user defined setup
  1163.         files.
  1164.  
  1165. Editing is accomplished by using either the predefined key
  1166. sequences or by entering commands by name from command mode.  Key
  1167. layout and commands are patterened after Wordstar but can be
  1168. customized to user specification.  In addition to the many
  1169. familiar editing commands are some useful new commands such
  1170. as auto indent, change disk, display line numbers and autoline.
  1171. Autoline automatically increments and includes lne numbers when
  1172. entering BASIC programs.  Auto numbering is provided for inserted
  1173. lines as well, but there does not appear to be a way to renumber
  1174. should the need arise.  Also included are commands to duplicate
  1175. and center lines and to 'undelete' mistakenly deleted words or
  1176. lines.  While the split screen feature is a welcome addition, I
  1177. found that the vertical split mode did not behave as described in
  1178. the manual when invoked on my NEC PC8800 computer.
  1179.  
  1180. MIX comes with a 100 page user manual that does a good job of 
  1181. explaining the editor commands and features.  There are a few
  1182. samples of setup files and macro definitions but there could be
  1183. more.  Noticeably absent, however, is a command quick-reference
  1184. card.  I think one would be very useful particularly because of
  1185. the many special commands and multiple invocation modes.  A file
  1186. on the distribution diskette contains explanations and examples
  1187. of useful patches for the .COM and .OVY files and includes a
  1188. section detailing special cursor addressing.
  1189.  
  1190. All things considered, I must agree with the advertising copy
  1191. statement that MIX is "a powerful addition to any programmer's
  1192. tool box."  MIX provides many features not found in more 
  1193. expensive editors and is a bargain at the introductory price of
  1194. $29.95 plus $5 shipping (US).  MIX is available for PCDOS/MSDOS or
  1195. CPM80 in a number of formats and can be obtained from:
  1196.     MIX Software
  1197.     2116 E. Arapaho
  1198.     Suite 363
  1199.     Richardson, TX 75081
  1200.     phone:    1-800-622-4071
  1201.         1-800-942-7317 (Illinois only)
  1202.  
  1203.  
  1204. For every problem there is one               Dave Beyerl
  1205. solution which is simple, neat,                 ihuxk!db21
  1206. and wrong!
  1207.  6-Apr-85 13:09:23-MST,1724;000000000000
  1208. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1209. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 6 Apr 85 13:09:06-MST
  1210. Received: from brl-tgr.arpa by AMSAA.ARPA id a000560; 6 Apr 85 14:28 EST
  1211. Received: from su-star.arpa by BRL-TGR.ARPA id a004159; 6 Apr 85 14:16 EST
  1212. Date: 6 Apr 85 11:15:00 PST
  1213. From: "R. MEIER" <rmeier@SU-STAR.ARPA>
  1214. Subject: re: kermit v4 binary transfer failure
  1215. To: info-cpm <info-cpm@BRL-TGR.ARPA>
  1216. Reply-To: "R. MEIER" <rmeier@SU-STAR.ARPA>
  1217.  
  1218. Todd,
  1219.     I too have been using Kermit-80 v4 for routinely transferring
  1220. binary and text files without difficulty.  On the mainframe end, there
  1221. has been a Kermit-32 (VMS) and a UxKermit (Unix).  I encountered a
  1222. frustrating problem when I originally brought up Kermit v3, which might
  1223. be of help.  My version of Kermit used an unremembered character to
  1224. indicate characters > 80h, but both mainframe kermits used '&'.  This
  1225. was a simple problem, but I used Kermit for about 2 weeks without
  1226. realizing why it would not transfer binary files, but would transfer
  1227. most (but not all) text files.
  1228.     Another possibility to check is that you are using the correct
  1229. error detection code.  I have heard that some mainframes use 6-bit crc
  1230. on text files, but expect 12-bit crc on binary files.
  1231.     Both of the above problems should result in getting a large number
  1232. of retries (> 4, probably 20) for each packet.  If you don't get a quick
  1233. fix, or a pointer that solves the problem, you might try posting your
  1234. symptoms.  As a test to see if the first problem is correct, you might
  1235. try sending some text files in binary mode.  You should get correct copies
  1236. of the text files with garbage appended to the end.
  1237.                     Good Luck,
  1238.                     Bob (rmeier@star.arpa)
  1239. ------
  1240.  6-Apr-85 15:59:39-MST,1359;000000000000
  1241. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1242. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 6 Apr 85 15:59:34-MST
  1243. Received: from purdue-merlin.arpa by AMSAA.ARPA id a002527; 6 Apr 85 17:30 EST
  1244. Message-Id: <8504062230.AA17632@merlin.ARPA>
  1245. Received: by merlin.ARPA; Sat, 6 Apr 85 17:30:00 est
  1246. Return-Receipt-To: droms@Purdue.ARPA
  1247. Precedence: special-delivery
  1248. Errors-To: droms@Purdue.ARPA
  1249. To: info-cpm@AMSAA.ARPA
  1250. Subject: CP/M lookalike info request
  1251. Date: 06 Apr 85 17:29:57 EST (Sat)
  1252. From: Ralph E Droms <droms@PURDUE.ARPA>
  1253.  
  1254. I'm looking for information about CP/M source "generators", e.g.
  1255.  
  1256.     SCG22 (from C.C. Software, Walnut Creek, CA)
  1257.     Source (advertised in Computer Shopper magazine)
  1258.  
  1259. and for information about CP/M lookalikes, e.g.
  1260.  
  1261.     RP/M    (source unknown)
  1262.     QP/M    (from MICROCode, Torrance, CA)
  1263.     ConiX    (from Computer Helper Industries, Parkchester Station, NY)
  1264.     ZRDOS    (from Echelon, Inc., Los Altos, CA)
  1265.     MRS/OS    (from OCCO, Inc., Milford, MA)
  1266.  
  1267. Any first-hand experiences, bug reports, etc. on any of these packages
  1268. would be appreciated.  I'd also be interested in hearing about other
  1269. similar packages.
  1270.  
  1271.                     - Ralph
  1272.  
  1273.  
  1274. - --------
  1275. Ralph Droms                    ihnp4!purdue!droms
  1276. 445 MATH                    droms@purdue.arpa
  1277. Dept. of Computer Science            droms@purdue.csnet
  1278. Purdue University
  1279. West Lafayette, IN 47906
  1280.  
  1281. ----------
  1282.  
  1283.  
  1284.  
  1285. ----------
  1286.  6-Apr-85 16:14:06-MST,904;000000000000
  1287. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1288. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 6 Apr 85 16:14:02-MST
  1289. Received: from purdue-merlin.arpa by AMSAA.ARPA id a002541; 6 Apr 85 17:39 EST
  1290. Message-Id: <8504062239.AA17773@merlin.ARPA>
  1291. Received: by merlin.ARPA; Sat, 6 Apr 85 17:39:16 est
  1292. Return-Receipt-To: droms@Purdue.ARPA
  1293. Precedence: special-delivery
  1294. Errors-To: droms@Purdue.ARPA
  1295. To: info-cpm@AMSAA.ARPA, info-micro@BRL-VGR.ARPA
  1296. Subject: New computer mags
  1297. Date: 06 Apr 85 17:39:13 EST (Sat)
  1298. From: Ralph E Droms <droms@PURDUE.ARPA>
  1299.  
  1300. Can anyone tell me about "The Computer Journal" or the "Zeus Oracle"?
  1301. And, can anyone tell me if the Zeus PD collection is at all interesting?
  1302.  
  1303.                     - Ralph
  1304. --------
  1305. Ralph Droms                    ihnp4!purdue!droms
  1306. 445 MATH                    droms@purdue.arpa
  1307. Dept. of Computer Science            droms@purdue.csnet
  1308. Purdue University
  1309. West Lafayette, IN 47906
  1310.  
  1311.  
  1312.  
  1313. ----------
  1314.  6-Apr-85 16:41:49-MST,1221;000000000000
  1315. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1316. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 6 Apr 85 16:41:44-MST
  1317. Received: from purdue-merlin.arpa by AMSAA.ARPA id a002585; 6 Apr 85 17:55 EST
  1318. Message-Id: <8504062235.AA17724@merlin.ARPA>
  1319. Received: by merlin.ARPA; Sat, 6 Apr 85 17:35:33 est
  1320. Return-Receipt-To: droms@Purdue.ARPA
  1321. Precedence: special-delivery
  1322. Errors-To: droms@Purdue.ARPA
  1323. To: info-cpm@AMSAA.ARPA, info-micro@BRL-VGR.ARPA
  1324. Subject: Schematics, manual for 801R drive
  1325. Date: 06 Apr 85 17:35:30 EST (Sat)
  1326. From: Ralph E Droms <droms@PURDUE.ARPA>
  1327.  
  1328. I bought a Shugart 801R drive from the Xerox outlet in Texas.  It
  1329. arrived without any manuals of any sort.  I have a manual from an old
  1330. 801R (controller board has lots of SSI and MSI chips), but could use a
  1331. copy of an up to date manual for my "new" drive (controller board has
  1332. one 40-pin LSI chip and a few SSI/MSI chips).  I'd like to hear from
  1333. anyone who can point me at a source or anyone I could pay to make a
  1334. copy of a manual for me.
  1335.  
  1336.                     - Ralph
  1337. --------
  1338. Ralph Droms                    ihnp4!purdue!droms
  1339. 445 MATH                    droms@purdue.arpa
  1340. Dept. of Computer Science            droms@purdue.csnet
  1341. Purdue University
  1342. West Lafayette, IN 47906
  1343.  
  1344.  
  1345.  
  1346. ----------
  1347.  7-Apr-85 08:53:41-MST,7501;000000000000
  1348. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1349. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 7 Apr 85 08:53:27-MST
  1350. Received: from brl-aos.arpa by AMSAA.ARPA id a005657; 7 Apr 85 10:14 EST
  1351. Received: from mit-mc.arpa by BRL-AOS.ARPA id a015353; 7 Apr 85 10:11 EST
  1352. Date: Sun, 7 Apr 85 10:10:09 EST
  1353. From: Eric Stork <STORK@MIT-MC.ARPA>
  1354. Subject: APPLE <--> CP/M Transfers
  1355. To: INFO-CPM@MIT-MC.ARPA
  1356. cc: STORK@MIT-MC.ARPA, mknox@UT-NGP.ARPA, treid@MITRE-GATEWAY.ARPA, 
  1357.     cent.Mbeck@mit-oz
  1358. Message-ID: <[MIT-MC].445630.850407101023.STORK>
  1359.  
  1360. :kill
  1361.  
  1362. :kill
  1363. :mail info-cpm%amsaa
  1364.  
  1365.  
  1366. A  week  or  so  ago,  I  asked  the net about the feasibility of
  1367. someone who has an APPLE IIe doing some draft typing for me,  and
  1368. then  transferring  the material to my KAYPRO for finalizing, The
  1369. key issues were:
  1370.  
  1371.     .   Can one use something like UNIFORM to read  APPLE II
  1372.         disks of the KAYPRO?
  1373.  
  1374.     .   Other problems or solutions?
  1375.  
  1376. I  got  a  number  of  responses,  including  some requests for a
  1377. summary of responses.  I have summarized the comments, eliminated
  1378. most of the inevitable redundancy,  and  am  submitting  the  end
  1379. result for the use of those who may be interested.
  1380.  
  1381. In  a  nutshell,  EXCEPT  for  modem or direct RS-232 transfer of
  1382. ASCII files, and the subsequent manipulation of those files  with
  1383. a filter like FILTEX, it's not feasible to move drafts from APPLE
  1384. to  CP/M systems, and back.  Even with modem-like approaches it's
  1385. cumbersome.
  1386.  
  1387. Thanks to all who contributed their insights and experiences,
  1388.  
  1389. Eric
  1390.  
  1391.                Summary of APPLE <--> CP/M Responses 
  1392.  
  1393. 1.0.  Is there any way I can read text  files  off  an  Apple  II
  1394. disk, using a Kaypro II?  Is there a formatting program that will
  1395. do that?
  1396.  
  1397.  
  1398. Unfortunately,  you  cannot  read  or write Apple disks on a CP/M
  1399. system like the Kaypro.  The reason for this is that Apple uses a
  1400. HARD SECTORED "maverick" format unlike  every  other  system  out
  1401. there  which  uses  SOFT  sectoring (which is what makes programs
  1402. like MediaMaster and Uniform possible).
  1403.  
  1404. It should be possible to write the RWTS (read-write-track-sector)
  1405. code that resides at BD00-BFFF in an APPLE ][ in  8080  code  and
  1406. make  it  run  in  a  KAYPRO.   The hard part would be to get the
  1407. documentation which describes how you access  the  disk  directly
  1408. from 8080 code in the KAYPRO.  You would need to know how to turn
  1409. on  the  motor,  how to check for write protect, how long to wait
  1410. after turning on the motor before reading, what the  data  really
  1411. looks  like  when  you  do  a  read (bit-by-bit read) and how you
  1412. define which disk drive you want to access.  I  do  not  know  if
  1413. this information is available for the KAYPRO.
  1414.  
  1415.  
  1416. Apple  diskettes  use  a  SOFT  sectored  scheme, but the data is
  1417. encoded using a GCR technique instead of  the  more  popular  MFM
  1418. method.   Most  systems  (if  not  all) would not be able to read
  1419. them.
  1420.  
  1421.  
  1422. Apple *does not* use a hard  sectored  format.   Its  uses  a  16
  1423. sector  format  which  *does  not*  use the index hole, thus soft
  1424. sectored.  Software is   able  to  find  any  given  track/sector
  1425. without the aid from the hardware.
  1426.  
  1427.  
  1428. In  truth, the apple is 'softer' sectoring than anybody else - it
  1429. doesn't look at the sector hole(s) *AT ALL*.  Therefore  one  can
  1430. use  in  the  apple  either soft or hard sectored disks providing
  1431. that you format them first.  It is this 'softer'  sectoring  that
  1432. makes  the  apple weird - all other normal machine do look at the
  1433. index hole - a hard sectored disk drives them wild.
  1434.  
  1435.  
  1436. 2.0.  Is it economical to get my potential typist a CP/M card for
  1437. her Apple?  Are they still made?  Where and by whom?  Costs?
  1438.  
  1439.  
  1440. There is no way to read an apple disk in  a  Kaypro  disk  drive,
  1441. with  or  without  CP/M  in the Apple.  The Apple hardware uses a
  1442. very unique coding scheme for putting bits on the  disk.    About
  1443. the  only  practical  thing to do is use modems in both machines,
  1444. and transfer the files over the phone line.   This  is  practical
  1445. and  easy.  (Or if the machines are close together, you can cable
  1446. the serial ports on  the two machines directly  together  without
  1447. modems.   This  takes  a  little knowledge and the willingness to
  1448. wire up a special connector.)
  1449.  
  1450. Apple's method of terminating a line in a text  file  is  just  a
  1451. carriage  return  -- with no linefeed.  So when you type the file
  1452. out in CP/M, every line  will  be  overwritten.   Solve  this  by
  1453. processing the file with FILTEX (a public domain program) or some
  1454. other utility that inserts a LF after every orphan CR.  Likewise,
  1455. a  CP/M  text  file  transferred  to  an  Apple will contain that
  1456. *normal* LF and appear double-spaced when listed.
  1457.  
  1458. Another potential problem is that not all word processors on  the
  1459. Apple II (or any other machine) use the same kind of files.  Some
  1460. Apple  II  word processors use Apple DOS 3.3 or ProDos "standard"
  1461. text files, but others use their own unique  file  format.   Some
  1462. achieve  protection  by screwing up the DOS and writing the whole
  1463. disk in a wierd way.   So it matters  which  word  processor  she
  1464. uses!
  1465.  
  1466. I  have  transferred files from an APPLE ][ to a KAYPRO using MEX
  1467. on the KAYPRO and ZPRO on the APPLE  ][  over  a  null  modem  at
  1468. speeds  of  up to 9600 baud.  It worked beautifully.  I initially
  1469. did it using modems at 300 baud and a phone, but found  that  the
  1470. phone line is unnecessary if you have a seriel card in  the APPLE
  1471. ][,  you  can  easily use a null modem cable.  A null modem cable
  1472. can easily be built.  It is simply a  pair  of  db-25  connectors
  1473. (Males usually) that have the following pin connections: Pin 1 to
  1474. pin  1,  pin  2  to pin 3 at the other end, pin 3 to pin 2 at the
  1475. other end, pin 7 to pin 7, pin 6 to pin 20 at the other  end  and
  1476. pin  20  to pin 6 at the other end.  The idea is to swap the send
  1477. and receive lines and the dtr and cts  lines.   If  you  have  an
  1478. APPLE  ][  super  serial  card,  then  you  don't  need  to build
  1479. anything.  You can set the configuration block  to  the  TERMINAL
  1480. mode and use your existing db-25 cable.  Read the book and you'll
  1481. see  that  this  configuration is the same as having a null modem
  1482. cable.
  1483.  
  1484. It  is  also  possible  to  use  MEX,  MODEM7,   or   any   other
  1485. xmodem-capable  program to do quick APPLE ][ to KAYPRO transfers.
  1486. I like using MEX because it has wild card capability.
  1487.  
  1488. If the files you need to transfer are ascii, rather than  binary,
  1489. it  is possible to use PIP on both ends to transfer them from the
  1490. APPLE ][ to the  KAYPRO.   this  is  not  the  rpeferred  method,
  1491. however.  There is no checksum or CRC if you use PIP.
  1492.  
  1493. If  the  files  are  DOS  text files you can use ASCII EXPRESS to
  1494. transfer them out the seriel port.
  1495.  
  1496. Two  popular  CP/M  cards  are  available  for  the  Apple:   the
  1497. "Softcard"  by Microsoft and the "Appli-Card" by PCPI.  They sell
  1498. for about $275.00.  Each card comes  with  a  utility  disk  that
  1499. includes a program to convert DOS files to CP/M.
  1500.  
  1501. On  the  CP/M  card  add-on...   just  went  through  this with a
  1502. customer in an "attempt" to upgrade his Apple.  Take  a  look  at
  1503. the December issue of Byte Magazine - there's a multi-page review
  1504. of  these  things in the back.  But changing to a CP/M card won't
  1505. solve a disk compatibility problem.   Since  they  all  use  that
  1506. Apple drive, they're constrained to use the hardware and firmware
  1507. designed to drive 'em.
  1508.  
  1509.                                ### 
  1510.  
  1511.  
  1512.  
  1513.  7-Apr-85 20:17:15-MST,1912;000000000000
  1514. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1515. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 7 Apr 85 20:17:08-MST
  1516. Received: from ucb-vax.arpa by AMSAA.ARPA id a009231; 7 Apr 85 21:49 EST
  1517. Received: from ucbmiro.ARPA by UCB-VAX.ARPA (4.24/4.42)
  1518.     id AA17589; Sun, 7 Apr 85 18:49:22 pst
  1519. Received: by ucbmiro.ARPA (4.24/4.45)
  1520.     id AA24817; Sun, 7 Apr 85 18:49:03 pst
  1521. Date: Sun, 7 Apr 85 18:49:03 pst
  1522. From: Nick "Coosh" Cuccia <cuccia%ucbmiro@ucb-vax.ARPA>
  1523. Message-Id: <8504080249.AA24817@ucbmiro.ARPA>
  1524. Knuth: started as a music major!!
  1525. To: ABN.ISCAMS@USC-ISID.ARPA, Lee.Sailer@CMU-CS-C.ARPA
  1526. Subject: Re: Random Numbers
  1527. Cc: info-cpm@AMSAA.ARPA
  1528.  
  1529. Hello out there...
  1530.  
  1531.  
  1532.     Hope you don't mind if I toss out my fav'rit ref on random
  1533. number generators (oops! Pseudo-...).  Check out V. 2 of Knuth's
  1534. _Art of Computer Programming_ for generation and testing methods.
  1535.  
  1536.     I usually use the linear congruential method:
  1537.  
  1538.  
  1539.             x   = ax mod m
  1540.              i+1    i
  1541.         --------------
  1542.                m
  1543.  
  1544. which gives numbers in the range [0..1).  x sub i is the initial
  1545. seed, x sub (i+1) the seed used for the next call.  Note: the 
  1546. constants a and m should be relatively prime.  An example function
  1547. written in Pascal is as follows.  Another note: if a and m are
  1548. relatively prime then the period of the series generated will be
  1549. m.
  1550.  
  1551. --Nick Cuccia
  1552. --Computer Science Division,
  1553. --Dept. of Electrical Engineering and Computer Science,
  1554. --University of California-Berkeley
  1555. --cuccia%ucbmiro@Berkeley,
  1556. --{...}!ucbvax!cuccia
  1557.  
  1558. --cut here----cut here----cut here----cut here----cut here----cut here--
  1559.  
  1560. function Random(var x: integer): real;
  1561.  
  1562. const
  1563.     A = 2047;        (* = 2^11 - 1, a prime number *)
  1564.     M = 524287;        (* = 2^19 - 1, a prime number *)
  1565.  
  1566. begin (* random *)
  1567.     x := (A*x) mod M;        (* finding new seed value *)
  1568.     Random := x / M;        (* finding next number in series *)
  1569. end; (* function random *)
  1570.  8-Apr-85 07:35:33-MST,1584;000000000000
  1571. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1572. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 8 Apr 85 07:35:27-MST
  1573. Received: from cmu-cs-c.arpa by AMSAA.ARPA id a018151; 8 Apr 85 8:50 EST
  1574. Received: ID <SAILER@CMU-CS-C.ARPA>; Mon 8 Apr 85 08:50:47-EST
  1575. Date: Mon 8 Apr 85 08:50:46-EST
  1576. From: Lee.Sailer@CMU-CS-C.ARPA
  1577. Subject: More randomness
  1578. To: info-cpm@AMSAA.ARPA
  1579.  
  1580.  
  1581. Cuccia's (non) solution is an example of my problem.  I call it a non-solution
  1582. because (1) it defines a constant M >> the upper limit allowed in most Z80
  1583. Pascals, and (2) the statement x := (x*A) mod M is eventually gonna overflow.
  1584.  
  1585. Another problem: A and M relatively prime is NOT sufficient to guarantee good
  1586. statistical properties of a rn generator.  
  1587.  
  1588. So, in more direct form, here is my problem:  I am writing a journal article
  1589. that includes a monte-carlo statistical simulation.  I know that the journal
  1590. @i(requires) a "good" rn generator--most people use IMSL.  A good rn generator
  1591. is one that passes a wide variety of statistical tests for randomness. 
  1592. Therefore, I must now find a "good" generator for the Z80, or port my program
  1593. over to a mainframe with IMSL.
  1594.  
  1595. I have nothing against linear congruential generators as suggested by Cuccia,
  1596. but I gotta know what the right constants are for my z80, and I hafta have
  1597. a citation that says they are the right ones, else the journal will laugh
  1598. and say, "resubmit when you have duplicated your results on a real computer."
  1599.  
  1600. One last point--I have tested the built in random in Turbo Pascal, and it sure
  1601. isn't random.
  1602.  
  1603. lee
  1604. -------
  1605.  8-Apr-85 10:56:15-MST,1183;000000000000
  1606. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1607. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 8 Apr 85 10:56:08-MST
  1608. Received: from ucb-vax.arpa by AMSAA.ARPA id a022139; 8 Apr 85 12:20 EST
  1609. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.42)
  1610.     id AA29360; Mon, 8 Apr 85 09:20:19 pst
  1611. Received: from ucbamber.CC.Berkeley.ARPA (ucbamber.ARPA)
  1612.     by ucbjade.CC.Berkeley.ARPA (4.19/4.34.1)
  1613.     id AA02438; Mon, 8 Apr 85 09:19:44 pst
  1614. Received: by ucbamber.CC.Berkeley.ARPA (4.19/4.34.1)
  1615.     id AA09036; Mon, 8 Apr 85 09:19:40 pst
  1616. Date: Mon, 8 Apr 85 09:19:40 pst
  1617. From: swillett%ucbamber.CC@ucb-vax.ARPA
  1618. Message-Id: <8504081719.AA09036@ucbamber.CC.Berkeley.ARPA>
  1619. To: droms@PURDUE.ARPA, info-cpm@AMSAA.ARPA
  1620. Subject: Re: CP/M lookalike info request
  1621.  
  1622. No information on the items you list, but add another to the list:
  1623.  
  1624. ZEDOS - operating system for the ZEDA computer.
  1625.  
  1626. ZEDA Computer is in Provo, Utah.
  1627.  
  1628. They claim it is "CP/M Compatible", i.e. it can run CP/M software
  1629. which uses only lgal BDOS calls.  I have bbeen trying to get some
  1630. feedback from anyone who has had experience with this one but no
  1631. luck yet.
  1632.  
  1633. Steve Willett(swillett@ucbamber)
  1634.  8-Apr-85 11:35:59-MST,836;000000000000
  1635. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1636. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 8 Apr 85 11:35:54-MST
  1637. Received: from xerox.arpa by AMSAA.ARPA id a023116; 8 Apr 85 12:52 EST
  1638. Received: from Aurora.ms by ArpaGateway.ms ; 08 APR 85 09:50:09 PST
  1639. Date: Mon, 8 Apr 85 12:50 EST
  1640. From: ABRAMSOHN.WBST@XEROX.ARPA
  1641. Subject: Re: Random Numbers
  1642. In-reply-to: <[USC-ISID.ARPA] 5-Apr-85 21:26:19.ABN.ISCAMS>
  1643. To: ABN.ISCAMS@USC-ISID.ARPA
  1644. cc: Lee.Sailer@CMU-CS-C.ARPA, info-cpm@AMSAA.ARPA
  1645.  
  1646. In writing game programs for the "KIDS", I use the internal clock
  1647. counter locations in the computer to seed a nominal ramdon number
  1648. generator.  It appears to get rid of the Pseudo part of it, in that the
  1649. system "never" starts at the same place.
  1650. Hours*minutes*seconds*day*month*year kind of thing seems to do pretty
  1651. good.
  1652.  
  1653. Dennis
  1654.  
  1655.  8-Apr-85 16:54:34-MST,1719;000000000000
  1656. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1657. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 8 Apr 85 16:54:22-MST
  1658. Received: from xerox.arpa by AMSAA.ARPA id a007303; 8 Apr 85 18:19 EST
  1659. Received: from CheninBlanc.ms by ArpaGateway.ms ; 08 APR 85 14:55:05 PST
  1660. Date: Mon, 8 Apr 85 14:36 PST
  1661. From: MMoon.es@XEROX.ARPA
  1662. Subject: PD Modem control programs for CCP/M or MP/M
  1663. To: Info-Cpm@AMSAA.ARPA
  1664.  
  1665. Upon (finally) receiving Viasyn/ComuPro's Concurrent DOS 816, I
  1666. discovered a problem: all my public domain modem software expects to
  1667. directly control the hardware, bipassing the OS to do status polling;
  1668. since Concurrent doesn't give its exclusive attention to the modem
  1669. control program, I lose characters when inputting a continuous data
  1670. stream at 1200 baud with *anything* else running concurrently.
  1671.  
  1672. Have any of you running CCP/M in any of its various incarnations, MP/M
  1673. 86 or MP/M 816 found a modem control program, either public or
  1674. commercial, which can run as a background task?  Has anyone succesfully
  1675. hacked a MEX, MDM840, MDM901, or MDM7XX overlay to exist in this
  1676. environment?
  1677.  
  1678. If not, I have thought that one of the above overlays might be made to
  1679. work if it polled a CCP/M AUX device, since Viasyn/CompuPro tells me
  1680. these are handled in the same fashion as TTY devices, i.e., a ring
  1681. buffer filled by an interrupt driver.  This solution only works on
  1682. input, however, as I believe the function code 0FFh must be used to
  1683. signal input.  Anybody tried something similar?  I'm flying blind on
  1684. this one 'till my System & Programmer's manual arrives, so I don't know
  1685. *exactly* what the function codes are or do.
  1686.  
  1687. Please advise soonest if you know a solution.
  1688.  
  1689.             MMoon.es@Xerox.ARPA
  1690.  
  1691.  8-Apr-85 22:32:42-MST,1226;000000000000
  1692. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1693. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 8 Apr 85 22:32:36-MST
  1694. Received: from su-score.arpa by AMSAA.ARPA id a007904; 9 Apr 85 0:01 EST
  1695. Date: Mon 8 Apr 85 21:01:12-PST
  1696. From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  1697. Subject: Re: PD Modem control programs for CCP/M or MP/M
  1698. To: MMoon.es@XEROX.ARPA
  1699. cc: Info-Cpm@AMSAA.ARPA
  1700. In-Reply-To: Message from "MMoon.es@XEROX.ARPA" of Mon 8 Apr 85 15:57:11-PST
  1701.  
  1702. ^X^XMMoon --
  1703.  
  1704. 1.    I also just this week received my Concurrent CP/M (they don't
  1705. call it ConcurrentDOS, for some funny reason).  Along with my OS,
  1706. Viasyn/Compupro packages AMCALL/MCALL-II, which comes configured for
  1707. Concurrent.  I'm surprised you didn't also receive this modem program.
  1708.  
  1709. 2.    Though I haven't checked, I'm under the impression that
  1710. there's a Modem840 that's configurable for MP/M-86 (816) that has an
  1711. RSP monitoring the modem port.  You might look to see whether or not
  1712. this is true.
  1713.  
  1714. 3.    Did you also have to pay $28 for the programmer's
  1715. documentation???  This is another place I think Compupro really pulled
  1716. a questionable move...  I had to pay the extra $28 just to get the
  1717. programmer's guide and system guide!!!
  1718.  
  1719.                     -- Sam Hahn
  1720. -------
  1721.  8-Apr-85 23:57:24-MST,1317;000000000000
  1722. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1723. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 8 Apr 85 23:57:18-MST
  1724. Received: from ucb-vax.arpa by AMSAA.ARPA id a007994; 9 Apr 85 1:30 EST
  1725. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.45)
  1726.     id AA09461; Mon, 8 Apr 85 22:28:39 pst
  1727. Received: from ucbopal.CC.Berkeley.ARPA (ucbopal.ARPA)
  1728.     by ucbjade.CC.Berkeley.ARPA (4.19/4.34.1)
  1729.     id AA04035; Mon, 8 Apr 85 22:18:38 pst
  1730. Received: by ucbopal.CC.Berkeley.ARPA (4.19/4.34.1)
  1731.     id AA18421; Mon, 8 Apr 85 22:13:53 pst
  1732. Date: Mon, 8 Apr 85 22:13:53 pst
  1733. From: "William C. Wells" <wcwells%ucbopal.CC@ucb-vax.ARPA>
  1734. Message-Id: <8504090613.AA18421@ucbopal.CC.Berkeley.ARPA>
  1735. To: HEDELMAN@JPL-VLSI.ARPA
  1736. Subject: Re: Kaypro termcap
  1737. Cc: info-cpm@AMSAA.ARPA
  1738.  
  1739.     From HEDELMAN@JPL-VLSI.ARPA Mon Apr  8 10:53:09 1985
  1740.     Date: 6 Apr 1985 1539 PST
  1741.     From: Harris B. Edelman <HEDELMAN@JPL-VLSI.ARPA>
  1742.     Subject: Kaypro termcap
  1743.     To: wcwells@BERKELEY
  1744.     Reply-To: HEDELMAN@JPL-VLSI.ARPA
  1745.  
  1746.     The Kaypro so far as I've been led to believe is an ADM3A
  1747.     emulation.  Try that.
  1748.  
  1749.     -Harris Edelman
  1750.     ------
  1751.  
  1752. We did.  Not good enough for the Kaypro 2x. The communicatins software
  1753. the Kaypro 2x has is MITE. There may be some strange things introduced
  1754. by the software, but I do not think so.
  1755.  
  1756. Bill
  1757.  9-Apr-85 08:00:42-MST,654;000000000000
  1758. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1759. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 9 Apr 85 08:00:38-MST
  1760. Received: from mitre.arpa by AMSAA.ARPA id a012685; 9 Apr 85 9:15 EST
  1761. Received: by mitre.ARPA (4.12/4.7)
  1762.     id AA06974; Tue, 9 Apr 85 09:16:14 est
  1763. Message-Id: <8504091416.AA06974@mitre.ARPA>
  1764. To: info-cpm@AMSAA.ARPA
  1765. Subject: carriage returns in wordstar
  1766. Date: 09 Apr 85 09:15:36 EST (Tue)
  1767. From: edelheit@MITRE.ARPA
  1768.  
  1769. I have a large file that has a hard carriage return after the end of each 
  1770. line and I would like to globally remove those cr's.  Anyone have a quick
  1771. and easy way to do it?
  1772.  
  1773. Jeff Edelheit
  1774. (edelheit at mitre)
  1775.  9-Apr-85 08:04:23-MST,1486;000000000000
  1776. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1777. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 9 Apr 85 08:04:18-MST
  1778. Received: from nosc-gw by AMSAA.ARPA id a007441; 8 Apr 85 19:52 EST
  1779. Received: from marlin.ARPA by nosc.ARPA (4.17/4.7)
  1780.     id AA14106; Mon, 8 Apr 85 16:52:44 pst
  1781. Received: by marlin.ARPA (4.17/4.7)
  1782.     id AA06414; Mon, 8 Apr 85 16:52:11 pst
  1783. Date: Mon, 8 Apr 85 16:52:11 pst
  1784. From: "Todd H. Ogasawara" <ogasawar%marlin@nosc.ARPA>
  1785. Message-Id: <8504090052.AA06414@marlin.ARPA>
  1786. To: info-cpm-request@AMSAA.ARPA
  1787. Subject: generic Kermit-80 binary xfer ok (thanks)
  1788. Cc: sy.fdc@cu20b.ARPA
  1789. Resent-Date:  Tue, 9 Apr 85 9:15:47 EST
  1790. Resent-From:  cpmlist@AMSAA.ARPA
  1791. Resent-To:    info-cpm@nosc.ARPA
  1792.  
  1793. Thanks to all who responded to my question about binary transfer
  1794. using generic Kermit for CP/M-80.  Rex Buddenberg supplied the
  1795. big big clue to my much sought after answer.  I am embarrassed to
  1796. say that the following is all that needs to be done to make
  1797. binary transfers work.
  1798.  
  1799.     C-Kermit side
  1800.         set file mode binary
  1801.         set parity even        {never thought of changing
  1802.                      from none to even!}
  1803.     Kermit-80 side
  1804.         set file-mode binary
  1805.         set parity even        {default is none}
  1806.  
  1807. I've tested sending and receiving a couple of binary files.  Seems
  1808. to work fine.  Thanks to all who sent suggestions!..todd
  1809.  
  1810. Todd Ogasawara, Computer Sciences Corp.
  1811. NOSC-Hawaii Laboratories
  1812.  
  1813. UUCPmail: {akgua,allegra,decvax,ihnp4,ucbvax}!sdcsvax!noscvax!ogasawar
  1814. MILNET:   OGASAWAR@NOSC
  1815.  9-Apr-85 10:52:30-MST,851;000000000000
  1816. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1817. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 9 Apr 85 10:52:22-MST
  1818. Received: from xerox.arpa by AMSAA.ARPA id a018205; 9 Apr 85 12:11 EST
  1819. Received: from Flora.ms by ArpaGateway.ms ; 09 APR 85 09:11:10 PST
  1820. From: ssalzman.es@XEROX.ARPA
  1821. Date: 9 Apr 85 9:11:54 PST
  1822. Subject: random numbers
  1823. To: info-cpm@AMSAA.ARPA
  1824.  
  1825. I need a Modula-2 procedure to generate psuedo random numbers for an IBM
  1826. PC. In general I need a good algorithm for any machine with 16 bit integers,
  1827. that has a good long cycle life and uniform distribution (can be 'C' or Pascal).
  1828.  
  1829. Also, does anyone have an algorithm to generate random numbers with a
  1830. NORMAL distribution. If anyone has anything, please send it in the mail,
  1831. I can't FTP from this account. Thanks in advance....
  1832.  
  1833.         Isaac Salzman
  1834.         (SSalzman.ES@Xerox.ARPA)
  1835.  9-Apr-85 10:53:19-MST,1513;000000000000
  1836. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1837. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 9 Apr 85 10:53:13-MST
  1838. Received: from usc-ecl.arpa by AMSAA.ARPA id a018180; 9 Apr 85 12:08 EST
  1839. Date: Tue 9 Apr 85 09:07:56-PST
  1840. From: Warren Apel <APEL@USC-ECL.ARPA>
  1841. Subject: Re: carriage returns in wordstar
  1842. To: edelheit@MITRE.ARPA
  1843. cc: info-cpm@AMSAA.ARPA, APEL@USC-ECL.ARPA
  1844. In-Reply-To: Message from "edelheit@MITRE.ARPA" of Tue 9 Apr 85 09:15:36-PST
  1845.  
  1846. Use the "Find and Replace" command; for the "find" string, enter
  1847. a ctrl-N; for the "Replace" string, enter a <cr> (or if you want to 
  1848. replace the hard carriage return with a blank, enter a space; for 
  1849. "Options", enter GN.  Then when Wordstar starts to update the screen, 
  1850. hit any key to stop screen updates and speed up the process.  This will 
  1851. result in one long line of text, so you will have to re-format after the
  1852. replacement is over.  
  1853.  
  1854. What I do when I wat to remove hard carriage returns from a text file,
  1855. is to invoke the Find and Replace command at the beginning of the 
  1856. file, with ctrl-N for the find string, space for the replace string, and 
  1857. just a N for the option, then scroll through the file, hitting a
  1858. ctrl-L for each carriage return I want to remove (the ctrl-L simply
  1859. repeats the last Find and Replace command entered); then at the end
  1860. of each paragraph, enter a ctrl-B (re-format) to reformat the paragraph
  1861. to your desired margins with soft carriage returns within the paragraph.
  1862.  
  1863. Warren Apel  (APEL@USC-ECL)
  1864. -------
  1865.  9-Apr-85 11:39:47-MST,1234;000000000000
  1866. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1867. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 9 Apr 85 11:39:41-MST
  1868. Received: from cmu-cs-c.arpa by AMSAA.ARPA id a018371; 9 Apr 85 12:24 EST
  1869. Received: ID <APA@CMU-CS-C.ARPA>; Tue 9 Apr 85 12:23:51-EST
  1870. Date: Tue 9 Apr 85 12:23:49-EST
  1871. From: Penny Anderson <Penny.Anderson@CMU-CS-C.ARPA>
  1872. Subject: Request for VDO source
  1873. To: Info-cpm@AMSAA.ARPA
  1874. cc: apa@CMU-CS-C.ARPA
  1875.  
  1876. Netlandians,
  1877.     I saw this editor (VDO 2.3) running on a KAYPRO and it was very nice.
  1878. It uses a subset of the WS command set, complete enough for most quick editing
  1879. tasks.  Main limitation is that it loads entire file into memory, however this
  1880. same limitation also makes it very fast.  But the thing that makes it
  1881. irresistible is that it is only *5K* !!
  1882.     The documentation has a section on installation and modification, which
  1883. says to alter the source code.  Looked in the original library and guess what...... NO source.  Does anyone have the source for this thing?  The version my
  1884. friend showed me came from a .lbr file called VDO23KP.LBR.  If you have the
  1885. source, or know where I can get it, please let me know; care of APA@CMU-CS-C.
  1886.         as custom goes,
  1887.         thanks in advance,
  1888.         Don Shields
  1889. -------
  1890.  9-Apr-85 13:15:03-MST,1003;000000000000
  1891. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1892. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 9 Apr 85 13:14:06-MST
  1893. Received: from xerox.arpa by AMSAA.ARPA id a023667; 9 Apr 85 14:31 EST
  1894. Received: from Flora.ms by ArpaGateway.ms ; 09 APR 85 11:16:49 PST
  1895. Date: Tue, 9 Apr 85 11:16 PST
  1896. From: MMoon.es@XEROX.ARPA
  1897. Subject: Re: PD Modem control programs for CCP/M or MP/M
  1898. In-reply-to: "Samuel@SU-SCORE.ARPA's message of Mon, 8 Apr 85 21:01:12
  1899.  PST"
  1900. To: Sam Hahn <Samuel@SU-SCORE.ARPA>
  1901. cc: MMoon.es@XEROX.ARPA, Info-Cpm@AMSAA.ARPA
  1902.  
  1903. No AMCALL/MCALL-II or any other stuff besides the OS and some utilities.
  1904. Are you running an S-100 system? Might be they call the OS for
  1905. Shirley/System 10, or whatever someting else.  I have S-100 hardware.
  1906. Maybe there are two, uh, flavors of the CCP/M port floating around? My
  1907. rev number is 3.1D, do you match?  I thought this kind of song and dance
  1908. was over when I invested in "professional" hardware . . .
  1909.  
  1910.         JusrAnotherMushroom: MMoon.es@Xerox.ARPA
  1911.  
  1912.  9-Apr-85 15:43:40-MST,1259;000000000000
  1913. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1914. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 9 Apr 85 15:43:34-MST
  1915. Received: from su-score.arpa by AMSAA.ARPA id a027498; 9 Apr 85 17:05 EST
  1916. Date: Tue 9 Apr 85 13:39:38-PST
  1917. From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  1918. Subject: Re: PD Modem control programs for CCP/M or MP/M
  1919. To: MMoon.es@XEROX.ARPA
  1920. cc: Info-Cpm@AMSAA.ARPA
  1921. In-Reply-To: Message from "MMoon.es@XEROX.ARPA" of Tue 9 Apr 85 12:18:02-PST
  1922.  
  1923. MM(ushr)oo(m/n) --
  1924.  
  1925. Yes, sir, my system is a 696/S-100 system also, with rev id 3.1D.
  1926. Looks like the same one.  I think they told me that if you bought
  1927. MP/M-816 after a certain date, you got the update free, but without
  1928. the modem program.
  1929.  
  1930. I have a feeling there's a lot of song and dance left; there's still
  1931. the hurdle of MSDOS 2.0 (or greater) compatibility.  I'm sure looking
  1932. forward to that one.
  1933.  
  1934. Tip for ex-MP/M-816 users:  SYSTAT from ConcurrentDOS works finely
  1935. under MP/M-816.  Kind of makes me want to try some of the other
  1936. utilities...  
  1937.  
  1938. I can't use ConcurrentDOS yet since I'm having trouble booting it.
  1939. (Can anyone help: The disk drives step about 15 times, loading the
  1940. .SYS file, I think, then do what sounds like 2 whole-disk seeks, and
  1941. dies.)
  1942.  
  1943.                 -- Sam Hahn
  1944. -------
  1945.  9-Apr-85 21:18:36-MST,524;000000000000
  1946. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1947. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 9 Apr 85 21:18:32-MST
  1948. Received: from simtel20.arpa by AMSAA.ARPA id a029548; 9 Apr 85 22:41 EST
  1949. Date: Tue 9 Apr 85 20:41:42-MST
  1950. From: Jon Albers <JALBERS@SIMTEL20.ARPA>
  1951. Subject: Modem7 overlay for the Telvidieo TPC-1??
  1952. To: info-cpm@AMSAA.ARPA
  1953.  
  1954.  
  1955. Does anyone know of such a beast?  I user on my system has been asking about
  1956. it for some time.
  1957.  
  1958.                         Jon Albers
  1959.                         JALBERS@SIMTEL20
  1960.                     Data: 301-656-5280
  1961. -------
  1962.  9-Apr-85 22:29:23-MST,1462;000000000000
  1963. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1964. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 9 Apr 85 22:29:18-MST
  1965. Received: from brl-tgr.arpa by AMSAA.ARPA id a000114; 9 Apr 85 23:56 EST
  1966. Received: from usenet by BRL-TGR.ARPA id a013910; 9 Apr 85 23:48 EST
  1967. From: Jack Engle <engle%loral.uucp@BRL-TGR.ARPA>
  1968. Newsgroups: net.video,net.analog,net.micro.cpm,net.micro.cbm
  1969. Subject: async camera switching.
  1970. Message-ID: <828@loral.UUCP>
  1971. Date: 4 Apr 85 17:18:37 GMT
  1972. Xref: seismo net.video:1161 net.analog:267 net.micro.cpm:4202 net.micro.cbm:1362
  1973. To:       info-cpm@AMSAA.ARPA
  1974.  
  1975.  
  1976.  
  1977.     I am currently doing live videos using 2 consumer cameras and a 
  1978. Pioneer Video switcher from the Forsight 7000 system.  The switcher has
  1979. remote controll and fast swicthing capabilitys.  Well as we all know there
  1980. is a problem when we switch from camera A to cam B.  The tape slows down 
  1981. because its going back into the seach mode.  At least this is what ive been
  1982. told.  
  1983.  
  1984.     Question!  If When I whant to switch from A to B I invoke a vertical
  1985. sync till source B goes into its natural vert sync then let b take over will
  1986. I still get the moter slow down into search?  
  1987.  
  1988.     The video monitor will black out for a max of 1 frame but this is
  1989. ok, since the eye will not really see this.  
  1990.  
  1991.     Well if any one out there in net land has any video recorder servo
  1992. system experiance please find it your heart to help out this poor helpless
  1993. video engineer.
  1994.  
  1995. Jack Lee Engle
  1996. 10-Apr-85 07:26:45-MST,495;000000000000
  1997. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1998. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 10 Apr 85 07:26:40-MST
  1999. Received: from simtel20.arpa by AMSAA.ARPA id a002911; 10 Apr 85 8:39 EST
  2000. Date: Wed 10 Apr 85 03:15:29-MST
  2001. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  2002. Subject: Re: SDIRHDR.LIB
  2003. To: brake@ARI-HQ1.ARPA
  2004. cc: info-cpm@AMSAA.ARPA, RCONN@SIMTEL20.ARPA
  2005. In-Reply-To: Message from "brake@ari-hq1.ARPA" of Wed 3 Apr 85 21:50:00-MST
  2006.  
  2007. SDIRHDR.LIB is now in MICRO:<CPM.SYSLIB3>
  2008. -------
  2009. 10-Apr-85 07:29:03-MST,1790;000000000000
  2010. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2011. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 10 Apr 85 07:28:55-MST
  2012. Received: from simtel20.arpa by AMSAA.ARPA id a002918; 10 Apr 85 8:39 EST
  2013. Date: 10 Apr 1985  06:39 MST (Wed)
  2014. Message-ID: <KPETERSEN.12102027031.BABYL@SIMTEL20.ARPA>
  2015. Sender: KPETERSEN@SIMTEL20.ARPA
  2016. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  2017. To:   sac@mitre-bedford.ARPA
  2018. Cc:   Info-Cpm@AMSAA.ARPA
  2019. Subject: Need pointer to unpacking lbr's
  2020. In-reply-to: Msg of 4 Apr 1985  13:42-MST from sac at mitre-bedford.ARPA
  2021.  
  2022.     I have ftp'd 2 .LBR's and I want to unpack them under UNIX. This would
  2023.     allow me use of the high speed printers. Question: How and where is
  2024.     the program?
  2025.             Thanks!
  2026.             Stuart  (sac@mitre-bedford)
  2027.  
  2028. Here is a q&a session that answers most questions about LBR files.
  2029.  
  2030. Re:   How to find out what .LBR files are
  2031.  
  2032.     A question: what exactly are these LBR (library?) files?
  2033.  
  2034. See MICRO:<CPM.CPMLIB>LU310.DQC
  2035.  
  2036.     Is there some special tool that must be employed to pry them open
  2037.     (like "ar" on UNIX for object libraries)?  Is that tool available
  2038.     on Simtel-20?
  2039.  
  2040. Yes, get MICRO:<CPM.CPMLIB>LU310.COM
  2041.  
  2042.     Is there a version of it runs under UNIX?
  2043.  
  2044. No, not a completely compatible one.  The closest thing is
  2045. MICRO:<UNIX.CPM>LAR.C
  2046.  
  2047.     I've been keeping a small public database of messages relating to
  2048.     the Simtel library culled from info-cpm.  These messages include
  2049.     comprehensive documents from you and a few other people that
  2050.     describe how to make access to Simtel-20 and what the various
  2051.     file types are, but sadly, I cannot find any description of LBR
  2052.     files among them.
  2053.  
  2054. A complete description of the official file structure of .LBRs is in
  2055. MICRO:<CPM.CPMLIB>LUDEF5.DQC.
  2056.  
  2057. --Keith
  2058. 10-Apr-85 08:10:47-MST,2450;000000000000
  2059. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2060. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 10 Apr 85 08:10:32-MST
  2061. Received: from simtel20.arpa by AMSAA.ARPA id a003315; 10 Apr 85 8:48 EST
  2062. Date: 10 Apr 1985  06:48 MST (Wed)
  2063. Message-ID: <KPETERSEN.12102028557.BABYL@SIMTEL20.ARPA>
  2064. Sender: KPETERSEN@SIMTEL20.ARPA
  2065. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  2066. To:   "William C. Wells" <wcwells%ucbopal.CC@ucb-vax.ARPA>
  2067. Cc:   Info-Cpm@AMSAA.ARPA
  2068. Subject: Kaypro 2x - termcap? Kermit? modem7?
  2069. In-reply-to: Msg of 5 Apr 1985  14:08-MST from William C. Wells <wcwells%ucbopal.CC at ucb-vax.ARPA>
  2070.  
  2071. KAYPRO II VIDEO SOFTWARE DRIVER.
  2072.  
  2073. The KAYPRO II video section was designed to imitate the control
  2074. sequences of a Lear-Siegler ADM-3A terminal.  For most commercial
  2075. software, this means you can "install" or customize the display
  2076. characteristics by choosing the ADM=3A from the menu.  For custome
  2077. software or those instances where there is no choice of "ADM-3A" on
  2078. the menu, the following information may help.
  2079.  
  2080. The following is a list of the KPRO II "Terminal" attributes and
  2081. control sequences.
  2082.  
  2083. Cursor Control -
  2084. ----------------
  2085.         Cursor left (bs) .............  08h     08
  2086.         Cursor right .................  0Ch     12
  2087.         Cursor down (lf) .............  0Ah     10
  2088.         Cursor up ....................  0Bh     12
  2089.         Home cursor ..................  1Eh     30
  2090.         Clear screen & home cursor ...  1Ah     26
  2091.         Carriage return ..............  0Dh     13
  2092.         
  2093. Cursor Positioning -
  2094. --------------------
  2095.  
  2096.         Escape Sequence (ESC+"=") ....  1Bh,3Dh   27,61
  2097.         Cursor Rows ..................  0-23
  2098.         Cursor Columns ...............  0-79
  2099.         Positioning Sequence:
  2100.          
  2101.             In MBASIC ...       
  2102.         
  2103.               PRINT chr$(27)+"="+chr$(20+row)+chr$(20+col);
  2104.  
  2105.  
  2106. Line Insert/Delete -
  2107. --------------------
  2108.  
  2109.         Line Insert (ESC+"E") ........  1Bh,45h   27,69
  2110.         Line Delete (ESC+"R") ........  1Bh,52h   27,82
  2111.  
  2112. Clear to End of Screen/Line -
  2113. -----------------------------
  2114.  
  2115.         Clear EOL (Ctl-X) ............  18h     24
  2116.         Clear EOS (Ctl-W) ............  17h     23
  2117.  
  2118. Set Greek or ASCII -
  2119. --------------------
  2120.  
  2121.         Set ASCII (ESC+"A") ..........  1Bh,41h   27,65
  2122.         Set Greek (ESC+"G") ..........  1Bh,47h   27,71
  2123.         After Setting Greek, lower case letters will print as
  2124.         the Greek Alphabet.
  2125. 10-Apr-85 08:37:42-MST,1130;000000000000
  2126. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2127. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 10 Apr 85 08:37:33-MST
  2128. Received: from mitre.arpa by AMSAA.ARPA id a003450; 10 Apr 85 8:50 EST
  2129. Received: by mitre.ARPA (4.12/4.7)
  2130.     id AB01275; Wed, 10 Apr 85 08:51:59 est
  2131. Message-Id: <8504101351.AB01275@mitre.ARPA>
  2132. To: info-cpm@AMSAA.ARPA
  2133. Subject: Carriage Returns in Wordstar
  2134. Date: 10 Apr 85 08:51:32 EST (Wed)
  2135. From: edelheit@MITRE.ARPA
  2136.  
  2137. Thanks for all the suggestions.  The most common, and quickest for me to use
  2138. was to ^QA for a ^N and then just replace it with a null.  It worked fast
  2139. once I hit the escape key.  (For those of you who are unaware, if you are
  2140. doing a global replace, i.e., the gn option, if you hit the escape key, the
  2141. screen doesn't show each line getting changed.  It really speeds things up.)
  2142.  
  2143. I also had several suggestions regarding two PD programs, ENSOFT and FIXTEX.
  2144. Both are out at SIMTEL20.  If I had to do this a lot (which I don't) then I
  2145. would probably grab one or both of those pgms.  But for the quick and dirty,
  2146. the first method works fine.
  2147.  
  2148. Jeff Edelheit
  2149. (edelheit at mitre)
  2150. 10-Apr-85 09:22:08-MST,2480;000000000000
  2151. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2152. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 10 Apr 85 09:21:57-MST
  2153. Received: from brl-tgr.arpa by AMSAA.ARPA id a006668; 10 Apr 85 10:40 EST
  2154. Received: from usenet by BRL-TGR.ARPA id a008594; 10 Apr 85 10:13 EST
  2155. From: Dataspan Inc <dsi%unccvax.uucp@BRL-TGR.ARPA>
  2156. Newsgroups: net.video,net.analog,net.micro.cpm,net.micro.cbm
  2157. Subject: Re: async camera switching.
  2158. Message-ID: <179@unccvax.UUCP>
  2159. Date: 5 Apr 85 19:14:38 GMT
  2160. Xref: seismo net.video:1164 net.analog:271 net.micro.cpm:4236 net.micro.cbm:1367
  2161. To:       info-cpm@AMSAA.ARPA
  2162.  
  2163.  
  2164.      You neglected to state whether or not the VTR was consumer or professional.
  2165. The motor slows down during the switch because (evidently) this is its free
  2166. running speed in absence of a tach pulse (vertical sync). You can adjust this
  2167. parameter in some VHS recorders but it screws up freeze frame, etc.
  2168.  
  2169.      It might be possible to genlock the two cameras; if they use a sync 
  2170. generator such as the MM5321 (National) or the "other" popular one made by
  2171. Fairchild. What has to happen here is to drive both cameras from a single
  2172. timebase (probably originating in a 14.318 mc crystal) as well as sending the
  2173. frame 1 line 1 signal to reset the "other" camera(s). This will have other
  2174. benefits as well, not the least of which is a consistent colour burst phase
  2175. from camera to camera WITH RESPECT TO THE 4 FIELD SEQUENCE. 
  2176.  
  2177.      The vertical sync (and horizontal sync) is then hopefully genlocked, which
  2178. would allow hot switching during the vertical interval.
  2179.  
  2180.      There is simply no hope otherwise, as consumer recorders (indeed, all
  2181. recorders) cannot cope with hot asynchronous switching without a time base
  2182. corrector. The time constant in the head servo of a VTR is extremely long,
  2183. and cannot be made to recover in a frame time. Besides, how do you expect to
  2184. handle wrong field edits asynchronously?
  2185.  
  2186.       I could see a way if you could send "advanced VTR sync" such as a line
  2187. store type time base corrector uses, but this is strictly a hackage for the
  2188. not-so-weak-of-heart.
  2189.  
  2190.      Sorry, but genlocking is a fact of life for those "professional" switchings,
  2191. and there just isn't any other economical way to do it. The time base correctors
  2192. required cost $10,000 or so each minimum, you'll need 1 and want 2.
  2193.  
  2194.      If you are serious, get some reasonable JVC E.N.G. type cameras that can
  2195. be genlocked.....
  2196.  
  2197. David Anthony
  2198. Sr. Analog Nut
  2199. DataSpan, Inc.
  2200. 10-Apr-85 14:14:24-MST,1037;000000000000
  2201. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2202. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 10 Apr 85 14:14:15-MST
  2203. Received: from simtel20.arpa by AMSAA.ARPA id a021556; 10 Apr 85 15:38 EST
  2204. Date: 10 Apr 1985  13:38 MST (Wed)
  2205. Message-ID: <KPETERSEN.12102103265.BABYL@SIMTEL20.ARPA>
  2206. Sender: KPETERSEN@SIMTEL20.ARPA
  2207. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  2208. To:   edelheit@mitre.ARPA
  2209. Cc:   Info-Cpm@AMSAA.ARPA
  2210. Subject: carriage returns in wordstar
  2211. In-reply-to: Msg of 9 Apr 1985  07:15-MST from edelheit at MITRE.ARPA
  2212.  
  2213.     I have a large file that has a hard carriage return after the end
  2214.     of each line and I would like to globally remove those cr's.
  2215.     Anyone have a quick and easy way to do it?
  2216.  
  2217.     Jeff Edelheit (edelheit at mitre)
  2218.  
  2219. Yes, you'll find it on SIMTEL20 as:
  2220.  
  2221. Filename            Type     Bytes     CRC
  2222.  
  2223. Directory MICRO:<CPM.WSTAR>
  2224. WSCR.COM.1            BINARY      1024  7255H
  2225. WSCR.MSG.1            ASCII       985  BA27H
  2226.  
  2227. The .MSG file tells about it.  Run the program without an argument for
  2228. a menu.  It works great.
  2229. --Keith
  2230. 10-Apr-85 14:38:09-MST,1749;000000000000
  2231. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2232. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 10 Apr 85 14:37:50-MST
  2233. Received: from su-score.arpa by AMSAA.ARPA id a020283; 10 Apr 85 15:10 EST
  2234. Date: Wed 10 Apr 85 12:09:44-PST
  2235. From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  2236. Subject: UPS, Compupro PC board
  2237. To: ruben@UT-NGP.ARPA
  2238. cc: info-cpm@AMSAA.ARPA
  2239. In-Reply-To: Message from "ruben@ut-ngp.ARPA (Ruben Ramirez-Mitchell)" of Wed 10 Apr 85 07:50:48-PST
  2240.  
  2241. Ruben --
  2242.  
  2243. FTP by host SCORE.  It supports anonymous logins for ftp, and just get
  2244. <SAMUEL>UPS.MAIL.  
  2245.  
  2246. I saw the graphics card last Saturday.  It's real, takes a keyboard,
  2247. and was running multi-windowing ConcurrentDOS.  It was using a NEC
  2248. monitor, not of good resolution, so there was some alignment problem
  2249. at the upper left corner of the screen.  Windows could be moved with
  2250. cursor keys (probably also by mouse, but we didn't have one).  For
  2251. serious or extended work, I would recommend not using color, as the
  2252. resolution is pretty bad.  That could be the 640x200 limitation, or
  2253. the monitor; or both.
  2254.  
  2255. We were using the top-of-the-line Keytronics keyboard, and my friend
  2256. Ed was of the opinion that the next model lower down in the line would
  2257. have sufficed; the one he had was overly fancy.
  2258.  
  2259. SuperCalc3 needs MSDOS 2.0, and therefore wouldn't generate graphics.
  2260. Lotus 1-2-3 ran.  (That was a surprise).  (This all hearsay from Ed,
  2261. my Compupro system center friend.  I wasn't able to stay too long.)
  2262. We're still trying various packages.  dBase3 didn't run.
  2263.  
  2264. Ed recommends Alloy for cartridge tape backup.  Says they're now
  2265. reliable and easy to use.
  2266.  
  2267. If anyone has corrections to the above, please let me know.  I'd like
  2268. more information myself.
  2269.  
  2270.                     -- Sam
  2271. -------
  2272. 10-Apr-85 15:10:28-MST,3486;000000000000
  2273. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2274. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 10 Apr 85 15:10:12-MST
  2275. Received: from csnet-pdn-gw by AMSAA.ARPA id a021879; 10 Apr 85 15:55 EST
  2276. Received: from ubc by csnet-relay.csnet id a003769; 10 Apr 85 15:50 EST
  2277. Received: from ubc-vision.UUCP by ubc.csnet id AA07113; Wed, 10 Apr 85 12:42:44 pst
  2278. Date: Wed, 10 Apr 85 12:42:44 pst
  2279. Received: by ubc-vision.UUCP id AA10397; Wed, 10 Apr 85 12:42:44 pst
  2280. From: Samuel Lam <SKLM%mtsg.ubc.cdn%ubc.csnet@CSNET-RELAY.ARPA>
  2281. To: edelheit@MITRE.ARPA
  2282. MMDF-Warning:  Parse error in preceding line at CSNET-RELAY.ARPA
  2283. Cc: Info-Cpm@AMSAA.ARPA
  2284. MMDF-Warning:  Parse error in preceding line at CSNET-RELAY.ARPA
  2285. In-Reply-To: <<8504091416.AA06974@mitre.ARPA>>
  2286. Message-Id: <40:SKLM@mtsg.ubc.cdn>
  2287. Subject: carriage returns in wordstar
  2288.  
  2289.  
  2290. The following has been taken, verbatim, from the May 1984 issue of the 
  2291. UBC Computing Centre Newsletter, published by the Computing Centre, 
  2292. University of British Columbia.
  2293.  
  2294. It should solve your problem with carriage return and WordStar.
  2295.  
  2296. ... Samuel Lam
  2297.  
  2298. CDNnet:  SKLM@mtsg.ubc.cdn
  2299. Mailnet: Samuel_Lam@UBC.Mailnet
  2300.  
  2301. _____________________________________________
  2302.  
  2303.  
  2304.      WORDSTAR FILES AND CARRIAGE RETURNS
  2305.                 -- Glen Cooper
  2306.  
  2307. FMT to WordStar users have been encountering
  2308. a bothersome problem--every time they down-
  2309. load the former to the latter each line ends
  2310. in a hard carriage return (making WordStar
  2311. think every line is its own paragraph).
  2312.  
  2313. WordStar normally ends each line with a
  2314. "soft" carriage return (8D hex) as well as a
  2315. line feed (0A hex), but for any line which
  2316. happens to be at the end of a paragraph, the
  2317. soft carriage return is made "hard" (0D hex)
  2318. by having the higher-order bit turned off.
  2319. This difference is required because WordStar
  2320. justifies paragraphs, not line ranges, and
  2321. the program needs to know where each para-
  2322. graph ends.
  2323.  
  2324. Unfortunately, WordStar does not distinguish
  2325. between soft and hard returns in its editing
  2326. commands so users cannot easily make hard
  2327. returns soft. MicroPro suggests deleting the
  2328. hard returns and reformatting. This can be
  2329. very tedious when large files produced by
  2330. other programs need to edited by WordStar and
  2331. all the returns are hard. For example, files
  2332. produced on a mainframe and downloaded onto a
  2333. microcomputer by a communications program may
  2334. only have hard returns.
  2335.  
  2336. An easier way around this problem is demon-
  2337. strated in the following MicroSoft Basic
  2338. program which takes a file on drive B (called
  2339. HARD) and transforms it into a new file on
  2340. drive B (called SOFT) where all carriage re-
  2341. turns are made soft:
  2342.  
  2343.  
  2344.    100 REM
  2345.    110 REM from hard to soft carriage returns
  2346.    120 REM
  2347.    130 OPEN "I",#1,"B:HARD"
  2348.    140 OPEN "O",#2,"B:SOFT"
  2349.    150 IF EOF(1) GOTO 190
  2350.    160 LINE INPUT #1,L$
  2351.    170 PRINT #2,L$+CHR$(141)+CHR$(10);
  2352.    180 GOTO 150
  2353.    190 END
  2354.  
  2355. Note that this program assumes each line of
  2356. B:HARD ends in a hard carriage return.
  2357.  
  2358. After running the program you can then use
  2359. WordStar to mark the end of paragraphs by
  2360. hitting the return key anywhere on those
  2361. lines which end them (making sure insert mode
  2362. is off to avoid unwanted line breaks).
  2363. Another way to do this would be to end each
  2364. paragraph beforehand with a special symbol
  2365. (i.e., one which is not used for anything
  2366. else in the file) and then use WordStar's
  2367. global find and replace command to change all
  2368. special symbols to hard returns.
  2369.  
  2370. 10-Apr-85 15:38:48-MST,1918;000000000000
  2371. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2372. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 10 Apr 85 15:38:41-MST
  2373. Received: from xerox.arpa by AMSAA.ARPA id a021759; 10 Apr 85 15:47 EST
  2374. Received: from CheninBlanc.ms by ArpaGateway.ms ; 10 APR 85 12:42:20 PST
  2375. Date: Wed, 10 Apr 85 12:42 PST
  2376. From: WSullivan.ES@XEROX.ARPA
  2377. Subject: Re: async camera switching.
  2378. In-reply-to: <828@loral.UUCP>
  2379. To: Jack Engle <engle%loral.uucp@BRL-TGR.ARPA>
  2380. cc: WSullivan.es@XEROX.ARPA, info-cpm@AMSAA.ARPA
  2381.  
  2382. A. Why not add a genlock module to one of your cameras, or get a
  2383. Panasonic
  2384. 3170 or one other consumer/genlockable camera?. Then you could use my
  2385. $450
  2386. switcher (via Sony) & not only do Vertical/Int switching, but
  2387. fades/dissolves
  2388. as well, & split screen wipes, horizontal, or vertical, or color keying
  2389. for titles,
  2390. or special color effects, some very wild, like change a persons white
  2391. shirt to
  2392. red,yellow, cyan, etc, or tint the grass to be greener.
  2393.  
  2394. With a digital switcher and genlocked cameras, your picture synch's are
  2395. then fully broadcast comapatible. I moved up to the $2995 JVC 600 line
  2396. camera, for single shoots, or can balance with internal color bars to my
  2397. JVC S-3, or old Sony 2000, or even RCA C001 for a 2 camera video.
  2398.  
  2399. B. Get a TBC!. I just added a Sony Insert 3/4" machine; but gave up
  2400. following what you want to do.  To go from one machine to another;
  2401. unless you lock the synch's together, you'll have timing problems.
  2402. Timing can be cured with a TBC.
  2403. time base corrector (TBC's =  $6000 ) 
  2404.  
  2405. A. With my new($700-used) Sony flying erase/insert edit 3/4" machine,
  2406. I can tape directly to my 3/4" from one camera, & from Camera 2 to my 2d
  2407. VCR; & then dub from the 2d VHS machine over the lst video and have a
  2408. two camera shoot; but it means a lot of post production editing.. That's
  2409. why there are so many Hollywood Post-production houses with TBC's for
  2410. getting a final product.
  2411.  
  2412.  
  2413. 11-Apr-85 05:22:08-MST,1279;000000000000
  2414. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2415. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 11 Apr 85 05:22:02-MST
  2416. Received: from brl-tgr.arpa by AMSAA.ARPA id a025848; 11 Apr 85 6:52 EST
  2417. Received: from usenet by BRL-TGR.ARPA id a009989; 11 Apr 85 6:40 EST
  2418. From: King Ables <ables%mcc-db.uucp@BRL-TGR.ARPA>
  2419. Newsgroups: net.micro,net.micro.cpm
  2420. Subject: hard disk for H89
  2421. Message-ID: <138@mcc-db.UUCP>
  2422. Date: 8 Apr 85 19:34:55 GMT
  2423. Xref: seismo net.micro:10494 net.micro.cpm:4245
  2424. To:       info-cpm@AMSAA.ARPA
  2425.  
  2426. [If you saw this on the arpa list h19-people, please ignore]
  2427.  
  2428. I'm considering buying a 10 or 20MB winchester for my H89 (I know,
  2429. throwing new money after old, right?) and I was wandering through
  2430. my latest Heath catalog and couldn't find any such animal.  I could
  2431. have sworn there was one at some point.  1) was there, is there still,
  2432. and can someone tell me how to get info on it (price, etc.) and 2) if
  2433. Heath has never had such an animal, has anyone done something else in
  2434. the way of drive and controller from another vendor which is relatively
  2435. simple to put install and if so, could you send me some info?
  2436. BTW, I have CP/M 2.2.
  2437.  
  2438. Ad[Thanks]vance
  2439.  
  2440. -King
  2441. (note new address):
  2442. ARPA: ables@mcc
  2443. UUCP: {ihnp4,seismo,ctvax}!ut-sally!mcc-db!ables
  2444. 11-Apr-85 05:53:28-MST,1855;000000000000
  2445. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2446. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 11 Apr 85 05:53:10-MST
  2447. Received: from brl-tgr.arpa by AMSAA.ARPA id a026049; 11 Apr 85 7:09 EST
  2448. Received: from usenet by BRL-TGR.ARPA id a010271; 11 Apr 85 6:51 EST
  2449. From: Kenn Barry <barry%ames.uucp@BRL-TGR.ARPA>
  2450. Newsgroups: net.micro.cpm
  2451. Subject: Re: Reading Apple II Disks
  2452. Message-ID: <922@ames.UUCP>
  2453. Date: 8 Apr 85 22:57:06 GMT
  2454. To:       info-cpm@AMSAA.ARPA
  2455.  
  2456. > In truth, the apple is 'softer' sectoring than anybody else - it
  2457. > doesn't look at the sector hole(s) *AT ALL*.  Therefore one can use
  2458. > in the apple either soft or hard sectored disks providing that you
  2459. > format them first.  It is this 'softer' sectoring that makes the
  2460. > apple weird - all other normal machine do look at the index hole -
  2461. > a hard sectored disk drives them wild.
  2462.  
  2463.     We got in a shipment of hard-sectored disks for our Apples by
  2464. mistake. I attempted to use them, as I could also see no reason the Apple
  2465. couldn't use hard-sectored disks (you are of course right about the Apple
  2466. using soft sectoring). Well, the hard sectored disks formatted perfectly,
  2467. and *seemed* to work at first, but quickly began to get habitual write
  2468. errors. These were good, name-brand disks, by the way.
  2469.     I can't fault your logic - I still don't understand why the hard-
  2470. sectored disks didn't work. But I thought I'd better warn those who want
  2471. to try it to be cautious - don't be too quick to commit valuable files
  2472. to these disks.
  2473.  
  2474. -  From the Crow's Nest  -                      Kenn Barry
  2475.                                                 NASA-Ames Research Center
  2476.                                                 Moffett Field, CA
  2477. -------------------------------------------------------------------------------
  2478.      USENET:         {ihnp4,vortex,dual,hao,menlo70,hplabs}!ames!barry
  2479. 11-Apr-85 08:14:51-MST,1119;000000000000
  2480. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2481. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 11 Apr 85 08:14:45-MST
  2482. Received: from brl-tgr.arpa by AMSAA.ARPA id a003447; 11 Apr 85 9:29 EST
  2483. Received: from usenet by BRL-TGR.ARPA id a014535; 11 Apr 85 8:38 EST
  2484. From: Sam Chin <tsc2597%acf4.uucp@BRL-TGR.ARPA>
  2485. Newsgroups: net.micro.cpm
  2486. Subject: CPM/80 emulator under CPM/86 query
  2487. Message-ID: <1010009@acf4.UUCP>
  2488. Date: 9 Apr 85 17:11:00 GMT
  2489. To:       info-cpm@AMSAA.ARPA
  2490.  
  2491. <>
  2492.  
  2493. Does anyone know where I can get a public domain CPM/80 emulator which runs
  2494. under CPM/86 or MS-DOS?  I managed to download one from the PC-BLUE bulletin
  2495. board at (718) 539-3338 but it was damaged and couldn't run.  Evidently it
  2496. is on the PC-SIG disk number S217-16.  I looked on SIMTEL20 and DEC-MARLBORO
  2497. but it wasn't there.  Is there an ARPA info-cpm archive like the info-ibmpc
  2498. archive on USC-ISIB? Is there another bulletin board in NYC which might have
  2499. it?
  2500.  
  2501.                                                     Sam Chin
  2502.                         allegra!cmcl2!acf4!tsc2597
  2503.                                                 tsc2597.acf4@nyu
  2504. 11-Apr-85 14:33:58-MST,1146;000000000000
  2505. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2506. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 11 Apr 85 14:33:53-MST
  2507. Received: from radc-multics.arpa by AMSAA.ARPA id a020084; 11 Apr 85 15:46 EST
  2508. Date:  Thu, 11 Apr 85 15:36 EST
  2509. From:       Roz      <RTaylor@RADC-MULTICS.ARPA>
  2510. Subject:  Educational S/W for Commodore SX-64
  2511. To:  info-cpm@AMSAA.ARPA
  2512. cc:  RTaylor@RADC-MULTICS.ARPA
  2513. Message-ID:  <850411203612.556415@RADC-MULTICS.ARPA>
  2514.  
  2515.     I have taken the plug and acquired the above machine because of the
  2516. irresistable combination of cause and amount of software available.  I
  2517. believe **MOST** C-64 software runs on the SX.  My son is 6, and except
  2518. for rare excursions on my lap, has not touched a computer.
  2519.     If you have experienced any educational software and will volunteer
  2520. comments to me, I would appreciate it.  If this has been covered before,
  2521. please give me a pointer, I travel A LOT and could have easily missed
  2522. the subject.  If I receive any direct comments, I will collate, respect
  2523. your annonymity (if so desired), and post a summary to the net, if so
  2524. desired.
  2525.     Thanks.
  2526.                                   Roz
  2527. 11-Apr-85 16:49:05-MST,902;000000000000
  2528. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2529. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 11 Apr 85 16:48:49-MST
  2530. Received: from simtel20.arpa by AMSAA.ARPA id a022197; 11 Apr 85 18:22 EST
  2531. Date: 11 Apr 1985  16:22 MST (Thu)
  2532. Message-ID: <KPETERSEN.12102395226.BABYL@SIMTEL20.ARPA>
  2533. Sender: KPETERSEN@SIMTEL20.ARPA
  2534. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  2535. To:   Info-Cpm@AMSAA.ARPA
  2536. Subject: QK21 problems
  2537.  
  2538. Relayed from RCPM Royal Oak...
  2539.  
  2540. Date: 4/3/85
  2541. From: CLIFF HARRISON
  2542. To:   ALL
  2543. Re:   QK21 PROBLEMS
  2544.  
  2545. I down loaded the new QK21 file yesterday and find that it won't work
  2546. with my ZCPR2 system.  On my old plain vanilla CPM system it works
  2547. just fine.  I've got a Northstar Horizon and need whatever information
  2548. that the computing community can offer.  Please leave a message here
  2549. or call at (313) 483-7816.  Thanks in advance.
  2550.  
  2551.                                 Cliff Harrison
  2552. 11-Apr-85 17:03:51-MST,777;000000000000
  2553. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2554. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 11 Apr 85 17:03:47-MST
  2555. Received: from simtel20.arpa by AMSAA.ARPA id a022204; 11 Apr 85 18:24 EST
  2556. Date: 11 Apr 1985  16:24 MST (Thu)
  2557. Message-ID: <KPETERSEN.12102395659.BABYL@SIMTEL20.ARPA>
  2558. Sender: KPETERSEN@SIMTEL20.ARPA
  2559. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  2560. To:   Info-Cpm@AMSAA.ARPA
  2561. Subject: MDM7x overlay needed for Micromodem IIe
  2562.  
  2563. Relayed from RCPM Royal Oak...
  2564.  
  2565. Date: 04/04/85
  2566. from: JOHN WALKER
  2567. To:   ALL
  2568. Re:   M7OVL FOR MICROMODEM IIE?
  2569.  
  2570. Does anyone know if there is a MDM7xx overlay for the Hayes Micromodem
  2571. IIe?  I'm presently using the Micromodem II overlay which does not
  2572. support the speaker attached to the IIe which occasionally comes in
  2573. handy.
  2574. 11-Apr-85 18:45:26-MST,1494;000000000000
  2575. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2576. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 11 Apr 85 18:45:21-MST
  2577. Received: from cisl-service-multics.arpa by AMSAA.ARPA id a022352;
  2578.           11 Apr 85 19:45 EST
  2579. Received: FROM HIS-PHOENIX-MULTICS.ARPA BY CISL-SERVICE-MULTICS.ARPA WITH dial; 11 APR 1985 19:39:59 EST
  2580. Posted-Date:  11 Apr 85 17:37 MST
  2581. Date:  Thu, 11 Apr 85 17:35 MST
  2582. From:  Jerry Crow <JCrow@his-phoenix-multics.arpa>
  2583. Subject:  KAYPRO II Video
  2584. Reply-To:  JCrow%PCO-Multics@CISL-SERVICE-MULTICS.ARPA
  2585. To:  KPETERSEN@SIMTEL20.ARPA
  2586. cc:  Info-Cpm@AMSAA.ARPA
  2587. Message-ID:  <850412003551.040443@HIS-PHOENIX-MULTICS.ARPA>
  2588.  
  2589. RE:  Detailed information on Kaypro II video driver
  2590.  
  2591. Note  that  these  codes  are  for the older, original Kaypro II (sometimes
  2592. called a 2'83).  The new Kaypro 2's, (often referred to as 2'84's) and 2X's
  2593. and  4's  have  the  same  capabilites  as the original Kaypro 10's.  These
  2594. include,  in  addition  to those listed for the Kaypro II, video attributes
  2595. (inverse,  low  intensity, blink, underline) and text erasure (end of line,
  2596. end  of  page).   The  Greek  alphabet is not included in the newer models,
  2597. however.
  2598.  
  2599. The  newer  boards  (all  Kaypro  8  bit models now contain the same mother
  2600. board)  also  support a limited "graphics" capability.  This is handled via
  2601. the BIOS in a pseudo pixel addressable mode.
  2602.  
  2603. The Kaypro remains, however, a functional superset of the ADM3A.
  2604.  
  2605. /Jerry
  2606. JCrow%PCO-Multics@CISL-SERVICE-MULTICS
  2607. 11-Apr-85 20:32:29-MST,2614;000000000000
  2608. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2609. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 11 Apr 85 20:32:14-MST
  2610. Received: from xerox.arpa by AMSAA.ARPA id a022604; 11 Apr 85 21:48 EST
  2611. Received: from CheninBlanc.ms by ArpaGateway.ms ; 11 APR 85 18:43:31 PST
  2612. Date: Thu, 11 Apr 85 13:15 PST
  2613. From: Eldridge.es@XEROX.ARPA
  2614. Subject: Re: random numbers
  2615. In-reply-to: "ssalzman's message of 9 Apr 85 9:11:54 PST"
  2616. To: ssalzman.es@XEROX.ARPA
  2617. cc: info-cpm@AMSAA.ARPA, info-pascal@BRL-VOC.ARPA
  2618.  
  2619.  
  2620. This message describes several "linear congruential" random number
  2621. generators.
  2622.  
  2623. A characteristic of the linear congruential method is that the maximum
  2624. period is determined by the precision of arithmetic used.  For example,
  2625. using 16-bit binary arithmetic, the maximum possible period is 65,535.
  2626. To make the period reasonably large, 32-bit binary arithmetic should be
  2627. used.  The selection of the multiplier and constant also affect the
  2628. period and distribution of the random numbers. (For more on this refer
  2629. to Knuth, Semi-Numerical Algorithms)
  2630.  
  2631. Here is the random number generator from a Unix system.  It runs on a
  2632. VAX which has 32 bit words.
  2633.  
  2634. /* @(#)rand.c    4.1 (Berkeley) 12/21/80 */
  2635. static    long    randx = 1;
  2636.  
  2637. srand(x)
  2638. unsigned x;
  2639. {
  2640.     randx = x;
  2641. }
  2642.  
  2643. rand()
  2644. {
  2645.     return((randx = randx * 1103515245 + 12345) & 0x7fffffff);
  2646. }
  2647.  
  2648.  
  2649.  
  2650. If you have real arithmetic available, you might want to try the
  2651. following random number generator.  It generates a real in the range 0 <
  2652. n < 1.  This one has a period of 1 million.  It comes from the HP-67
  2653. library.
  2654.  
  2655. NewSeed := Frac(9821. * Seed + 0.211327)
  2656.  
  2657. Caution: be sure to avoid a starting seed equal to (1. - 0.211327)/9821.
  2658. That seed will produce a result of zero.  This formula assumes that the
  2659. precision of the arithmetic is ten decimal digits or better.
  2660.  
  2661.  
  2662. Most random number generators produce uniformly distributed numbers.
  2663. Sometimes it is desirable to have normally (Gaussian) distributed
  2664. numbers.  The following formula can be used to convert uniformly
  2665. distributed numbers into normally distributed numbers with a given mean
  2666. and standard deviation.
  2667.  
  2668.  
  2669. T = sqrt(-2*ln(rand1))*sin(360*rand2)
  2670.  
  2671. G = StdDev*T + Mean
  2672.  
  2673. where
  2674.  
  2675. rand1 : random number in the range 0 < n < 1
  2676. rand2 : another random number in the range 0 < n < 1
  2677. StdDev : standard deviation of desired distribution
  2678. Mean : mean of desired distribution
  2679.  
  2680. Reference
  2681. Knuth, Semi-Numerical Algorithms p. 104
  2682.  
  2683. The only drawback is that transcendental functions must be evaluated.
  2684. This can be speeded up at the expense of memory by the use of table
  2685. look-up.
  2686.  
  2687. George
  2688.  
  2689. 11-Apr-85 22:20:46-MST,566;000000000000
  2690. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2691. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 11 Apr 85 22:20:41-MST
  2692. Received: from bnl.arpa by AMSAA.ARPA id a022742; 11 Apr 85 23:48 EST
  2693. Date: 11 Apr 85 23:41:34 EST
  2694. From: "John S. Labovitz" <hnij@bnl.ARPA>
  2695. Subject: chess programs for cp/m?
  2696. To: info-cpm@AMSAA.ARPA
  2697.  
  2698. someone i know is looking for a chess program that runs under cp/m (he
  2699. has 3.0, but 2.2 would work also).  if anyone knows of any, please *mail*
  2700. me responses, don't post them to the whole list.  thanks much.
  2701.  
  2702.     @hn1j@
  2703.     (hnij@bnl.arpa)
  2704. 12-Apr-85 06:43:36-MST,1281;000000000000
  2705. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2706. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 12 Apr 85 06:43:29-MST
  2707. Received: from mitre.arpa by AMSAA.ARPA id a024748; 12 Apr 85 8:08 EST
  2708. Received: by mitre.ARPA (4.12/4.7)
  2709.     id AA13646; Fri, 12 Apr 85 08:08:18 est
  2710. Message-Id: <8504121308.AA13646@mitre.ARPA>
  2711. To: Roz <RTaylor@RADC-MULTICS.ARPA>
  2712. Cc: info-cpm@AMSAA.ARPA, edelheit@MITRE.ARPA
  2713. Subject: Re: Educational S/W for Commodore SX-64
  2714. In-Reply-To: Your message of Thu, 11 Apr 85 15:36 EST.
  2715.          <850411203612.556415@RADC-MULTICS.ARPA>
  2716. Date: 12 Apr 85 08:07:24 EST (Fri)
  2717. From: edelheit@MITRE.ARPA
  2718.  
  2719. Roz - I got a C-64 for my 3 year old.  My experience has been that the
  2720. CBS Software and the Spinnaker Software is really good.  Spinnaker's
  2721. Alphabet Zoo might be good for a 6 yr. old (it's too advanced for my 
  2722. son.) It needs a joy stick, but if the SX is like the C-64, there should
  2723. be a port for it.  It uses the Atari-type joy stick, which is available
  2724. from all sorts of places, including your local Radio Shack.  
  2725.  
  2726. One additional set of Software that is really quite good is the stuff
  2727. from Children's Television Workshop (a.k.a., Sesame Street).  The CTW
  2728. software is published by CBS Software.
  2729.  
  2730. Hope this helps.
  2731.  
  2732. Jeff Edelheit
  2733. (edelheit at mitre)
  2734. 12-Apr-85 14:15:19-MST,691;000000000000
  2735. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2736. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 12 Apr 85 14:15:15-MST
  2737. Received: from xerox.arpa by AMSAA.ARPA id a004287; 12 Apr 85 15:37 EST
  2738. Received: from PinotNoir.ms by ArpaGateway.ms ; 12 APR 85 11:05:36 PST
  2739. Date: 12 Apr 85 11:05 PST
  2740. From: Ghenis.pasa@XEROX.ARPA
  2741. Subject: Re: chess programs for cp/m?
  2742. In-reply-to: "John S. Labovitz" <hnij@bnl.ARPA>'s message of 11 Apr 85
  2743.  23:41:34 EST
  2744. To: hnij@BNL.ARPA
  2745. cc: info-cpm@AMSAA.ARPA
  2746.  
  2747. The Software Toolworks (publishers of the C/80 compiler) have MYCHESS,
  2748. which they claim beats SARGON (don't know which version of SARGON) and
  2749. can play at close to B level.
  2750. Price is $30 or $40.
  2751. 12-Apr-85 16:35:50-MST,1022;000000000000
  2752. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2753. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 12 Apr 85 16:35:44-MST
  2754. Received: from ucb-vax.arpa by AMSAA.ARPA id a006208; 12 Apr 85 18:02 EST
  2755. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.45)
  2756.     id AA16384; Fri, 12 Apr 85 15:01:43 pst
  2757. Received: from ucbopal.CC.Berkeley.ARPA (ucbopal.ARPA)
  2758.     by ucbjade.CC.Berkeley.ARPA (4.19/4.34.1)
  2759.     id AA01671; Fri, 12 Apr 85 14:36:52 pst
  2760. Received: by ucbopal.CC.Berkeley.ARPA (4.19/4.34.1)
  2761.     id AA11232; Fri, 12 Apr 85 14:36:31 pst
  2762. Date: Fri, 12 Apr 85 14:36:31 pst
  2763. From: "William C. Wells" <wcwells%ucbopal.CC@ucb-vax.ARPA>
  2764. Message-Id: <8504122236.AA11232@ucbopal.CC.Berkeley.ARPA>
  2765. To: info-cpm@AMSAA.ARPA
  2766. Subject: User Group Accounting
  2767.  
  2768. Does anyone have public domain software for maintaining membership
  2769. lists and doing user group accounting?
  2770.  
  2771. Someone meantioned a public domain business package recently --
  2772. where is it?
  2773.  
  2774. I have a PMC Micromate 101 (Z80A) running CP/M 3.0
  2775.  
  2776. Bill
  2777. 13-Apr-85 00:17:32-MST,1000;000000000000
  2778. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2779. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 13 Apr 85 00:17:26-MST
  2780. Received: from ucb-vax.arpa by AMSAA.ARPA id a000314; 13 Apr 85 1:41 EST
  2781. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.45)
  2782.     id AA24782; Fri, 12 Apr 85 22:41:28 pst
  2783. Received: from ucbamber.CC.Berkeley.ARPA (ucbamber.ARPA)
  2784.     by ucbjade.CC.Berkeley.ARPA (4.19/4.34.1)
  2785.     id AA09402; Fri, 12 Apr 85 22:42:27 pst
  2786. Received: by ucbamber.CC.Berkeley.ARPA (4.19/4.34.1)
  2787.     id AA18059; Fri, 12 Apr 85 22:42:03 pst
  2788. Date: Fri, 12 Apr 85 22:42:03 pst
  2789. From: swillett%ucbamber.CC@ucb-vax.ARPA
  2790. Message-Id: <8504130642.AA18059@ucbamber.CC.Berkeley.ARPA>
  2791. To: Info-Cpm@AMSAA.ARPA, W8SDZ@SIMTEL20.ARPA
  2792. Subject: Re: QK21 problems
  2793.  
  2794. I have used QK21 successfully with my old Kaypro II, modified to a KP 8 with
  2795. a Micro C upgrade, running at 5 mhz and furnished with ZCPR2.  I haven't run
  2796. the combination for thousands of hours, but I have used it off and on.
  2797. 13-Apr-85 00:32:08-MST,1362;000000000000
  2798. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2799. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 13 Apr 85 00:32:01-MST
  2800. Received: from brl-tgr.arpa by AMSAA.ARPA id a000339; 13 Apr 85 2:04 EST
  2801. Received: from usenet by BRL-TGR.ARPA id a015179; 13 Apr 85 1:59 EST
  2802. From: Milt Boyd 381-1351 ZKO1-2/D13 <boyd%advise.dec@BRL-TGR.ARPA>
  2803. Newsgroups: net.micro.cpm
  2804. Subject: a newsletter for Wa-Tor
  2805. Message-ID: <1619@decwrl.UUCP>
  2806. Date: 11 Apr 85 16:15:21 GMT
  2807. Sender: daemon%decwrl.uucp@BRL-TGR.ARPA
  2808. To:       info-cpm@AMSAA.ARPA
  2809.  
  2810.  
  2811.     I am soon to publish an irregular newsletter "Running Wa-Tor",
  2812. concerned with the water world simulation devised by A. K. Dewdney,
  2813. and described in his column "Computer Recreations" in the Dec 84
  2814. issue of Scientific American.  Sharks and fishes locked in eternal struggle.
  2815.     There is enough material for two issues, to start.  I am 
  2816. earnestly soliciting more material, and subscribers. I intend to 
  2817. carry listings, analysis, experiments, theory, epic poetry, cartoons,
  2818. whatever comes in that will get past legal.
  2819.     Send me a SASE, and get back more info.  I can't afford to
  2820. subsidize this, so I'll have to charge, but I think you'll get
  2821. value for money.
  2822.  
  2823.     Milt Boyd
  2824.     PineTree
  2825.     PO Box 267
  2826.     Amherst NH 03031-0267
  2827.  
  2828. Posted:    Thu 11-Apr-1985 11:13 EST/ Milt Boyd, 381-1351 ZKO 1-2/D13
  2829. To:    RHEA::DECWRL::"net.micro.cpm"
  2830. 13-Apr-85 00:58:21-MST,1451;000000000000
  2831. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2832. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 13 Apr 85 00:58:16-MST
  2833. Received: from brl-tgr.arpa by AMSAA.ARPA id a000341; 13 Apr 85 2:05 EST
  2834. Received: from usenet by BRL-TGR.ARPA id a015245; 13 Apr 85 2:00 EST
  2835. From: Dave Sweeney <dms%dciem.uucp@BRL-TGR.ARPA>
  2836. Newsgroups: net.micro.cpm
  2837. Subject: Re: Random Numbers
  2838. Message-ID: <1523@dciem.UUCP>
  2839. Date: 10 Apr 85 16:42:38 GMT
  2840. To:       info-cpm@AMSAA.ARPA
  2841.  
  2842. Nick Cuccia writes:
  2843. > function Random(var x: integer): real;
  2844. > const
  2845. >     A = 2047;        (* = 2^11 - 1, a prime number *)
  2846. >     M = 524287;        (* = 2^19 - 1, a prime number *)
  2847. > begin (* random *)
  2848. >     x := (A*x) mod M;        (* finding new seed value *)
  2849. >     Random := x / M;        (* finding next number in series *)
  2850. > end; (* function random *)
  2851.  
  2852. While A (= 2047) and M (= 524287) are mutually prime (HCF = 1), which
  2853. is all that is required for the algorithm, A is not a prime number:
  2854.  
  2855.     2047 = 23 * 89
  2856.  
  2857. which will hopefully discourage 16-bit-machine users from using it
  2858. for M (which must be prime for the series to have full period).
  2859. Here at DCIEM we use an implementation of the generator described
  2860. on p. 464 of Knuth's vol. 2, with k = 55, j = 31.  As no multiplications
  2861. or divisions are involved, it is reasonably fast.
  2862. -- 
  2863.     Dave Sweeney, DCIEM
  2864.     {allegra,ubc-vision,linus,ihnp4,uw-beaver,floyd}!utcsrgv!dciem!dms
  2865. or    {allegra,ihnp4,linus,decvax}!utzoo!dciem!dms
  2866. 13-Apr-85 01:54:53-MST,607;000000000000
  2867. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2868. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 13 Apr 85 01:54:50-MST
  2869. Received: from brl-tgr.arpa by AMSAA.ARPA id a000620; 13 Apr 85 3:27 EST
  2870. Received: from usenet by BRL-TGR.ARPA id a017123; 13 Apr 85 3:08 EST
  2871. From: Stefan Kristensson <stkr%enea.uucp@BRL-TGR.ARPA>
  2872. Newsgroups: net.micro.cpm
  2873. Subject: Re: generic Kermit-80 binary xfer ok (thanks)
  2874. Message-ID: <858@enea.UUCP>
  2875. Date: 12 Apr 85 13:15:51 GMT
  2876. To:       info-cpm@AMSAA.ARPA
  2877.  
  2878.  
  2879. It should work if you just do "set parity space" in C-kermit (this turns on
  2880. the 8th-bit quoting mechanism).
  2881. 13-Apr-85 14:26:33-MST,1039;000000000000
  2882. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2883. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 13 Apr 85 14:26:29-MST
  2884. Received: from mit-multics.arpa by AMSAA.ARPA id a000319; 13 Apr 85 10:54 EST
  2885. Date:  Sat, 13 Apr 85 15:36 EST
  2886. From:  "Paul E. Woodie" <Woodie@MIT-MULTICS.ARPA>
  2887. Subject:  Kermit/Executive
  2888. To:  info-cpm@AMSAA.ARPA
  2889. Message-ID:  <850413203617.857605@MIT-MULTICS.ARPA>
  2890.  
  2891. I have been trying (unsuccessfully) to get generic cpm-plus (ver 3)
  2892. Kermit to work with my Osborne Executive.  Has anyone had better luck
  2893. than I in pulling off that trick?  My problem in a nutshell is that when
  2894. I go into the CONNECT mode, exactly one character gets sent and then the
  2895. program "hangs up." Most of the time I'm even fortunate to be able to
  2896. get back to the Kermit command mode without having to reboot.  I
  2897. normally use MEX for communication, and am quite happy with it, but now
  2898. and then I need the Kermit protocol.  Otherwise, I'd just forget it and
  2899. stick with MEX.
  2900.  
  2901. Thanks,
  2902.  
  2903. --Paul Woodie (Woodie.DODCSC at MIT-Multics)
  2904. 14-Apr-85 14:27:00-MST,6271;000000000000
  2905. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2906. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 14 Apr 85 14:26:45-MST
  2907. Received: from simtel20.arpa by AMSAA.ARPA id a000374; 14 Apr 85 15:56 EST
  2908. Date: Sun 14 Apr 85 10:46:17-MST
  2909. From: Jim Forrest <JFORREST@SIMTEL20.ARPA>
  2910. Subject: Help needed - TURBO & Anchor XII (Long)
  2911. To: INFO-CPM@AMSAA.ARPA
  2912. cc: JFORREST@SIMTEL20.ARPA
  2913.  
  2914. A friend has a Kaypro10 (like mine) and has an Anchor XII modem. His BBS users
  2915. are unable to get in at 300 Baud with the following routine, although it
  2916. works at 1200 baud and works on a Hayes at 300/1200 fine. Greatly need help.
  2917. Jim
  2918.  
  2919. begin
  2920.   mem[$FF7C] := t[0];
  2921.   mem[$FF7D] := t[1];
  2922.   mem[$FF7E] := t[2];
  2923.   mem[$FF7F] := pred(t[3]);
  2924.   mem[$FF80] := pred(t[4]);
  2925.   mem[$FF81] := t[5]
  2926. end;
  2927.  
  2928.  
  2929. const
  2930. { Machine specific constants }
  2931.  
  2932.   DataPort   = $04;          { Data port }
  2933.   StatusPort = $06;          { Status port }
  2934.   RatePort   = $00;          { Data rate (bps) port }
  2935.  
  2936. { StatusPort commands }
  2937.  
  2938.   RESCHN     = $18;          { reset channel }
  2939.   RESSTA     = $10;          { reset ext/status }
  2940.   WRREG1     = $00;          { value to write to register 1 }
  2941.   WRREG3     = $C1;          { 8 bits/char, rx enable }
  2942.   WRREG4     = $44;          { 16x, 1 stop bit, no parity }
  2943.   DTROFF     = $68;          { dtr off, rts off }
  2944.   DTRON      = $EA;          { dtr on, 8 bits/char, tx enable, rts on }
  2945.   ONINS      = $30;          { error reset }
  2946.  
  2947. { StatusPort status masks }
  2948.  
  2949.   DAV        = $01;          { data available }
  2950.   TRDY       = $04;          { transmit buffer empty }
  2951.   DCD        = $08;          { data carrier detect }
  2952.   PE         = $10;          { parity error }
  2953.   OE         = $20;          { overrun error }
  2954.   FE         = $40;          { framing error }
  2955.   ERR        = $60;          { parity, overrun and framing error }
  2956.  
  2957. { Smartmodem result codes }
  2958.  
  2959.   OKAY        = '0';         { Command executed with no errors }
  2960.   CONNECT300  = '1';         { Carrier detect at 300 bps }
  2961.   RING        = '2';         { Ring signal detected }
  2962.   NOCARRIER   = '3';         { Carrier lost or never heard }
  2963.   ERROR       = '4';         { Error in command execution }
  2964.   CONNECT1200 = '5';         { Carrier detect at 1200 bps }
  2965.  
  2966. { Rate setting commands }
  2967.  
  2968.   BD300      = 5;            { 300 bps }
  2969.   BD1200     = 7;            { 1200 bps }
  2970.  
  2971. function mdcarck: boolean;
  2972. { Check to see if carrier is present }
  2973. begin
  2974.   port[StatusPort] := RESSTA;
  2975.   mdcarck := ((DCD and port[StatusPort]) <> 0)
  2976. end;
  2977.  
  2978. function mdinprdy: boolean;
  2979. { Check for ready to input from modem }
  2980. var
  2981.   bt: byte;
  2982. begin
  2983.   if (DAV and port[StatusPort]) <> 0
  2984.     then
  2985.       begin
  2986.         port[StatusPort] := 1;
  2987.         if (ERR and port[StatusPort]) <> 0
  2988.           then
  2989.             begin
  2990.               port[StatusPort] := ONINS;
  2991.               bt := port[DataPort];
  2992.               mdinprdy := FALSE
  2993.             end
  2994.           else mdinprdy := TRUE
  2995.       end
  2996.     else mdinprdy := FALSE
  2997. end;
  2998.  
  2999. function mdinp: byte;
  3000. { Input a byte from modem - no wait - assumed ready }
  3001. begin
  3002.   mdinp := port[DataPort]
  3003. end;
  3004.  
  3005. procedure mdout(b: byte);
  3006. { Output a byte to modem - wait until ready }
  3007. begin
  3008.   repeat
  3009.   until (TRDY and port[StatusPort]) <> 0;
  3010.   port[DataPort] := b
  3011. end;
  3012.  
  3013. procedure mdinit;
  3014. { Initialize the sio channel and the Hayes Smartmodem 1200 }
  3015. const
  3016.   sio_init: array[1..9] of byte = (RESCHN, 4, WRREG4, 1, WRREG1, 3, WRREG3, 5, DTROFF);
  3017. var
  3018.   i: integer;
  3019.   mdm_attn : string[2];
  3020.   mdm_init : string[41];
  3021.   bt       : byte;
  3022. begin
  3023.   for i := 1 to 9 do
  3024.     port[StatusPort] := sio_init[i];        { initialize the SIO channel }
  3025.   port[StatusPort] := 5;                    { pull DTR high }
  3026.   port[StatusPort] := DTRON;
  3027.   mdm_attn := 'AT';
  3028.   mdm_init := 'ATE0Q0V0M0X1 S0=0 S2=3 S4=255 S5=255';
  3029.   port[RatePort] := BD1200;                 {set the 8116 to 1200 baud}
  3030.   delay (500);                              {let the modem settle for a bit}
  3031.   for i := 1 to 2 do
  3032.     begin
  3033.       bt := ord(mdm_attn[i]);               {force the modem to 1200 baud}
  3034.       mdout(bt)
  3035.     end;
  3036.   bt := ord(CR);
  3037.   mdout(bt);
  3038.   delay (2000);                             {wait a sec...}
  3039.   for i := 1 to 41 do
  3040.     begin
  3041.       bt := ord(mdm_init[i]);               {initialize the modem}
  3042.       mdout(bt)
  3043.     end;
  3044.   bt := ord(CR);
  3045.   mdout(bt);
  3046.   bt := mdinp;                              { clear any previous rings }
  3047.   bt := mdinp
  3048. end;
  3049.  
  3050. function mdring: boolean;
  3051. { Determine if the phone is ringing }
  3052. begin
  3053.   if mdinprdy
  3054.     then mdring := (RING = chr(mdinp))
  3055.     else mdring := FALSE
  3056. end;
  3057.  
  3058. procedure mdhangup;
  3059. { Hangup modem }
  3060. var
  3061.   i        : integer;
  3062.   mdm_hang : string[4];
  3063.   bt       : byte;
  3064. begin
  3065.   repeat
  3066.     port[StatusPort] := 5;             { setup to write register 5 }
  3067.     port[StatusPort] := DTROFF;        { clear DTR, causing hangup }
  3068.     delay(2000);
  3069.     port[StatusPort] := 5;
  3070.     port[StatusPort] := DTRON;
  3071.     if mdcarck
  3072.       then
  3073.         begin
  3074.           mdm_hang := 'ATH0';
  3075.           for i := 1 to 3 do
  3076.             begin
  3077.               bt := ord(ETX);
  3078.               mdout(bt)
  3079.             end;
  3080.           delay(1500);
  3081.           for i := 1 to 4 do
  3082.             begin
  3083.               bt := ord(mdm_hang[i]);
  3084.               mdout(bt)
  3085.             end;
  3086.           bt := ord(CR);
  3087.           mdout(bt)
  3088.         end;
  3089.   until not(mdcarck)
  3090. end;
  3091.  
  3092. procedure mdans;
  3093. { Detect and set system to rate at which modem answered phone }
  3094. var
  3095.   mdm_answ : string[3];
  3096.   code     : char;
  3097.   i        : integer;
  3098.   bt       : byte;
  3099. begin
  3100.   repeat
  3101.   until mdinprdy;
  3102.   bt := mdinp;
  3103.   mdm_answ := 'ATA';
  3104.   for i := 1 to 3 do
  3105.     begin
  3106.       bt := ord(mdm_answ[i]);
  3107.       mdout(bt)
  3108.     end;
  3109.   bt := ord(CR);
  3110.   mdout(bt);
  3111.   repeat
  3112.   until mdinprdy;
  3113.   code := chr(mdinp);
  3114.   if code = CONNECT1200
  3115.     then
  3116.       begin
  3117.         port[RatePort] := BD1200;
  3118.         rate := 0.02075;
  3119.         delay(500);
  3120.         bt := mdinp;
  3121.         bt := mdinp
  3122.       end;
  3123.   if code = CONNECT300
  3124.     then
  3125.       begin
  3126.         port[RatePort] := BD300;
  3127.         rate := 0.083;
  3128.         delay(500);
  3129.         bt := mdinp;
  3130.         bt := mdinp
  3131.       end;
  3132.   if code = NOCARRIER
  3133.     then mdhangup
  3134. end;
  3135. -------
  3136. 15-Apr-85 10:02:28-MST,909;000000000000
  3137. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3138. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 15 Apr 85 10:02:23-MST
  3139. Received: from csnet-pdn-gw by AMSAA.ARPA id a005377; 15 Apr 85 11:30 EST
  3140. Received: from ubc by csnet-relay.csnet id aa20611; 15 Apr 85 11:30 EST
  3141. Date: Mon, 15 Apr 85 08:18:05 pst
  3142. Received: by ubc.csnet id AA02901; Mon, 15 Apr 85 08:18:05 pst
  3143. From: Craig Jeffrey <jeffrey%cmc.cdn%ubc.csnet@CSNET-RELAY.ARPA>
  3144. To: info-cpm@AMSAA.ARPA
  3145. MMDF-Warning:  Parse error in preceding line at CSNET-RELAY.ARPA
  3146. Message-Id: <148:jeffrey@cmc.cdn>
  3147. Subject: C on VT180
  3148.  
  3149. Does anybody out there know of a low cost (but fairly complete) C
  3150. specifically for the VT180 ?
  3151.  
  3152. I would be curious to know if there's a VT180 users group and if they
  3153. exchange software etc. or am i the only one left.
  3154.  
  3155.                           Thanks  Craig Jeffrey
  3156.                                   <jeffrey@cmc.cdn>
  3157.  
  3158. 15-Apr-85 17:22:34-MST,1146;000000000000
  3159. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3160. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 15 Apr 85 17:22:26-MST
  3161. Received: from rand-unix.arpa by AMSAA.ARPA id a000277; 15 Apr 85 18:44 EST
  3162. Received: by rand-unix.ARPA; Mon, 15 Apr 85 12:30:16 pst
  3163. From: Bridger Mitchell <bridger@rand-unix.ARPA>
  3164. Message-Id: <8504152030.AA14096@rand-unix.ARPA>
  3165. Date: 15 Apr 85 12:30:10 PST (Mon)
  3166. To: info-cpm@AMSAA.ARPA, heath-people@mit-mc.ARPA
  3167. Cc: Bridger Mitchell <bridger@rand-unix.ARPA>
  3168. Subj: Wanted: Apple & Z-100 Testsites for DateStamper
  3169.  
  3170. DateStamper(TM) provides  automatic, transparent, and virtually
  3171. instantaneous date- and time-stamping for CP/M 2.2 files.
  3172.  
  3173. Beta-testing has been completed on 15-20
  3174. types of CP/M machines and real-time clocks.  To readily
  3175. support Apple ][ and Z-100 machines running CP/M 2.2
  3176. with a real-time clock, we'd appreciate volunteers with
  3177. those systems and ASM programming experience who are willing
  3178. to install and test a DateStamper clock-reading routine.
  3179.  
  3180. If you would like to assist , please reply
  3181. directly to me with a summary of your clock and CP/M 2.2 system
  3182. hardware.
  3183.  
  3184. -bridger mitchell
  3185.  
  3186. 15-Apr-85 18:31:06-MST,836;000000000000
  3187. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3188. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 15 Apr 85 18:30:49-MST
  3189. Received: from csnet-pdn-gw by AMSAA.ARPA id a000564; 15 Apr 85 19:29 EST
  3190. Received: from ubc by csnet-relay.csnet id a021811; 15 Apr 85 15:21 EST
  3191. Date: Mon, 15 Apr 85 12:13:38 pst
  3192. Received: by ubc.csnet id AA04355; Mon, 15 Apr 85 12:13:38 pst
  3193. From: Craig Jeffrey <jeffrey%cmc.cdn%ubc.csnet@CSNET-RELAY.ARPA>
  3194. To: info-cpm@AMSAA.ARPA
  3195. MMDF-Warning:  Parse error in preceding line at CSNET-RELAY.ARPA
  3196. Message-Id: <153:jeffrey@cmc.cdn>
  3197. Subject: VT180 C
  3198.  
  3199. Does anybody out there know of an inexpensive (but complete) "C" for
  3200. the VT180 ?
  3201.  
  3202. Is there a VT180 user group or am i the last of a dying breed ??
  3203.  
  3204.                                  Craig Jeffrey
  3205.                                  <jeffrey@cmc.cdn>
  3206.  
  3207.  
  3208. 15-Apr-85 23:30:15-MST,1152;000000000000
  3209. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3210. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 15 Apr 85 23:30:09-MST
  3211. Received: from nosc-gw by AMSAA.ARPA id a000691; 15 Apr 85 20:35 EST
  3212. Received: from cod.ARPA by nosc.ARPA (4.17/4.7)
  3213.     id AA13400; Mon, 15 Apr 85 17:34:40 pst
  3214. From: bang!dan@nosc.ARPA
  3215. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  3216. Received: by cod.ARPA (4.17/4.7)
  3217.     id AA21348; Mon, 15 Apr 85 17:32:37 pst
  3218. Date: Mon, 15 Apr 85 17:32:37 pst
  3219. Message-Id: <8504160132.AA21348@cod.ARPA>
  3220. To: info-cpm@AMSAA.ARPA
  3221. Subject: bye332
  3222. Cc: dan@nosc.ARPA
  3223.  
  3224.  
  3225.  
  3226. Can anyone tell me where to find the .ins files for bye332 that
  3227. are mentioned in bye331.inf.  I searched all over simtel, but
  3228. only found the un-updated .asm files for the previous versions of
  3229. bye (I think).
  3230.  
  3231. Better yet, can anyone tell me where I can find the insert file
  3232. for the Televideo TS803 (note: not the same as the TS802). 
  3233.  
  3234.  
  3235.                               any help appreciated,
  3236.                                  thanks in advance,
  3237.  
  3238.                                         Dan Seguin
  3239.                                         bang!dan@nosc
  3240.  
  3241.  
  3242.  
  3243. 15-Apr-85 23:49:11-MST,903;000000000000
  3244. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3245. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 15 Apr 85 23:49:08-MST
  3246. Received: from brl-tgr.arpa by AMSAA.ARPA id a000245; 16 Apr 85 0:04 EST
  3247. Received: from usenet by BRL-TGR.ARPA id a014309; 15 Apr 85 23:59 EST
  3248. From: echo Hello <friedman@TOPAZ.ARPA>
  3249. Newsgroups: net.micro.apple,net.micro.cpm
  3250. Subject: StarCard
  3251. Message-ID: <1215@topaz.ARPA>
  3252. Date: 16 Apr 85 00:05:24 GMT
  3253. Xref: seismo net.micro.apple:1983 net.micro.cpm:4281
  3254. To:       info-cpm@AMSAA.ARPA
  3255.  
  3256. I heared that the StarCard CP/M card that can be bought with 
  3257. Wordstar is really a PCPI 6mhz card.  If this is true,
  3258. does any one know if it comes with the CP/M utilities and
  3259. manuals?.
  3260.  
  3261. I saw a place advertising it for ~$150....
  3262.  
  3263.                                     -Gadi
  3264.                                   friedman@Ru-Topaz.Arpa
  3265.                                   topaz!friedman
  3266. 15-Apr-85 23:56:26-MST,1175;000000000000
  3267. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3268. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 15 Apr 85 23:56:21-MST
  3269. Received: from brl-tgr.arpa by AMSAA.ARPA id a000185; 15 Apr 85 22:34 EST
  3270. Received: from usenet by BRL-TGR.ARPA id a012685; 15 Apr 85 22:13 EST
  3271. From: Mike Mueller <mike%vice.uucp@BRL-TGR.ARPA>
  3272. Newsgroups: net.micro.cpm
  3273. Subject: CP/M vs ADDS MultiVision
  3274. Message-ID: <97@vice.UUCP>
  3275. Date: 13 Apr 85 00:11:37 GMT
  3276. To:       info-cpm@AMSAA.ARPA
  3277.  
  3278.  
  3279.  
  3280. Does anyone have any information on:
  3281.  
  3282.    1.  The compatability of their MUON operating system with CP/M.
  3283.        Hint: I have been told it is an "extended" CP/M BDOS?
  3284.  
  3285.    2.  Disk format.  I know it's double sided, but that's about all.
  3286.        Is it similar to any other format (eg, KAYPRO).
  3287.  
  3288.  
  3289. Since this is not likely to be of general interest, replys by mail would
  3290. be appreciated.
  3291.  
  3292. Thanks!
  3293.  
  3294. -- 
  3295.          Mike Mueller
  3296.  
  3297. uucp:    {decvax,harpo,ihnss,pur-ee,ucbvax,unc,zehntel}!teklabs!vice!mike
  3298. ARPA:    vice!mike.tek@Rand-Relay                  
  3299. CSnet:   vice!mike@tek
  3300. US Mail: Mike Mueller, Tektronix, Inc.
  3301.          Box 500  MS 59-323, Beaverton OR  97077
  3302. Phone:   (503)627-3187
  3303. 16-Apr-85 00:18:19-MST,1169;000000000000
  3304. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3305. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 16 Apr 85 00:18:06-MST
  3306. Received: from brl-tgr.arpa by AMSAA.ARPA id a000213; 15 Apr 85 23:51 EST
  3307. Received: from usenet by BRL-TGR.ARPA id a013781; 15 Apr 85 23:45 EST
  3308. From: Steve Grandi <grandi%noao.uucp@BRL-TGR.ARPA>
  3309. Newsgroups: net.micro.cpm
  3310. Subject: xmodem BATCH protocols; any documentation?
  3311. Message-ID: <412@carina.noao.UUCP>
  3312. Date: 15 Apr 85 18:04:45 GMT
  3313. To:       info-cpm@AMSAA.ARPA
  3314.  
  3315. I have recently seen an addendum by John Byrns to Ward Christensen's 1982 
  3316. MODEM protocol document that discusses the CRC option (both were recently
  3317. posted to net.sources).  Has anyone written down "official" protocols
  3318. for the batch file transfer mode of MODEM??  Comparing several
  3319. different programs, I find that they differ in whether or not the
  3320. file-name checksum is to be ACKed or not.  I think these two cases are
  3321. mutually exclusive!  Thus, I would like to know the "official" way of
  3322. doing things.
  3323. -- 
  3324. Steve Grandi, National Optical Astronomy Observatories, Tucson, AZ, 602-325-9228
  3325. {arizona,decvax,hao,ihnp4,seismo}!noao!grandi  noao!grandi@lbl-csam.ARPA
  3326. 16-Apr-85 04:48:05-MST,895;000000000000
  3327. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3328. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 16 Apr 85 04:48:01-MST
  3329. Received: from brl-tgr.arpa by AMSAA.ARPA id a000391; 16 Apr 85 6:21 EST
  3330. Received: from usenet by BRL-TGR.ARPA id a020489; 16 Apr 85 6:18 EST
  3331. From: MesenbrinkRL <rlm%drutx.uucp@BRL-TGR.ARPA>
  3332. Newsgroups: net.micro.cpm
  3333. Subject: Need help with Epson PX-8 binary file transfers
  3334. Message-ID: <2493@drutx.UUCP>
  3335. Date: 15 Apr 85 19:12:45 GMT
  3336. To:       info-cpm@AMSAA.ARPA
  3337.  
  3338. I just got an Epson PX-8 and want to be able to transfer
  3339. binary files from my Osborne. Currently, I convert the
  3340. file to ASCII codes, send that file and use a BASIC
  3341. program on the Epson to convert it back again. This works
  3342. fairly well but there must be an easier way. If MDM7 can
  3343. transfer binary files, I'd like a copy of a PX-8 overlay.
  3344. Any suggestions will be appreciated.
  3345.  
  3346.             Bob Mesenbrink
  3347. 16-Apr-85 09:28:22-MST,1037;000000000000
  3348. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3349. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 16 Apr 85 09:28:11-MST
  3350. Received: from simtel20.arpa by AMSAA.ARPA id a009667; 16 Apr 85 10:51 EST
  3351. Date: Monday, 15 April 1985  06:28-MST
  3352. Message-ID: <KPETERSEN.12103623841.BABYL@SIMTEL20.ARPA>
  3353. Sender: James Van Ornum <jhv%houxu.uucp@brl-tgr.ARPA>
  3354. From: James Van Ornum <jhv%houxu.uucp@brl-tgr.ARPA>
  3355. Subject:   Trenton Computer Festival
  3356. ReSent-From: KPETERSEN@simtel20.ARPA
  3357. ReSent-To: Info-Cpm@AMSAA.ARPA
  3358. ReSent-Date: Tue 16 Apr 1985 08:51-MST
  3359.  
  3360. 10th Annual Trenton Computer Festival
  3361.  
  3362. this weekend - Saturday, April 20, 1985 10AM-6PM
  3363.            Sunday,   April 21, 1985 10AM-4PM
  3364.  
  3365. at Trenton State College, Route 31, Trenton, NJ
  3366.  
  3367. general admission:    $7 covers both days, all events except banquet
  3368. students/Sr citizens: $3
  3369. Sunday only:          $5
  3370. Flea market spot:    $15 for whole weekend, includes 1 admission ticket
  3371. Sat evening banquet: $12
  3372.  
  3373. ATARI should be showing their "Jackintosh" in the ATARI user group area!!!
  3374. 16-Apr-85 12:21:15-MST,1089;000000000000
  3375. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3376. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 16 Apr 85 12:21:09-MST
  3377. Received: from nosc-gw by AMSAA.ARPA id a018225; 16 Apr 85 13:50 EST
  3378. Received: from cod.ARPA by nosc.ARPA (4.17/4.7)
  3379.     id AA20519; Tue, 16 Apr 85 10:50:48 pst
  3380. From: bang!dan@nosc.ARPA
  3381. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  3382. Received: by cod.ARPA (4.17/4.7)
  3383.     id AA06913; Tue, 16 Apr 85 10:46:07 pst
  3384. Date: Tue, 16 Apr 85 10:46:07 pst
  3385. Message-Id: <8504161846.AA06913@cod.ARPA>
  3386. To: info-cpm@AMSAA.ARPA
  3387. Subject: Re: StarCard
  3388.  
  3389.  
  3390. The "StarCard" sold by MicroPro with Wordstar is indeed the PCPI
  3391. Applicard running at 6Mhz.  I comes with a double sided disk that
  3392. contains CP/M 2.2 (may have been updated to 3.0) and all the
  3393. standard utilities (STAT, ASM, etc) on one side, and hardware
  3394. related utilities on the other.  It is also packaged with a 
  3395. beginners book on CP/M, "CP/M Primer".
  3396.  
  3397. It is a good package price if you can still get it.
  3398.  
  3399.  
  3400.                                  Dan Seguin
  3401.                                  bang!dan@nosc
  3402.  
  3403.  
  3404. 16-Apr-85 15:31:23-MST,2579;000000000000
  3405. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3406. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 16 Apr 85 15:31:14-MST
  3407. Received: from brl-tgr.arpa by AMSAA.ARPA id a000172; 16 Apr 85 16:47 EST
  3408. Received: from usenet by BRL-TGR.ARPA id a008472; 16 Apr 85 16:46 EST
  3409. From: maxwell%eiffel.dec@BRL-TGR.ARPA
  3410. Newsgroups: net.micro.cpm
  3411. Subject: CP/M BIOS blues...
  3412. Message-ID: <1680@decwrl.UUCP>
  3413. Date: 15 Apr 85 22:05:23 GMT
  3414. Sender: daemon%decwrl.uucp@BRL-TGR.ARPA
  3415. To:       info-cpm@AMSAA.ARPA
  3416.  
  3417. [This line has bugs.... >0OO OO0<]
  3418.  
  3419. Hep, ah say, hep me!!!
  3420.  
  3421. I  finally decided to replace my *old* upwards from CP/M (tm) 1.4 compatable
  3422. Xitan  ELDOS 'operating system' with CP/M 2.2. I wrote a BIOS, including the
  3423. guts  of  the ELDOS driver for my Xitan DDDC disk controller, and tested it.
  3424. Parts  actually  worked.  I then tried to create a system disk with CP/M 2.2
  3425. and my new BIOS and learned, much to my horror, the result was *too big*.
  3426.  
  3427. I  realize  that I could just increase the system tracks to 3 from 2, giving
  3428. more  room, but I've got a lot of software (150+ diskettes) that assume data
  3429. (directory) starts on track 3, so....
  3430.  
  3431. [Bright  idea,  after  much  gnashing  of teeth, pulling of hair, renting of
  3432. clothing,  although  I now realize that others (Heathkit) have done it, too]
  3433. "I'll  put  the CCP in a file (CCP.SYS), BDOS and BIOS on the system tracks,
  3434. and  have  the  cold  and warm starts load the CCP from disk using BDOS file
  3435. I/O. That'll give me plenty of room."
  3436.  
  3437. Soooo,  I  modify  the  BIOS  boot  to call BDOS to open CCP.SYS, read in 16
  3438. records, and presto, the CCP is loaded, right?
  3439.  
  3440. Wrong.  For  some  unexplained reason, no data is transferred. DDTing though
  3441. the  BIOS  I  find  that  a) CCP.SYS is opened just fine (FCB modified, disk
  3442. accessed,  no errors returned, an' ever'thing) but b) when BDOS is called to
  3443. read each record, no disk activity occurs although BDOS returns with 0 in <A
  3444. (that's  register  A,  for  all  you ZBUG fans), saying everything's kosher.
  3445. Balderdash!!!
  3446.  
  3447. If  I've  managed to leave the CCP in place (after DDTing old CPM.SYS), CP/M
  3448. executes normally, impling that my BIOS is alright, and that BDOS is alright
  3449. (I  can  execute STAT.COM and other .COM's, TYPE files, etc.). However, if I
  3450. zap  the  CCP before executing the warm start, BIOS thinks it loaded the CCP
  3451. from CCP.SYS and tries to execute garbage.
  3452.  
  3453. I  *must*  be  doing something wrong, but what? Help. ELDOS is too large and
  3454. too  old  to  continue  using,  and  I  need  CP/M  2.2 to continue using my
  3455. tools....
  3456.  
  3457. -+- Sid Maxwell
  3458. 16-Apr-85 16:13:21-MST,801;000000000000
  3459. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3460. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 16 Apr 85 16:13:16-MST
  3461. Received: from brl-aos.arpa by AMSAA.ARPA id a000517; 16 Apr 85 17:31 EST
  3462. Received: from usc-isid.arpa by BRL-AOS.ARPA id a013195; 16 Apr 85 16:58 EST
  3463. Date: 16 Apr 1985 16:24-EST
  3464. Sender: ABN.COSCOM-CE-PRG@USC-ISID.ARPA
  3465. Subject: MEX FOR APPLE CPM
  3466. From: ABN.COSCOM-CE-PRG@USC-ISID.ARPA
  3467. To: INFO-CPM@BRL.ARPA
  3468. Message-ID: <[USC-ISID.ARPA]16-Apr-85 16:24:56.ABN.COSCOM-CE-PRG>
  3469.  
  3470. DOES A MEX EXIST FOR THE APPLE II RUNNING CPM?
  3471.  
  3472. ALSO CAN SOMEONE FORWARD TO ME A COPY OF THAT LONG MESSAGE WHICH DESCRIBES
  3473.           HOW AND WHERE TO ACCESS PC BLUE AND SIMTEL ARCHIVE OF MICRO
  3474.           SOFTWARE.
  3475.  
  3476.  
  3477. Thanks.
  3478.  
  3479. Kevin Rappold
  3480. CPT GS
  3481. 1st COSCOM
  3482. <ABN.COSCOM-CE>@USC-ISID.ARPA
  3483. 16-Apr-85 16:36:55-MST,2128;000000000000
  3484. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3485. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 16 Apr 85 16:36:48-MST
  3486. Received: from brl-tgr.arpa by AMSAA.ARPA id a000410; 16 Apr 85 17:16 EST
  3487. Received: from usenet by BRL-TGR.ARPA id a008690; 16 Apr 85 16:52 EST
  3488. From: Ruben Ramirez-Mitchell <ruben%ut-ngp.uucp@BRL-TGR.ARPA>
  3489. Newsgroups: net.micro.cpm
  3490. Subject: VFILE.CMD problems.
  3491. Message-ID: <1619@ut-ngp.UUCP>
  3492. Date: 16 Apr 85 16:54:15 GMT
  3493. To:       info-cpm@AMSAA.ARPA
  3494.  
  3495.  
  3496.  I have some problems with VFILE.CMD (version 1.2). When I run it under 
  3497.  MPM-816 (in a Compupro system with a Q540 Hard disk) it hangs the system
  3498.  when I try to log into C5:, B6: or B10: (from any drive or user area).
  3499.  I also hangs when the program is invoked from C5, B6 or B10. I can abort
  3500.  from another console but the system starts getting flakey after this. 
  3501.  
  3502.  The previous version (1.1) works very well. Has anybody noticed this type of
  3503.  problem with VFILE (1.2)?
  3504.  
  3505.  I had been using version 1.2 for some time in my home system and never noticed
  3506.  anything amiss, but I had never tried to access these drives and areas with it.
  3507.  Most of the time I use other disk programs and these user areas have very 
  3508.  little activity.
  3509.  
  3510.  The problem showed up when checking a new Compupro (MPM-816) system I 
  3511.  installed in my lab. By pure chance I tried VFILE in C5 and the system hanged.
  3512.  Since it was consistent I checked all the other drives and user areas and
  3513.  found B6 and B10. Assuming the problem was in the system we started checking
  3514.  the hardware. Couldn't find anything wrong. Finally decided to try my home
  3515.  system hard disk with the new mainframe and the problem showed up.
  3516.  Then I checked my home system with VFILE and same thing happened.
  3517.  
  3518.                            Ruben Mitchell
  3519.                            ruben@ut-ngp.arpa
  3520.  
  3521. -- 
  3522.  
  3523.  
  3524.                                    Ruben Mitchell
  3525.                                    Cell Research Institute
  3526.                                    University of Texas
  3527.                                    Austin, Texas 78712
  3528.                                    ruben@ut-ngp.ARPA
  3529. 17-Apr-85 14:40:53-MST,844;000000000000
  3530. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3531. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 17 Apr 85 14:40:47-MST
  3532. Received: from brl-aos.arpa by AMSAA.ARPA id a001115; 16 Apr 85 23:05 EST
  3533. Received: from simtel20.arpa by BRL-AOS.ARPA id a000319; 16 Apr 85 22:57 EST
  3534. Date: 16 Apr 1985  17:22 MST (Tue)
  3535. Message-ID: <CSTROM.12103716910.BABYL@SIMTEL20.ARPA>
  3536. From: CSTROM@SIMTEL20.ARPA
  3537. To:   MesenbrinkRL <rlm%drutx.uucp@BRL-TGR.ARPA>
  3538. Cc:   CSTROM@SIMTEL20.ARPA, info-cpm@BRL.ARPA
  3539. Subject: Need help with Epson PX-8 binary file transfers
  3540. In-reply-to: Msg of 15 Apr 1985  12:12-MST from MesenbrinkRL <rlm%drutx.uucp at BRL-TGR.ARPA>
  3541.  
  3542. There is a MEX overlay for the PX-8 on Simtel in the MICRO:<CPM.MEX>
  3543. directory. If you can't FTP the overlay, send me a note and I can give
  3544. you an address so you can send me a cassette.
  3545.  
  3546. -Charlie
  3547. 17-Apr-85 15:05:55-MST,1057;000000000000
  3548. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3549. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 17 Apr 85 15:05:50-MST
  3550. Received: from brl-vgr.arpa by AMSAA.ARPA id a010714; 17 Apr 85 15:09 EST
  3551. Received: from dca-eur.arpa by BRL-VGR.ARPA id a003284; 17 Apr 85 15:08 EST
  3552. Date: 17 Apr 85 11:49:04 GMT
  3553. From: bower@DCA-EUR.ARPA
  3554. Subject: LCD Display info request...
  3555. To: info-cpm@BRL-VGR.ARPA
  3556.  
  3557. Does anyone out there have any information on Liquid Crystal Displays
  3558. of the 8 by 80 or 16 by 80 sizes.  Specifically, the 16 by 80 Toshiba model
  3559. that was used by the late Gavilan.  I just received one of the units, and
  3560. desparately need to interface it into a homebrew portable system.  The unit
  3561. has two connectors on the rear, a 10-pin inline, and a 4-pin inline which
  3562. may be the power connection.
  3563.  
  3564.    Would appreciate any info on connection, and interfacing data.  Trying
  3565. to obtain such from here in Germany is a bit of a problem.
  3566.  
  3567.    Thanks in advance.
  3568.                                 Hal Bower
  3569.                                 Bower At DCA-EUR
  3570.  
  3571. 17-Apr-85 15:30:40-MST,715;000000000000
  3572. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3573. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 17 Apr 85 15:30:35-MST
  3574. Received: from simtel20.arpa by AMSAA.ARPA id a011656; 17 Apr 85 15:26 EST
  3575. Date: Wed, 17 Apr 1985  10:53 MST
  3576. Message-ID: <KPETERSEN.12103908265.BABYL@SIMTEL20.ARPA>
  3577. Sender: KPETERSEN@SIMTEL20.ARPA
  3578. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  3579. To:   ABN.COSCOM-CE-PRG@usc-isid.ARPA
  3580. Cc:   Info-Cpm@AMSAA.ARPA
  3581. Subject: MEX FOR APPLE CPM
  3582. In-reply-to: Msg of 16 Apr 1985  14:24-MST from ABN.COSCOM-CE-PRG at USC-ISID.ARPA
  3583.  
  3584. You can find a complete list of all known MEX overlays in:
  3585.  
  3586. Filename            Type     Bytes     CRC
  3587.  
  3588. Directory MICRO:<CPM.MEX>
  3589. MEXOVL03.LQT.1            BINARY      6528  94CEH
  3590.  
  3591. --Keith
  3592. 17-Apr-85 20:17:38-MST,905;000000000000
  3593. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3594. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 17 Apr 85 20:17:34-MST
  3595. Received: from sdcsvax.arpa by AMSAA.ARPA id a013945; 17 Apr 85 16:31 EST
  3596. Received: by sdcsvax.ARPA (4.24/4.41)
  3597.     id AA01205; Tue, 16 Apr 85 20:17:42 pst
  3598. From: crash!ihom@SDCSVAX.ARPA
  3599. Message-Id: <8504170417.AA01205@sdcsvax.ARPA>
  3600. Date: Tue, 16 Apr 85 06:38:24 PST
  3601. To: sdamos!friedman@topaz.ARPA
  3602. Subject: Re: Starcard
  3603. Cc: info-cpm@AMSAA.ARPA
  3604.  
  3605. >I heard that the StarCard CP/M card that can be brought with
  3606. >Wordstar is really a PCPI 6mhz card.  If this is true,
  3607. >does any one know if it comes with the CP/M utilities and
  3608. >manuals?.
  3609.  
  3610. Right, the Starcard is the PCPI card.  And yes, it does come
  3611. with the CP/M utilites and device drivers.  MicroPro supplies
  3612. the Starcard manual which is similar to the PCPI manual -- brief!
  3613.  
  3614.  
  3615. --Irwin Hom        ...!sdcsvax!crash!ihom@ucsd
  3616.  
  3617. 17-Apr-85 20:18:46-MST,1417;000000000000
  3618. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3619. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 17 Apr 85 20:18:38-MST
  3620. Received: from brl-tgr.arpa by AMSAA.ARPA id a014296; 17 Apr 85 16:57 EST
  3621. Received: from usenet by BRL-TGR.ARPA id a008282; 17 Apr 85 16:52 EST
  3622. From: "R.Thomas" <rbt%sftig.uucp@BRL-TGR.ARPA>
  3623. Newsgroups: net.micro.cpm
  3624. Subject: Need technical info on PCPI Applicard CPM for the Apple II
  3625. Message-ID: <515@sftig.UUCP>
  3626. Date: 14 Apr 85 05:13:41 GMT
  3627. To:       info-cpm@AMSAA.ARPA
  3628.  
  3629. Does anyone know where to get-nuts-and-bolts technical information
  3630. about the PCPI Applicard?  I was recently given one as a gift by
  3631. someone who got it for free as part of a package with wordstar
  3632. software.  He already had a CPM card for his Apple II clone, so he
  3633. didn't need the Applicard, and gave it to me.  Unfortunately the
  3634. documentation he got with it is *very basic*, tells you how to plug it
  3635. in and run wordstar on it, period!  I dont want to run wordstar, but I
  3636. would like to run Turbo Pascal on it, and the things I want to do with
  3637. it involve needing to know the details of the communication between
  3638. the 6502 and the Z80.
  3639.  
  3640. Pointers to good books would be most helpful.
  3641.  
  3642. Replys by email and I will summarize for the net if there is enough
  3643. interest.
  3644.  
  3645. Thanks in advance
  3646.  
  3647. Rick Thomas
  3648. {most any backbone site, including akgua and ihnp4}!attunix!rbt
  3649. (201)-522-6062 10AM-6PM East Coast time.
  3650. 17-Apr-85 20:20:04-MST,942;000000000000
  3651. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3652. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 17 Apr 85 20:19:55-MST
  3653. Received: from usc-isid.arpa by AMSAA.ARPA id a014942; 17 Apr 85 18:22 EST
  3654. Date: 17 Apr 1985 00:45-EST
  3655. Sender: ABN.ISCAMS@USC-ISID.ARPA
  3656. Subject: Re: Need help with Epson PX-8 binary file transfers
  3657. From: ABN.ISCAMS@USC-ISID.ARPA
  3658. To: rlm%drutx.uucp@BRL-TGR.ARPA
  3659. Cc: info-cpm@AMSAA.ARPA
  3660. Message-ID: <[USC-ISID.ARPA]17-Apr-85 00:45:47.ABN.ISCAMS>
  3661. In-Reply-To: <2493@drutx.UUCP>
  3662.  
  3663. Bob,
  3664.  
  3665. Re your query about sending binary files from your Epson PX-8.  Yep,
  3666. MDM7 can send binary just fine, but I hope someone else can point you
  3667. to the PX-8 overlay.  Kermit does well with binary too (to LOTS of
  3668. different otherwise incompatible systems), but with somewhat more
  3669. overhead if it has to ASCIIze midstream.  Haven't heard of a PX-8 version
  3670. of Kermit yet.
  3671.  
  3672. Regards,
  3673. David Kirschbaum
  3674. Toad Hall
  3675. ABN.ISCAMS@USC-ISID
  3676. 17-Apr-85 20:21:55-MST,700;000000000000
  3677. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3678. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 17 Apr 85 20:21:50-MST
  3679. Received: from usc-isi.arpa by AMSAA.ARPA id a015113; 17 Apr 85 18:49 EST
  3680. Date: 17 Apr 1985 18:43:56 EST
  3681. Subject: ZCPR3 Manual Publication
  3682. From: Steve Noland <NOLAND@USC-ISI.ARPA>
  3683. To: info-cpm@AMSAA.ARPA
  3684.  
  3685. Contrary to ZCPR3 Newsletter #108, the ZCPR3 Manual (book) is NOT ready
  3686. for shipment.  Conversation with the publisher (Zoetrope) this A.M indicated
  3687. that they were just preparing to print the camera copy, and that shipments
  3688. would (hopefuly) begin in June.  Some problem with the automatic typesetter
  3689. reading Wordstar files.
  3690.  
  3691. Hold tight.
  3692.  
  3693. Steve Noland
  3694. -------
  3695. 17-Apr-85 20:36:47-MST,1812;000000000000
  3696. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3697. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 17 Apr 85 20:36:40-MST
  3698. Received: from ut-ngp.arpa by AMSAA.ARPA id a015745; 17 Apr 85 21:16 EST
  3699. From: mknox <mknox@UT-NGP.ARPA>
  3700. Posted-Date: Wed, 17 Apr 85 19:44:34 CST
  3701. Message-Id: <8504180154.AA20315@ut-ngp.ARPA>
  3702. Received: by ut-ngp.ARPA (4.22/4.22)
  3703.     id AA20315; Wed, 17 Apr 85 19:54:35 cst
  3704. Date: Wed, 17 Apr 85 19:44:34 CST
  3705. To: maxwell%eiffel.DEC@DECWRL.ARPA, info-cpm@AMSAA.ARPA
  3706. Subject: Reply to: cp/m bios blues...
  3707.  
  3708.  
  3709. The scheme you are using [not bringing in the CCP until the system is
  3710. up] *should* work just fine.  "There must be a bug there somewhere ..."
  3711. [Big help, right?]
  3712.  
  3713. Anyway, there is another scheme which CCS uses and might be of use to
  3714. you.  If you measure closely, CP/M-2.2 will fit in two tracks on a single
  3715. sided, single density diskette *JUST BARELY*.  I believe it has between
  3716. 384 and 512 bytes left free, depending on bootstrap.
  3717.  
  3718. What CCS does is put the system out there with an absolutely minimal
  3719. BIOS, just big enough to force BDOS to run a program which reads in
  3720. BIOS.SYS into a memory buffer, copy it up over the mini-bios, and exit
  3721. with a cold or warm boot (as you choose).  You don't need 
  3722. any disk write, fancy error checking, serial port, or printer support.
  3723. You don't even HAVE to have a CON: driver.
  3724.  
  3725. Obviously the system is
  3726. loaded at an address which leaves room at the top of memory for the
  3727. full size BIOS.
  3728.  
  3729. An advantage over the CCP scheme is that is simplifies warm-starts after
  3730. every ^C, the CCP and BDOS are in the system tracks where they belong.
  3731. Another advantage (if you play with the BIOS like I do) is that all you
  3732. have to do to test out a new BIOS is simply replace the BIOS.SYS file.
  3733. No mucking with PUTSYS, GETSYS, or the like.
  3734.  
  3735. 17-Apr-85 21:57:41-MST,3665;000000000000
  3736. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3737. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 17 Apr 85 21:57:25-MST
  3738. Received: from mit-mc.arpa by AMSAA.ARPA id a016601; 17 Apr 85 23:24 EST
  3739. Date: Wed,17 Apr 85 23:24:45 EST
  3740. From: Eric Stork <STORK@mit-mc.ARPA>
  3741. Subject: New PD Program to save memory
  3742. To: info-cpm@AMSAA.ARPA
  3743. cc: STORK@mit-mc.ARPA
  3744. Message-ID: <[MIT-MC].459013.850417.STORK>
  3745.  
  3746.  
  3747.  This message announces the availability of SYA.LBR.1
  3748.  in SIMTEL-20, Directory MICRO:<CPM.WSTAR>
  3749.                CONTENTS
  3750.  Filename                Type     Bytes   CRC
  3751.  SYA.AQM                 BINARY   18048  BD9EH
  3752.  SYA.DQC                 BINARY    3968  C3B0H
  3753.  SYA-WS.COM              BINARY    2816  7185H
  3754.  
  3755.  The following is an extract from the DOC file:
  3756.  
  3757.  
  3758.  It shouldn't happen -- but it does.
  3759.  
  3760.  You're  using  your  favorite word processor -- a report, letter,
  3761.  program, what-have-you -- and a glitch locks up the terminal.
  3762.  
  3763.  Of  course, if you know a lot about how CP/M's memory works, have
  3764.  DDT   or   its   equivalent   available,   don't   overlay   your
  3765.  text-in-memory  with  DDT  or  its  clone,  know  where your word
  3766.  processor's edit space begins, know how to move  the  content  of
  3767.  memory  to 100H, know how to find the end of your text in memory,
  3768.  know how to figure the number of pages to save -- if you know ALL
  3769.  of the above you can save your assets and start over.
  3770.  
  3771.  But now there is a better way to SAVE YOUR ASSets - enter SYA.
  3772.  
  3773.  
  3774.  SYA is a 3k program that you should keep handy.  Menu-driven,  it
  3775.  can  be figured out easily even if yu've not used it for a while.
  3776.  If you screw up, just exit SYA and invoke it  again.   Since  you
  3777.  don't  have  to  move memory around, you can try as many times as
  3778.  you like so long as you don't turn the power off.
  3779.  
  3780.  Here's what SYA does:
  3781.  
  3782.      .   Starting at the beginning of  the  editor's  storage
  3783.          space, SYA dumps memory to the console.
  3784.  
  3785.         ..  DUMPing can be a screen-full at a time, or a line
  3786.             at  a  time.   Set and reset as you like with the
  3787.             'L' command.
  3788.  
  3789.         ..  All control characters (exept CR,LF, &  TAB)  are
  3790.             filtered  from  the  console,  to keep the screen
  3791.             from doing weird graphic things.
  3792.  
  3793.         ..  If you DUMP past your text, you'll get garbage on
  3794.             the screen, but that will stop eventually.   Then
  3795.             you can do 'L', 'B', or 'T' -  see below.
  3796.  
  3797.         ..  If you get a long run of garbage without stopping
  3798.             (because   SYA   doesn't   encounter  a  stopping
  3799.             character), hit any key to  interrupt  the  DUMP,
  3800.             then do 'L', 'B', or 'T'.
  3801.  
  3802.      .   After each screen, or each line in single-line mode,
  3803.          a SPACE or CR will continue DUMPING.
  3804.  
  3805.      .   'B' will ask you how many lines you want to back up.
  3806.  
  3807.      .   'T' puts you at the TOP of the storage space  again,
  3808.          and DUMPS from there.
  3809.  
  3810.      .   'L'   (for   LINES)  asks  if  you  want  PAGING  or
  3811.          SINGE-LINE dumping.
  3812.  
  3813.      .   'S'  will SAVE your file from its beginning to where
  3814.          you were when you typed 'S'.
  3815.  
  3816.      .   'M' gives you a MENU of options.
  3817.  
  3818.      .   'X' will EXIT.  So will ^C.
  3819.  
  3820.  
  3821.          I wrote SYA for my own and some friends' use.  As of
  3822.          now  it  works  only with Wordstar 3.0, and with the
  3823.          old TSC line editor.
  3824.  
  3825.  You can easily set up SYA.ASM for YOUR favorite editor, or for any
  3826.  other  program  that  uses a defined area   of memory for data (it
  3827.  should work for dBASE-II, SUPERCALC, etc.).
  3828.  
  3829.  
  3830.  Eric Stork
  3831.  STORK%MIT-MC
  3832.  
  3833.                                 ###
  3834.  
  3835. 18-Apr-85 09:30:36-MST,1323;000000000000
  3836. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3837. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 18 Apr 85 09:30:28-MST
  3838. Received: from brl-aos.arpa by AMSAA.ARPA id a004427; 18 Apr 85 8:31 EST
  3839. Received: from mit-mc.arpa by BRL-AOS.ARPA id ab10533; 18 Apr 85 8:15 EST
  3840. Received: from MIT-EECS by MIT-MC via Chaosnet; 17 APR 85  20:48:00 EST
  3841. Date: Wed 17 Apr 85 20:47:11-EST
  3842. From: Andrew Moore <T.MOORE%MIT-EECS@MIT-MC.ARPA>
  3843. Subject: Re: MEX FOR APPLE CPM
  3844. To: ABN.COSCOM-CE-PRG@USC-ISID.ARPA
  3845. cc: info-cpm@MIT-MC.ARPA
  3846. In-Reply-To: Message from "ABN.COSCOM-CE-PRG@USC-ISID.ARPA" of Tue 16 Apr 85 16:24:00-EST
  3847.  
  3848.  
  3849.    Yes, there are various overlays available for Apple CP/M systems that
  3850. you can choose from, depending on your specific serial card/modem combination.
  3851. However, I couldn't get MXO-AC-1 to assemble correctly;  I think someone
  3852. put it together without thoroughly testing it (this is the version for the
  3853. Apple-Cat ][/212a modem under a MicroSoft-clone CP/M card).  The overlays
  3854. are available on many RCP/Ms nationwide.  Just look for the one that's
  3855. written for your particular modem (or serial card), edit it as desired, ass-
  3856. emble it, and MLOAD it into MEX.  If you have problems, try using a MODEM7
  3857. overlay -- most of these will work with MEX also.
  3858.  
  3859. -dru
  3860.  T.MOORE%MIT-EECS@MIT-MC.ARPA
  3861. -------
  3862.  
  3863. 18-Apr-85 09:30:42-MST,710;000000000000
  3864. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3865. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 18 Apr 85 09:30:30-MST
  3866. Received: from brl-aos.arpa by AMSAA.ARPA id aa04427; 18 Apr 85 8:31 EST
  3867. Received: from mit-mc.arpa by BRL-AOS.ARPA id ac10533; 18 Apr 85 8:15 EST
  3868. Received: from MIT-EECS by MIT-MC via Chaosnet; 17 APR 85  20:58:53 EST
  3869. Date: Wed 17 Apr 85 20:58:05-EST
  3870. From: Andrew Moore <T.MOORE%MIT-EECS@MIT-MC.ARPA>
  3871. Subject: Apple-Cat BYE request
  3872. To: info-cpm@MIT-MC.ARPA
  3873.  
  3874.  
  3875.    Is there a BYE overlay available for the Novation Apple-Cat ][/212a
  3876. that supports 1200bps operation?  All the overlays I've seen for this
  3877. modem support 300bps only.
  3878.  
  3879. -dru
  3880.  T.MOORE%MIT-EECS@MIT-MC.ARPA
  3881. -------
  3882.  
  3883. 18-Apr-85 10:23:55-MST,2541;000000000000
  3884. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3885. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 18 Apr 85 10:23:47-MST
  3886. Received: from xerox.arpa by AMSAA.ARPA id a010742; 18 Apr 85 11:38 EST
  3887. Received: from Barbera.ms by ArpaGateway.ms ; 18 APR 85 08:37:23 PST
  3888. Date: 18 Apr 85 10:37:33 CST (Thursday)
  3889. From: Pencin.dlos@XEROX.ARPA
  3890. Subject: Re: Help needed - TURBO & Anchor XII (Long)
  3891. In-reply-to: JFORREST's message of Sun, 14 Apr 85 10:46:17 MST
  3892. To: Jim Forrest <JFORREST@SIMTEL20.ARPA>
  3893. cc: INFO-CPM@AMSAA.ARPA
  3894.  
  3895.  
  3896. Using the Anchor Mk XII within BYE.COM
  3897.  
  3898. To use the Mk XII you must ascertain if you have the proper rom set.
  3899. This can be done by connecting up the modem and typing ATI1 the result
  3900. will be a number if the number is 218 then you are ok, if not get on the
  3901. phone to Anchor and get them to replace the roms in your modem. This fixes
  3902. a nasty habit of the Anchor's which will cause a seizure of the worst kind
  3903. if someone calls your modem at 300 baud. Apparently the modem gets confused
  3904. when it answers and has to switch baud rate hanging up the entire system.
  3905. Thanks to Ed Richter for this information. This tip and the following mod
  3906. allow the Anchor to function as a Hayes clone in a BBS situation.
  3907.  
  3908. D. Pollock 4-7-85
  3909.  
  3910. DTR Hangup mod for Anchor MK XII   by Barry A. Cole  30 JAN 1985
  3911. ----------------------------------------------------------------
  3912. This will cause a full reset when DTR is brought high(-12v).  This
  3913. follows the standard definition of RS232 and makes the Anchor
  3914. compatible with the Hayes Smartmodem for usage within "BYE.COM".
  3915.      Installation:
  3916. 1)Open the modem case using a wide blade screwdriver.  Pry the top
  3917.   separate from the bottom.
  3918. 2)Solder the banded end of a small switching diode such as 1N914 or 1N4148 
  3919.   to the RS232 connector pin 20.  Keep the lead long and insert in a piece 
  3920.   of sleeving stripped from a wire.  Looking from where the ribbon cable 
  3921.   enters the board, this is the center of the 7 pins in the 2nd row from
  3922.   the outside of the case.
  3923. 3)Solder the other end of the diode to a piece of wire.  Slide sleeving 
  3924.   over the exposed diode lead for insulation.
  3925. 4)Solder the other end of the wire to the plus(+) side of capacitor C48.
  3926.   This was in the farthest corner of mine.  On newer boards, it is near
  3927.   the center of the board.
  3928. -----> That's all- not bad for 10 cents!  If you run a Kaypro, see my
  3929.        program HANGUP.ASM to see how to use this.  Most versions of BYE
  3930.        try to drop carrier via DTR even if they think you don't have it!
  3931. 18-Apr-85 10:54:59-MST,590;000000000000
  3932. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3933. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 18 Apr 85 10:54:50-MST
  3934. Received: from usc-isi.arpa by AMSAA.ARPA id a011423; 18 Apr 85 12:26 EST
  3935. Date: 18 Apr 1985 12:24:10 EST
  3936. Subject: METAL Message System
  3937. From: Steve Noland <NOLAND@USC-ISI.ARPA>
  3938. To: INFO-CPM@AMSAA.ARPA
  3939. cc: INFO-HZ100@RADC-TOPS20.ARPA
  3940.  
  3941. Does anyone know where I can get my hands on the METAL message system
  3942. software?  I am trying to assemble a RCPM using ZCPR3, and I hear that 
  3943. METAL works well in that application.
  3944.  
  3945. Thanks in advance
  3946.  
  3947. Steve Noland
  3948. -------
  3949. 18-Apr-85 12:24:41-MST,648;000000000000
  3950. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3951. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 18 Apr 85 12:24:35-MST
  3952. Received: from simtel20.arpa by AMSAA.ARPA id a014573; 18 Apr 85 13:39 EST
  3953. Date: Thu 18 Apr 85 11:39:25-MST
  3954. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  3955. Subject: Re: METAL Message System
  3956. To: NOLAND@USC-ISI.ARPA
  3957. cc: RCONN@SIMTEL20.ARPA, info-cpm@AMSAA.ARPA
  3958. In-Reply-To: Message from "Steve Noland <NOLAND@USC-ISI.ARPA>" of Thu 18 Apr 85 12:24:10-MST
  3959.  
  3960. Steve,
  3961.  
  3962.     I think Echelon sells METAL now.  If not (or anyway), you
  3963. can find out more by leaving a message on Z-Node Central.  Z-Node Central
  3964. runs METAL.
  3965.  
  3966.         Rick
  3967. -------
  3968. 18-Apr-85 13:27:32-MST,5792;000000000000
  3969. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3970. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 18 Apr 85 13:26:40-MST
  3971. Received: from simtel20.arpa by AMSAA.ARPA id a017853; 18 Apr 85 14:41 EST
  3972. Date: Thu, 18 Apr 1985  12:17 MST
  3973. Message-ID: <KPETERSEN.12104185562.BABYL@SIMTEL20.ARPA>
  3974. Sender: KPETERSEN@SIMTEL20.ARPA
  3975. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  3976. To:   Info-Cpm@AMSAA.ARPA
  3977. Subject: BYE333 available from SIMTEL20
  3978.  
  3979. Thanks to Steve Noland <NOLAND@USC-ISI.ARPA> we now have available
  3980. from SIMTEL20 the newly-released (15-Apr-85) BYE333 and its COMPLETE
  3981. set of new overlays.
  3982.  
  3983. For those who want the whole package:
  3984.  
  3985. Filename        Type     Bytes     CRC
  3986.  
  3987. Directory MICRO:<CPM.BYE3>
  3988. BYE3-OVL.LBR.1        BINARY    105600  32E0H * see note below
  3989. BYE333.LBR.1        BINARY     55936  105AH
  3990.  
  3991. I have extracted all the files from both .LBRs so users can select the
  3992. overlay they need:
  3993.  
  3994. Filename        Type     Bytes     CRC
  3995.  
  3996. Directory MICRO:<CPM.BYE3>
  3997. ASMB3.SUB.1        ASCII      1580  3AACH * see note below
  3998. B3-2718.IQS.1        BINARY      4992  5228H
  3999. B31602-4.IQS.1        BINARY      3456  9DBDH
  4000. B32718-4.IQS.1        BINARY      4992  639BH
  4001. B3ACAT-6.IQS.1        BINARY      4224  94B6H
  4002. B3APMN-8.IQS.1        BINARY      4224  48A5H
  4003. B3CCS-3.IQS.1        BINARY      5632  F93FH
  4004. B3CERM-5.IQS.1        BINARY      3712  08A5H
  4005. B3COMP-9.IQS.1        BINARY      5888  C3D8H
  4006. B3DATA-6.IQS.1        BINARY      4224  6260H
  4007. B3DCH-6.IQS.1        BINARY      3456  E32BH
  4008. B3EPQX-3.IQS.1        BINARY      4096  FE97H
  4009. B3HZ10-6.IQS.1        BINARY      4608  85AEH
  4010. B3HZ89-6.IQS.1        BINARY      4224  B406H
  4011. B3IM-3.DQC.1        BINARY      3840  A875H * see note below
  4012. B3KPRO-8.IQS.1        BINARY      3968  EE44H
  4013. B3LBD-6.IQS.1        BINARY      4992  F85DH
  4014. B3MD-4.IQS.1        BINARY      5120  EEAFH
  4015. B3MMII-6.IQS.1        BINARY      3840  0615H
  4016. B3OSCP-6.IQS.1        BINARY      4224  69F3H
  4017. B3SB-1.IQS.1        BINARY      3968  DD0BH
  4018. B3SIO-6.IQS.1        BINARY      4480  CAA7H
  4019. B3T802-6.IQS.1        BINARY      5376  B644H
  4020. B3TRS1-6.IQS.1        BINARY      3584  61D6H
  4021. B3USR-4.IQS.1        BINARY      4096  40E6H
  4022. BYE333.AQM.1        BINARY     49408  D977H
  4023. BYE333.INF.1        ASCII      3218  E6A7H
  4024. BYE333.IQF.1        BINARY      2432  B445H
  4025.  
  4026. Notes:
  4027.  
  4028. * B3IM-3.DOC - Adapts all modems using Hayes protocol to BYE333 (or
  4029. higher) and intelligent modems like:
  4030.  
  4031.      Hayes Smartmodem (300 or 1200 or 2400)
  4032.      Racal-Vadic Maxwell 1200V or 2400V
  4033.      U.S. Robotics (300 or 1200 or 2400)
  4034.      Promodem, Anchor and others
  4035.  
  4036. * Many of the inserts in the BYE3-OVL.LBR have been corrected
  4037. since BYE332 was released.  Be sure to get the latest version
  4038. for your port (BYE3-OVL.LBR dated 4/15/85 which is the one we have
  4039. here at SIMTEL20).
  4040.  
  4041. * ASMB3.SUB shows how to (more simply) edit and assemble BYE33n.ASM
  4042. for multiple versions and/or many changes...  WITHOUT always editing
  4043. the humongous 80K source each time.
  4044.  
  4045. * BYE3 inserts currently available - BYE3.ASM takes full advantage of
  4046. the result codes returned by modems using "AT" protocol.  It uses the
  4047. terse mode to recognize the speed of the incoming signal and
  4048. automatically adjusts the computer I/O to that speed, without the user
  4049. needing to type any CR's.  This is of particular benefit for RCPM
  4050. systems using the new 300/1200/2400 modems.
  4051.  
  4052. Versions of BYE2 and BYE3 prior to BYE331 have relied on the old PMMI
  4053. routine to match the incoming speed by adjusting the I/O baud rate
  4054. until recognizing a CR from a string of CR's sent by the user.  That
  4055. method is not needed by modems using "AT" result codes.  The PMMI does
  4056. not support 1200 or 2400 bps in any event, hence very few are
  4057. currently in use.
  4058.  
  4059. All the inserts below have been altered to work with the new versions
  4060. of BYE3.  2400 bps was added to each from information supplied by the
  4061. manufacturer's data sheets and/or overlays developed for MDM7, MEX1,
  4062. etc.  BYE3 has an equate to set with the highest speed available for
  4063. your modem, whether 300 or 1200 or 2400 bps.
  4064.  
  4065. BYE3 includes smartmodem routines developed for use with modems using
  4066. the "AT" protocol pioneered by Hayes.  No external smartmodem inserts
  4067. are thus needed, except for systems such as the Cermetek which use
  4068. their own protocol.  The included smartmodem routines also allow
  4069. answering on first ring, with optional echo-checking offered by some
  4070. modems for insured accuracy of command accectance.
  4071.  
  4072.      REMEMBER:  These are inserts, not overlays.  They go into
  4073.                 BYE3 at the area specifified by the ++++ char-
  4074.                 acters, near the start of the program.
  4075.  
  4076.                         Hardware specific inserts
  4077.                         -------------------------
  4078. B32718-4.INS  CCS2718 serial board
  4079. B31602-4.INS  TRS80 Model III with 1602
  4080. B3ACAT-6.INS  Apple II with Novation Apple-Cat modem card
  4081. B3APMN-8.INS  Apple II with Mountain CPS serial card and external modem
  4082. B3CCS-3.INS   CCS2719 & Sierra Data Science SIO/CTC
  4083. B3CERM-5.INS  Cermetek Infomate 212a control code
  4084. B3COMP-9.INS  CompuPro Interfacer 3 or 4, System Support 1 systems
  4085. B3DATA-6.INS  Datapoint insert (8251A and CTC timer to set baud rates)
  4086. B3DCH-6.INS   Apple II with Hayes Micromodem 100 or 80-103 modem card
  4087. B3EPQX-3.INS  Epson QX-10 with 7201 MPSC and 4618 RTC as timer
  4088. B3HZ10-6.INS  Heath/Zenith -100 series (2661B at 4.9 MHz.)
  4089. B3HZ89-6.INS  Heath/Zenith H89 (8250 I/O at 2 MHz.)
  4090. B3KPRO-8.INS  KayPro (Zilog SIO)
  4091. B3LBD-6.INS   AMPRO "little board" with Zilog Dart I/O and CTC baud rate
  4092. B3MD-4.INS    Morrow MicroDecision computer
  4093. B3MMII-6.INS  Apple II with Hayes Micromodem II card
  4094. B3SB-1.INS    Intertec Superbrain (8251 and BR1941 timer)
  4095. B3OSCP-6.INS  Osborne OS-1 with COMM-PAC internal modem (300 baud only)
  4096. B3SIO-6.INS   Zilog SIO insert with CTC timer to set baud rates
  4097. B3T802-6.INS  TeleVideo TS-802 with external modem
  4098. B3TRS1-6.INS  Radio Shack TRS-80 Model I
  4099. B3USR-4.INS   US Robotics S-100 plug in modem board (8251)
  4100.  
  4101.               (Others will be added as they become available.)
  4102.  
  4103. --end--
  4104. 18-Apr-85 15:25:14-MST,966;000000000000
  4105. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4106. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 18 Apr 85 15:25:03-MST
  4107. Received: from usc-ecl.arpa by AMSAA.ARPA id a022073; 18 Apr 85 16:56 EST
  4108. Date: Thu 18 Apr 85 12:17:18-PST
  4109. From: Ted Shapin <BEC.SHAPIN@USC-ECL.ARPA>
  4110. Subject: Turbo Pascal for Z19 query
  4111. To: info-cpm@AMSAA.ARPA
  4112. Postal-address: Beckman Instruments, Inc.
  4113. Postal-address: 2500 Harbor X-11, Fullerton, CA 92634
  4114. Phone: (714)961-3393
  4115.  
  4116. I am having trouble configuring Turbo Pascal for a Zenith-19 terminal.
  4117. Both version 2. and 3. seem to give garbage all overthe screen when
  4118. I enter the editor.  I have started with a Kaypro diskette, run TINST
  4119. and tried looking at the codes for the Zenith which all seem to be
  4120. correct except for start and stop reverse video which were reversed.
  4121. I am using an Ampro littleboard withthe Z-19 but I can't see that that
  4122. has any bearing.  Any ideas?  Borland "technical supprot" was no help.
  4123. Ted.
  4124. -------
  4125. 18-Apr-85 15:41:11-MST,852;000000000000
  4126. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4127. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 18 Apr 85 15:40:59-MST
  4128. Received: from su-score.arpa by AMSAA.ARPA id a022183; 18 Apr 85 17:06 EST
  4129. Date: Thu 18 Apr 85 14:05:02-PST
  4130. From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  4131. Subject: Re: METAL Message System
  4132. To: RCONN@SIMTEL20.ARPA
  4133. cc: NOLAND@USC-ISI.ARPA, info-cpm@AMSAA.ARPA
  4134. In-Reply-To: Message from "Rick Conn <RCONN@SIMTEL20.ARPA>" of Thu 18 Apr 85 11:27:06-PST
  4135.  
  4136. Delphi Data Systems has the Metal RBBS system.  The address is:
  4137.  
  4138.     Delphi Data Systems
  4139.     POBox 391567
  4140.     Mountain View, CA  94039-1567
  4141.  
  4142. It is running on the Piconet (user group) system, which is reachable at:
  4143.  
  4144.     408-965-4097 (300/1200 baud).
  4145.  
  4146. -----
  4147. I'm not connected with Delphi, tho its president used to be president of
  4148. Piconet, which I'm a member of.        -- Sam Hahn
  4149. -------
  4150. 19-Apr-85 01:38:45-MST,1089;000000000000
  4151. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4152. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 19 Apr 85 01:38:38-MST
  4153. Received: from simtel20.arpa by AMSAA.ARPA id a023394; 19 Apr 85 3:04 EST
  4154. Date: Fri, 19 Apr 1985  01:03 MST
  4155. Message-ID: <KPETERSEN.12104325160.BABYL@SIMTEL20.ARPA>
  4156. Sender: KPETERSEN@SIMTEL20.ARPA
  4157. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4158. To:   Info-Cpm@AMSAA.ARPA, Info-Micro@brl-vgr.ARPA
  4159. Cc:   Info-Modem7@SIMTEL20.ARPA, Info-Modemxx@SIMTEL20.ARPA
  4160. Subject: Revised MODEM/XMODEM protocol document
  4161.  
  4162. Since there were so many versions of the MODEM/XMODEM protocol
  4163. documentation floating around the net recently, I decided to call Ward
  4164. Christensen's RCPM and get the very latest, which was in two pieces
  4165. (the second of which is the CRC info).  I merged the two and the
  4166. result is available via ANONYMOUS ftp from SIMTEL20 as:
  4167.  
  4168. Filename            Type     Bytes     CRC
  4169.  
  4170. Directory MICRO:<CPM.MODEM2>
  4171. MODMPROT.003.1            ASCII     15817  9571H
  4172.  
  4173. --Keith <W8SDZ@SIMTEL20.ARPA>
  4174. Usenet: ...!decvax!brl-bmd!w8sdz
  4175.   or    ...!unc!brl-bmd!w8sdz
  4176.   or    ...!seismo!brl-tgr!w8sdz
  4177. 19-Apr-85 02:48:38-MST,904;000000000000
  4178. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4179. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 19 Apr 85 02:48:33-MST
  4180. Received: from simtel20.arpa by AMSAA.ARPA id a023483; 19 Apr 85 4:22 EST
  4181. Date: Fri, 19 Apr 1985  02:22 MST
  4182. Message-ID: <KPETERSEN.12104339461.BABYL@SIMTEL20.ARPA>
  4183. Sender: KPETERSEN@SIMTEL20.ARPA
  4184. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4185. To:   Info-Cpm@AMSAA.ARPA
  4186. Subject: BYE3-OVL.LBR revised - missing install file added
  4187.  
  4188. One more file (which was previously missing) has been added to the
  4189. BYE3-OVL.LBR, thus changing its size and CRC.  The new file is:
  4190.  
  4191. Filename            Type     Bytes     CRC
  4192.  
  4193. Directory MICRO:<CPM.BYE3>
  4194. BYE3-OVL.LBR.2            BINARY    110464  0827H
  4195.  
  4196. If you alreay got the one I announced a few hours ago just get the
  4197. missing file and add it with LU.COM.
  4198.  
  4199. Filename            Type     Bytes     CRC
  4200.  
  4201. Directory MICRO:<CPM.BYE3>
  4202. B3RS2-3.IQS.1            BINARY      4864  D85BH
  4203.  
  4204. --Keith
  4205. 19-Apr-85 10:08:29-MST,5291;000000000000
  4206. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4207. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 19 Apr 85 10:08:07-MST
  4208. Received: from brl-aos.arpa by AMSAA.ARPA id a026677; 19 Apr 85 8:57 EST
  4209. Received: from mitre.arpa by BRL-AOS.ARPA id a003898; 19 Apr 85 8:48 EST
  4210. Received: by mitre.ARPA (4.12/4.7)
  4211.     id AA08411; Fri, 19 Apr 85 08:48:11 est
  4212. Message-Id: <8504191348.AA08411@mitre.ARPA>
  4213. To: ABN.COSCOM-CE-PRG@USC-ISID.ARPA
  4214. Cc: INFO-CPM@BRL.ARPA
  4215. Subject: Re: MEX FOR APPLE CPM
  4216. In-Reply-To: Your message of 16 Apr 1985 16:24-EST.
  4217.          <[USC-ISID.ARPA]16-Apr-85 16:24:56.ABN.COSCOM-CE-PRG>
  4218. Date: 19 Apr 85 08:47:51 EST (Fri)
  4219. From: Jeff Edelheit <edelheit@MITRE.ARPA>
  4220.  
  4221. "How can a user of a USENET host access the public domain
  4222. microcomputer software collection on the DDN/MILNET host
  4223. SIMTEL20" is being asked with increasing frequency as that
  4224. software collection continues to grow.  Unfortunately, direct
  4225. access is not possible as there is no UUCP gateway for file
  4226. transfer between SIMTEL20 (running TOPS-20) and a USENET host (as
  4227. there is for electronic mail).
  4228.  
  4229. (DDN, formerly known as ARPANET, is the Defense Data Network.
  4230. DDN, along with Arpanet, SATNET, SRINET, etc. are all members of 
  4231. a TCP/IP protocol-based, multiple gateway network called InterNet.)
  4232.  
  4233. USENET has been built on adjacent hosts voluntarily agreeing to
  4234. store-and-forward relatively short messages across the USENET
  4235. over dialup lines at 300 or 1200 bps.  In the past, helpful InterNet
  4236. users would fetch the file(s) requested and then e-mail them to
  4237. the requestor.  However, it has been pointed out that large file
  4238. transfers disrupt the service, delay the shorter messages, and
  4239. generate unacceptably large phone bills, all of which add up to
  4240. threaten the tenuous connections that some USENET hosts can
  4241. barely afford to have.  Therefore, we have been asked to
  4242. encourage InterNet users not to pass archive programs this way.
  4243.  
  4244. Now for the good news.  Some InterNet users, if sent a suitable disk,
  4245. will download files and return mail the floppy to the requestor.
  4246. To find a friendly InterNet user, send a message to INFO-CPM at DDN
  4247. host AMSAA.ARPA via net.micro.cpm identifying your disk format and 
  4248. your request.  Usually, someone will respond and come to your aid.
  4249. If not, don't be bashful, wait a week and try again.  But please
  4250. remember, any such arrangements are strictly between you and your
  4251. respondent.  This is not, repeat NOT, a service of either the InterNet
  4252. or INFO-CPM.
  4253.  
  4254. If the above arrangement is inconvenient, or doesn't work, here
  4255. are several other sources for public domain software.
  4256.  
  4257.  
  4258. ----------------------------------------------------------------------
  4259.  
  4260. Information (and prices) are subject to change without notice.  A
  4261. volume is usually one floppy disk.
  4262.  
  4263.  
  4264. 1.  CP/M User's Group
  4265.  
  4266. The CP/MUG volumes are available from:
  4267.  
  4268.   CP/M User's Group
  4269.   1651 3rd Avenue
  4270.   New York, NY 10028
  4271.  
  4272. Current volumes are numbered 1 through 92 at $13 per 8" SSSD disk
  4273. (Northstar format also available).  The catalog is $6.
  4274.  
  4275.  
  4276. 2.  Special Interest Group/Microcomputers (SIG/M)
  4277.  
  4278.  The SIG/M volumes are distributed by:
  4279.  
  4280.   SIG/M
  4281.   Amateur Computer Group of New Jersey, Inc.
  4282.   Box 97
  4283.   Iselin, NJ 08830
  4284.  
  4285. Current volumes are numbered 000 through 172.  The first disk is
  4286. $6.00 and $5.00 for each additional disk.  The catalog is $2.
  4287.  
  4288.  
  4289. 3.  New York Amateur Computer Club
  4290.  
  4291. PC-BLUE software volumes for the IBM-PC are available from:
  4292.  
  4293.   S-100, CP/M User Group
  4294.   The New York Amateur Computer Club
  4295.   P.O.  Box 106
  4296.   Church Street Station
  4297.   New York, NY  10008
  4298.  
  4299. The documentation files from the SIG/M and CPMUG volumes are
  4300. available in hardcopy form, grouped into "books", from the NYACC.
  4301. Each book is priced at $10 including shipping, $15 for overseas
  4302. airmail.  All orders must be prepaid.
  4303.  
  4304.  
  4305. 4.  PicoNet CP/M Users Group
  4306.  
  4307. PicoNet, CP/MUG, and SIG/M software volumes are available from:
  4308.  
  4309.   PicoNet
  4310.   P.O. Box 391566
  4311.   Mountain View, CA 94039
  4312.  
  4313. Available in 8" and most 5 1/4" soft sector only at $6.00 per
  4314. disk plus $1.50 shipping per order.  California residents add
  4315. 6.5% sales tax.  Quantity discounts are available.
  4316.  
  4317.  
  4318. 5. Other sources:
  4319.  
  4320. Compuserve Information Service is another source of public domain
  4321. software. There are a number of special interest groups (SIGs)
  4322. devoted to specific hardware as well as CP-MIG, the generic CP/M
  4323. SIG, a repository for a large quantity of public domain software
  4324. downloadable by the Compuserve file transer protocol (Christensen
  4325. protocol is expected by late summer, 1984). There is no charge for
  4326. access to CP-MIG other than the standard CIS connect charges, and
  4327. Compuserve can be accessed through their own communications network
  4328. or through Tymnet.
  4329.  
  4330. ... and many Remote CP/M (RCPM) systems around the country, where
  4331. software is available for downloading for the price of a phone
  4332. call.  The May 1984 issue of Microsystems contains the full listing of
  4333. known RCPMs at the time of publication.
  4334.  
  4335.  
  4336. I would like to thank Dave Towson, Frank Wancho and Charlie Strom for all
  4337. their assistance in putting this blurb together.  If anybody out in InterNet
  4338. Land has any questions or comments about the above blurb, feel free to 
  4339. contact any one of us.
  4340.  
  4341. Jeff Edelheit
  4342. (edelheit at mitre)
  4343.  
  4344. 19-Apr-85 12:52:36-MST,1095;000000000000
  4345. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4346. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 19 Apr 85 12:52:22-MST
  4347. Received: from simtel20.arpa by AMSAA.ARPA id a004126; 19 Apr 85 14:00 EST
  4348. Date: Fri, 19 Apr 1985  12:00 MST
  4349. Message-ID: <KPETERSEN.12104444649.BABYL@SIMTEL20.ARPA>
  4350. Sender: KPETERSEN@SIMTEL20.ARPA
  4351. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4352. To:   Info-Modem7@SIMTEL20.ARPA
  4353. Cc:   Info-Cpm@AMSAA.ARPA
  4354. Subject: Potential configuration trap for MEX users
  4355.  
  4356. Info on potential trap for MEX users: Modem7 contained default code
  4357. for the PMMI modem in the user area.  Some overlays took advantage of
  4358. that when no change was required by placing DS's there instead of the
  4359. required ANI and CPI code.  No problem with Modem7, but MEX doesn't
  4360. work then because there is a RET NOP NOP there.  Two MXO overlays
  4361. ACTUALLY exist with this problem - they could never have worked! (Irv
  4362. strikes again?).  MXO-DP??.AQM and MXO-TV??.AQM.
  4363.  
  4364. I lost about two hours trying to figure that one out.  The program
  4365. locked up immediately because the ANI and CPI stuff was missing!
  4366.  
  4367. --Keith
  4368. 20-Apr-85 09:30:50-MST,2321;000000000000
  4369. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4370. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 20 Apr 85 09:30:38-MST
  4371. Received: from brl-tgr.arpa by AMSAA.ARPA id aa00177; 20 Apr 85 7:21 EST
  4372. Received: from usenet by BRL-TGR.ARPA id a005065; 20 Apr 85 3:41 EST
  4373. From: ma3751az%unm-cvax.uucp@BRL-TGR.ARPA
  4374. Newsgroups: net.micro.apple,net.micro.cpm
  4375. Subject: Re: StarCard (a plug from a happy hacker)
  4376. Message-ID: <343@unm-cvax.UUCP>
  4377. Date: 19 Apr 85 06:02:17 GMT
  4378. Xref: seismo net.micro.apple:1995 net.micro.cpm:4309
  4379. To:       info-cpm@AMSAA.ARPA
  4380.  
  4381. > I heared that the StarCard CP/M card that can be bought with 
  4382. > Wordstar is really a PCPI 6mhz card.  If this is true,
  4383. > does any one know if it comes with the CP/M utilities and
  4384. > manuals?.
  4385. > I saw a place advertising it for ~$150....
  4386.  
  4387. *** MASSAGE THIS LINE WITH YOUR PLACE ***
  4388.  
  4389. Yeah, the PCPI 'starcard' is one of the best CP/M cards available on the
  4390. apple.  I got it for ~ $185 and thought it was a steal.  If you see it lower,
  4391. GET IT!  It comes with CP/M primer, Wordstar 3.3 + manual, CP/M system disk
  4392. which includes drivers for 80 col cards or 70 col hi-res (goes slow, but
  4393. works).  The card itself is fast.  It also comes with the starcard manual
  4394. which explains all you need except for one of the drivers. ( I still can't
  4395. figure out what RAMDISK.DVR is used for.  Maybe for the 256K Add-on ramdisk
  4396. you can install...)  The WS manual is geared for using the PCPI card, too.
  4397.  
  4398. You have your basic cp/m utilities: stat, submit, etc. & one called adosxfer
  4399. which transfers files back and forth between dos 3.3 and cp/m.  There is also
  4400. a file called dosrdsk or something, which, when transferred to dos 3.3, can
  4401. make the extra 64K on the starcard emulate a ramdisk.  When you're using the
  4402. card, you can change the apple memory into a printer buffer (35K or so!)
  4403.  
  4404. I have used my card for about 3 weeks now (I only have 1 drive and am in
  4405. pain...you really need 2 ++).  I do recommend it to *anyone* with a //e
  4406. who wants cp/m.  I've used cp/m 3.0 before, but the novelty of cp/m on an
  4407. apple makes me forget the problems of cp/m 2.2 .
  4408.  
  4409.  
  4410. -------------------------------------------------------------------------------
  4411.  
  4412. Stefan "leach" Chakerian                CIS 74365,231
  4413. {convex,ucbvax,gatech,csu-cs,anl-mcs,lanl-a}!unmvax!unm-cvax!ma3751az
  4414. 20-Apr-85 09:59:00-MST,953;000000000000
  4415. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4416. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 20 Apr 85 09:58:54-MST
  4417. Received: from brl-tgr.arpa by AMSAA.ARPA id a000205; 20 Apr 85 11:35 EST
  4418. Received: from usenet by BRL-TGR.ARPA id a007711; 20 Apr 85 9:40 EST
  4419. From: Sam Chin <tsc2597%acf4.uucp@BRL-TGR.ARPA>
  4420. Newsgroups: net.micro.cpm
  4421. Subject: 64K dynamic ram query
  4422. Message-ID: <1010010@acf4.UUCP>
  4423. Date: 20 Apr 85 05:00:00 GMT
  4424. To:       info-cpm@AMSAA.ARPA
  4425.  
  4426. <>
  4427.  
  4428. How does one tell how fast a 64K dynamic ram is? On Intel CPU's they mark
  4429. them with -1 (10Mhz) -2 (8Mhz) -3 (5Mhz). Is there a similiar marking on
  4430. dynamic rams? What is the fastest 64K dynamic ram available. I have seen some
  4431. advertised at 120ns. Are there 100ns 64K rams?
  4432.  
  4433.                                                 Sam Chin
  4434.                                   ARPAnet:      tsc2597.acf4@nyu
  4435.                                   UUCP   :      allegra!cmcl2!acf4!tsc2597
  4436. 20-Apr-85 20:36:33-MST,1005;000000000000
  4437. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4438. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 20 Apr 85 20:36:28-MST
  4439. Received: from brl-tgr.arpa by AMSAA.ARPA id a001141; 20 Apr 85 22:03 EST
  4440. Received: from usenet by BRL-TGR.ARPA id a014598; 20 Apr 85 21:59 EST
  4441. From: Chuck Forsberg WA7KGX <caf%omen.uucp@BRL-TGR.ARPA>
  4442. Newsgroups: net.micro.cpm
  4443. Subject: Re: xmodem BATCH protocols; any documentation?
  4444. Message-ID: <141@omen.UUCP>
  4445. Date: 19 Apr 85 16:52:48 GMT
  4446. To:       info-cpm@AMSAA.ARPA
  4447.  
  4448. The MODEM7 "batch protocol" was never widely accepted because it is so
  4449. very specific to CP/M.
  4450.  
  4451. My understanding is that Ward is writing an article for Byte which describes
  4452. the "YMODEM" protocol extensions as used by the YAM series of programs.
  4453.  
  4454. A file describing the extensions is available on Telegodzilla (503-621-3746)
  4455. as YAMPROT.DQC.
  4456. -- 
  4457. Chuck Forsberg WA7KGX    ..!tektronix!reed!omen!caf
  4458. Omen Technology Inc 17505-V NW Sauvie IS RD Portland OR 97231
  4459. Voice: 503-621-3406    Modem: 503-621-3746
  4460. 21-Apr-85 01:18:41-MST,1138;000000000000
  4461. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4462. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 21 Apr 85 01:18:37-MST
  4463. Received: from brl-tgr.arpa by AMSAA.ARPA id a001469; 21 Apr 85 2:51 EST
  4464. Received: from usenet by BRL-TGR.ARPA id a016575; 21 Apr 85 2:40 EST
  4465. From: Lester Buck <buck%shell.uucp@BRL-TGR.ARPA>
  4466. Newsgroups: net.micro.cpm,net.wanted
  4467. Subject: mailing list program wanted
  4468. Message-ID: <260@shell.UUCP>
  4469. Date: 21 Apr 85 05:21:25 GMT
  4470. Xref: seismo net.micro.cpm:4312 net.wanted:6596
  4471. To:       info-cpm@AMSAA.ARPA
  4472.  
  4473. A friend has a local organization with a mailing list of ~5000.
  4474. He also has an H89 CP/M-80 computer.  Could someone suggest
  4475. a mailing list program that need only print address labels for
  4476. a newsletter?  The only two specifics are that it needs to sort
  4477. on the zipcodes for bulk mailing rate and the 5.25 inch disks
  4478. won't hold the entire list, so it must be able to spread across
  4479. disks.  A PD program would be nice, but a reasonably priced
  4480. commercial product would suffice.  Please respond by mail.
  4481.  
  4482. Thanks in advance,
  4483.  
  4484. A. Lester Buck @ Shell Development Co.
  4485. {ihnp4, pur-ee, ut-sally}!shell!buck
  4486. 21-Apr-85 09:39:32-MST,1009;000000000000
  4487. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4488. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 21 Apr 85 09:39:28-MST
  4489. Received: from simtel20.arpa by AMSAA.ARPA id a000550; 21 Apr 85 11:08 EST
  4490. Date: Sun, 21 Apr 1985  09:08 MST
  4491. Message-ID: <KPETERSEN.12104937604.BABYL@SIMTEL20.ARPA>
  4492. Sender: KPETERSEN@SIMTEL20.ARPA
  4493. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4494. To:   John Mulhollen <JOHNM@usc-eclc.ARPA>
  4495. Cc:   Info-Micro@brl-vgr.ARPA, Info-Cpm@AMSAA.ARPA
  4496. Subject: reading IBM 3740 disks
  4497. In-reply-to: Msg of 9 Apr 1985  00:54-MST from John Mulhollen <JOHNM at USC-ECLC.ARPA>
  4498.  
  4499.     I have a CP/M-based 8" system and I want to read standard IBM 3740
  4500.     format disks. Any information/available programs/etc would be
  4501.     greatly appreciated.
  4502.  
  4503. There is a public-domain program for reading standard single-density
  4504. IBM 3740 disks.  It's available from SIMTEL20 as:
  4505.  
  4506. Filename            Type     Bytes     Sectors     CRC
  4507.  
  4508. Directory MICRO:<CPM.DSKUTL>
  4509. 3740UTIL.LBR.1            BINARY     58496  457 = 1C9H  502EH
  4510.  
  4511. --Keith
  4512. 21-Apr-85 11:22:06-MST,1842;000000000000
  4513. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4514. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 21 Apr 85 11:21:59-MST
  4515. Received: from simtel20.arpa by AMSAA.ARPA id a000780; 21 Apr 85 12:55 EST
  4516. Date: Sun, 21 Apr 1985  10:55 MST
  4517. Message-ID: <KPETERSEN.12104957145.BABYL@SIMTEL20.ARPA>
  4518. Sender: KPETERSEN@SIMTEL20.ARPA
  4519. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4520. To:   Info-Cpm@AMSAA.ARPA, Info-Micro@brl-vgr.ARPA
  4521. Subject: Floppy disk squeal fix
  4522.  
  4523. The following was recently seen on Ward Christensen's personal
  4524. bulletin board system (312-849-1132) and is relayed here for its
  4525. informational value.
  4526. --Keith
  4527.  
  4528. From: Ward Christensen
  4529. To:   All
  4530. Re:   Squealing diskettes solved
  4531.  
  4532. A month or so back I solicited opinions on squealing diskettes.
  4533. Yesterday I solved it with a replace of the PRESSURE PAD on the
  4534. Shugart 801 drives.  I also WD-40'd the stepper lead screw, and now
  4535. seeking is as smooth as velvet, IN SPITE of maintenance people's
  4536. advice to leave it "dry" so it doesn't attract dust.
  4537.  
  4538.  
  4539. From: Gary Elfring
  4540. To:   Ward Christensen
  4541. Re:   WD-40 and Shugart
  4542.  
  4543. I have lubricated my lead screws for a number of years.  One of my
  4544. drives started acting up and I noticed that it was very hard to
  4545. manually move the lead screw.  I cleaned the screw completely with a
  4546. freon based solvent and then lubricated with a light machine oil.
  4547. This speeded up disk access significantly!  Anyway, the choice of
  4548. lubricant makes a BIG difference.  After about 6 months I had to go
  4549. clean and relubricate the screw.  It got all gummed up.  This time I
  4550. used a silicon based spray product.  That attracted less dirt and
  4551. lasts about a year.  Cleaning and spraying once a year doesn't bother
  4552. me much.  It also a good idea to check the pressure pads at least once
  4553. a year.  As they wear out the disk reads and writes become less
  4554. reliable.
  4555. 21-Apr-85 11:41:28-MST,607;000000000000
  4556. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4557. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 21 Apr 85 11:41:23-MST
  4558. Received: from simtel20.arpa by AMSAA.ARPA id a000778; 21 Apr 85 12:52 EST
  4559. Date: Sun, 21 Apr 1985  10:52 MST
  4560. Message-ID: <KPETERSEN.12104956620.BABYL@SIMTEL20.ARPA>
  4561. Sender: KPETERSEN@SIMTEL20.ARPA
  4562. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4563. To:   Info-Cpm@AMSAA.ARPA
  4564. Subject: List of CP/M files on SIMTEL20 updated
  4565.  
  4566. MICRO:<CPM>CPM.CRCLST on SIMTEL20 (the file listing all the filenames,
  4567. sizes and CRCs of the MICRO<CPM.xx> directories) has been updated as
  4568. of today.
  4569.  
  4570. --Keith
  4571. 21-Apr-85 13:16:46-MST,770;000000000000
  4572. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4573. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 21 Apr 85 13:16:42-MST
  4574. Received: from brl-tgr.arpa by AMSAA.ARPA id a000156; 21 Apr 85 14:46 EST
  4575. Received: from usenet by BRL-TGR.ARPA id a021849; 21 Apr 85 14:40 EST
  4576. From: "M.JULIAR" <mlj%ahgpb.uucp@BRL-TGR.ARPA>
  4577. Newsgroups: net.micro,net.micro.cpm
  4578. Subject: IMSAI PROM needed
  4579. Message-ID: <463@ahgpb.UUCP>
  4580. Date: 19 Apr 85 19:00:20 GMT
  4581. Xref: seismo net.micro:10637 net.micro.cpm:4314
  4582. To:       info-cpm@AMSAA.ARPA
  4583.  
  4584. Help!  I have an old IMSAI VDP-80.  I think I just blew the PROM on
  4585. the MPU-B board.  With Fischer-Freitas out of business, I don't know
  4586. where to get a new one.  Does anyone know?  Does anyone have an old
  4587. PROM, or maybe even an old MPU-B board?
  4588. 21-Apr-85 14:13:37-MST,945;000000000000
  4589. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4590. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 21 Apr 85 14:13:29-MST
  4591. Received: from brl-tgr.arpa by AMSAA.ARPA id a000224; 21 Apr 85 15:49 EST
  4592. Received: from usenet by BRL-TGR.ARPA id a022359; 21 Apr 85 15:45 EST
  4593. From: ir320 <ir320%sdcc6.uucp@BRL-TGR.ARPA>
  4594. Newsgroups: net.micro.cpm
  4595. Subject: PCPI.MAC available from SIMTEL20
  4596. Message-ID: <2015@sdcc6.UUCP>
  4597. Date: 19 Apr 85 18:22:53 GMT
  4598. Keywords: PCPI CPM Interface
  4599. To:       info-cpm@AMSAA.ARPA
  4600.  
  4601. PCPI.MAC and PCPI.DOC are available from SIMTEL 20 under the directory
  4602. MICRO:(CPM-APPLE).  These files provide a method of interfacing with
  4603. Apple memory through high level languages.  So far, the interface
  4604. works as described in the .DOC files with Turbo Pascal and several C
  4605. compilers.  The only requirement is that the parameters be put on the
  4606. stack and function results returned in HL register pair.  Code can be
  4607. easily modified. 
  4608. 21-Apr-85 18:26:31-MST,1761;000000000000
  4609. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4610. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 21 Apr 85 18:26:25-MST
  4611. Received: from brl-tgr.arpa by AMSAA.ARPA id a000403; 21 Apr 85 19:43 EST
  4612. Received: from usenet by BRL-TGR.ARPA id a024232; 21 Apr 85 19:41 EST
  4613. From: "R.Thomas" <rbt%sftig.uucp@BRL-TGR.ARPA>
  4614. Newsgroups: net.micro.apple,net.micro.cpm
  4615. Subject: Re: StarCard
  4616. Message-ID: <518@sftig.UUCP>
  4617. Date: 19 Apr 85 17:51:31 GMT
  4618. Xref: seismo net.micro.apple:1997 net.micro.cpm:4318
  4619. To:       info-cpm@AMSAA.ARPA
  4620.  
  4621. > I heard that the StarCard CP/M card that can be bought with 
  4622. > Wordstar is really a PCPI 6mhz card.  If this is true,
  4623. > does any one know if it comes with the CP/M utilities and
  4624. > manuals?.
  4625. > I saw a place advertising it for ~$150....
  4626. >                                     -Gadi
  4627. >                                   friedman@Ru-Topaz.Arpa
  4628. >                                   topaz!friedman
  4629.  
  4630. Yep!  It is just that.  The manuals that come with it are abominable.
  4631. However, there is a 50 dollar 'developers manual' available from PCPI.
  4632. I ordered one yesterday.  I'll post more info after I have looked at the
  4633. it.  I'm told that the Applicard/Starcard will not run Microsoft basic
  4634. (either Mbasic or Gbasic)  but have heard rumors that PCPI will sell
  4635. a patch to basic (one or the other or both??? Anybody know for sure?)
  4636. that solves the problem.  The Starcard comes with one 'flippy' disk
  4637. with CPM and the basic cpm utilities on it (PIP, STAT, ED, etc. but not Basic).
  4638.  
  4639. Rick Thomas
  4640. {ihnp4, akgua, just about anywhere}!attunix!rbt
  4641.  
  4642. PS -- I have also heard rumors that PCPI is 'going big blue' and is not
  4643. interested in pushing their Apple products anymore.  Could this explain the low
  4644. price for the Starcard?
  4645. 22-Apr-85 05:58:02-MST,551;000000000000
  4646. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4647. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 22 Apr 85 05:57:59-MST
  4648. Received: from ddn1.arpa by AMSAA.ARPA id a002114; 22 Apr 85 7:33 EST
  4649. Date: 21 Apr 85 17:50 EST
  4650. From: dca-pgs@DDN1.ARPA
  4651. Subject: Query on Commodore 64 Prices
  4652. To: info-cpm@AMSAA.ARPA
  4653. CC: dca-pgs@DDN1.ARPA
  4654.  
  4655.  
  4656. I'm assuming that the C64 runs CP/M.
  4657. Anyone got a clue on what it might cost to get a C64
  4658. in a package deal with other components, like a decent
  4659. monitor, WP sw, comm sw, and a modem?
  4660.  
  4661. Thank you,
  4662. Pat Sullivan
  4663.  
  4664. 22-Apr-85 13:53:43-MST,662;000000000000
  4665. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4666. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 22 Apr 85 13:53:34-MST
  4667. Received: from cmu-cs-a.arpa by AMSAA.ARPA id a006934; 22 Apr 85 15:13 EST
  4668. Date: Mon, 22 Apr 85 14:56 EST
  4669. From: George.Wood@CMU-CS-A.ARPA
  4670. To: info-cpm@AMSAA.ARPA
  4671. Subject: pressure pads for shugart 801r
  4672. Message-Id: <22Apr85.145615.GW90@CMU-CS-A.ARPA>
  4673.  
  4674. Help! 
  4675.  
  4676. The pressure pad on one of my shugart 801r's has broken.
  4677.  
  4678. A couple of years back this happened and I was able to get
  4679. a new one (In milwaukee), but no one around here seems to
  4680. have a supply. Does anyone out there know how to obtain them?
  4681.  
  4682. George Wood
  4683. CMU-CS-A.ARPA
  4684.  
  4685. 22-Apr-85 13:57:21-MST,875;000000000000
  4686. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4687. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 22 Apr 85 13:57:15-MST
  4688. Received: from cmu-cs-c.arpa by AMSAA.ARPA id a006995; 22 Apr 85 15:17 EST
  4689. Received: ID <SAILER@CMU-CS-C.ARPA>; Mon 22 Apr 85 15:16:48-EST
  4690. Date: Mon 22 Apr 85 15:16:47-EST
  4691. From: Lee.Sailer@CMU-CS-C.ARPA
  4692. Subject: Anchor Mark XII
  4693. To: info-cpm@AMSAA.ARPA
  4694.  
  4695.  
  4696. There was a post awhile back about how to tell if you need to get a new
  4697. ROM for your Mark XII.  Mine failed the test, so I called Anchor.  They said
  4698. that the ATI1 command reports a checksum, and that if you get
  4699. 254, 083, or 104, then you should call them.  I got 129, and they said that
  4700. is fine.
  4701.  
  4702. Also, if AT? responds with an "Error", this means that you have a ROM that
  4703. is capable of sending a Break.  If not, the upgrade is $40.
  4704.  
  4705. At leat, this is what I think he said.
  4706.  
  4707. -------
  4708. 22-Apr-85 15:37:49-MST,2264;000000000000
  4709. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4710. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 22 Apr 85 15:37:40-MST
  4711. Received: from brl-tgr.arpa by AMSAA.ARPA id a009293; 22 Apr 85 17:05 EST
  4712. Received: from usenet by BRL-TGR.ARPA id a012871; 22 Apr 85 16:49 EST
  4713. From: Heiby <netnews%wnuxb.uucp@BRL-TGR.ARPA>
  4714. Newsgroups: net.micro.cpm,net.micro.pc
  4715. Subject: file tran CP/M-80 to MS-DOS problem
  4716. Message-ID: <492@wnuxb.UUCP>
  4717. Date: 21 Apr 85 05:02:43 GMT
  4718. Xref: seismo net.micro.cpm:4322 net.micro.pc:3996
  4719. To:       info-cpm@AMSAA.ARPA
  4720.  
  4721. I have a CP/M-80 system (Apple II with Microsoft Softcard, about 4 yrs
  4722. old) and an AT&T PC 6300 running MS-DOS (new).  I would like to send some
  4723. of my data files from the Apple to the 6300.  I find that my CP/M system
  4724. has a problem in the use of MDM712 and MDM740 (which I just downloaded
  4725. from CompuServe).  I can receive files just fine.  I have a problem with
  4726. some files when I try to send them in Checksum mode.  None of the systems
  4727. to which I have access have CRC mode, so I am unable to test that.
  4728.  
  4729. What happens is that (on some files) the receiving end believes that the
  4730. transfer has completed prematurely.  For each file that gives me trouble,
  4731. there is one consistent spot where this always occurs.  The spot is different
  4732. for different files.  I have encountered the same problem now in sending
  4733. files to the MS-DOS system, and to a Unix System V with both umodem (2
  4734. versions) and uc (2 versions).  This is why I suspect my Apple's software.
  4735.  
  4736. I have a relatively short test case (about 4K) that I can send out to
  4737. someone who would like to check to be sure that it is MDM7 and not
  4738. something peculiar that I have done to my overlay or hardware.
  4739.  
  4740. I would be grateful of software for MS-DOS that supports CRC checksum,
  4741. in case that will solve my problem.  Another solution would be working
  4742. file transmission software for the Apple (modem2 compatible).  Another
  4743. solution would be CP/M Kermit, configured for an Apple II with Mountain
  4744. CPS card.  If all else fails, raw CP/M Kermit, which I would hack, would
  4745. be helpful.
  4746.  
  4747. Thanks.  I can't think of anything else I can do.
  4748. -- 
  4749. Ronald W. Heiby / netnews@wnuxb.UUCP | unix-request@cbosgd.UUCP
  4750. AT&T Information Systems, Inc., Lisle, IL  (CU-D21)
  4751. 22-Apr-85 19:58:30-MST,1494;000000000000
  4752. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4753. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 22 Apr 85 19:58:17-MST
  4754. Received: from usc-isid.arpa by AMSAA.ARPA id a010207; 22 Apr 85 21:08 EST
  4755. Date: 22 Apr 1985 21:06-EST
  4756. Sender: ABN.ISCAMS@USC-ISID.ARPA
  4757. Subject: Re: Query on Commodore 64 Prices
  4758. From: ABN.ISCAMS@USC-ISID.ARPA
  4759. To: dca-pgs@DDN1.ARPA
  4760. Cc: info-cpm@AMSAA.ARPA
  4761. Message-ID: <[USC-ISID.ARPA]22-Apr-85 21:06:48.ABN.ISCAMS>
  4762. In-Reply-To: The message of 21 Apr 85 17:50 EST from dca-pgs@DDN1.ARPA
  4763.  
  4764. Pat (et al),
  4765.  
  4766. CP/M on a Commodore 64 isn't exactly the CP/M we all know and love!  Things
  4767. can get VERY weird out, mixing the 6510 and its environment with the Z80,
  4768. CP/M's addressing, etc.  For example, you'll never read anyone else's CP/M
  4769. 5.25 floppy!  (Nothing but another C64, that is.)  I don't wanna even THINK
  4770. about the patching necessary for ports, etc. to transport something like
  4771. MODEM7 or Kermit!
  4772.  
  4773. Some smart guys are trying to solve some problems.  See Dr. Dobbs, Jan 85,
  4774. for a discussion of problems with commercial and other software on the C64
  4775. with CP/M.  They did an MBOOT and MODEM7 fix of sorts.  Horror show of
  4776. moving code via MBOOT and modem.
  4777.  
  4778. Suggest you look at/review articles about the newer Commodore machine that
  4779. does full C64 work, plus a slightly better job of CP/M (only slightly).
  4780.  
  4781. I won't address prices, etc.  Check recent copies of RUN, COMPUTE!, etc.
  4782.  
  4783. Regards, and good luck,
  4784. David Kirschbaum
  4785. Toad Hall
  4786. ABN.ISCAMS@USC-ISID
  4787. 22-Apr-85 20:40:18-MST,573;000000000000
  4788. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4789. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 22 Apr 85 20:40:11-MST
  4790. Received: from simtel20.arpa by AMSAA.ARPA id a010076; 22 Apr 85 20:41 EST
  4791. Date: Mon 22 Apr 85 18:41:36-MST
  4792. From: Jim Forrest <JFORREST@SIMTEL20.ARPA>
  4793. Subject: BURROUGHS 2000
  4794. To: INFO-CPM@AMSAA.ARPA, INFO-MICRO@AMSAA.ARPA
  4795. cc: JFORREST@SIMTEL20.ARPA
  4796.  
  4797. Can anyone help with what kind of printers you can connect to a Burroughs
  4798. 2000 and what would be required? Can you connect a parallel printer like
  4799. an Epson JX80 or a Juki 6100?
  4800. Jim
  4801.  
  4802. -------
  4803. 23-Apr-85 00:14:50-MST,844;000000000000
  4804. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4805. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 00:14:45-MST
  4806. Received: from simtel20.arpa by AMSAA.ARPA id a011763; 23 Apr 85 1:25 EST
  4807. Date: Monday, 22 April 1985  18:37-MST
  4808. Message-ID: <KPETERSEN.12105355849.BABYL@SIMTEL20.ARPA>
  4809. Sender: Eric Stork <STORK@mit-mc.ARPA>
  4810. From: Eric Stork <STORK@mit-mc.ARPA>
  4811. To: W8SDZ@simtel20.ARPA
  4812. Subject:   Floppy disk squeal fix
  4813. ReSent-From: KPETERSEN@simtel20.ARPA
  4814. ReSent-To: Info-Cpm@AMSAA.ARPA
  4815. ReSent-Date: Mon 22 Apr 1985 23:25-MST
  4816.  
  4817. Keith:
  4818.  
  4819. I dug deeply into drive screw lubrication issues a few years ago, and
  4820. received advice from the vendor of my system to use ONLY a
  4821. Teflon-based lubricant, and that very sparingly.  I've used TRI-FLOW
  4822. for years on my and friends 801s, with no problems.  For what that may
  4823. be worth.
  4824.  
  4825. Eric
  4826. 23-Apr-85 00:26:49-MST,907;000000000000
  4827. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4828. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 00:26:45-MST
  4829. Received: from simtel20.arpa by AMSAA.ARPA id a011893; 23 Apr 85 1:50 EST
  4830. Date: Mon, 22 Apr 1985  23:45 MST
  4831. Message-ID: <KPETERSEN.12105359400.BABYL@SIMTEL20.ARPA>
  4832. Sender: KPETERSEN@SIMTEL20.ARPA
  4833. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4834. To:   Heiby <netnews%wnuxb.uucp@brl-tgr.ARPA>
  4835. Cc:   Info-Cpm@AMSAA.ARPA, Info-Modem7@SIMTEL20.ARPA
  4836. Subject: file tran CP/M-80 to MS-DOS problem
  4837.  
  4838. The protocol file transfer buffer size is configurable in later
  4839. versions of Modem7.  For a 5-1/4" disk, which is relatively slow, the
  4840. buffer should be set for no larger than 4k.  If that fails, try 2k.
  4841. See the phone number overlay for details on what address to patch.
  4842. Make sure that the PC 6300 is initialized for 8 data bits, ONE stop
  4843. bit, and no parity.  This is important.
  4844.  
  4845. --Keith
  4846. 23-Apr-85 01:43:52-MST,825;000000000000
  4847. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4848. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 01:43:48-MST
  4849. Received: from edwards-vax.arpa by AMSAA.ARPA id a012337; 23 Apr 85 3:26 EST
  4850. Date: Mon, 22 Apr 85 13:36:45 PST
  4851. From: field@edwards-vax.ARPA
  4852. Subject: LUBING FLOPPY DRIVE LEAD SCREWS
  4853. To: INFO-CPM@AMSAA.ARPA
  4854.  
  4855. The best oil-type lubricant i have seen for this application
  4856. is a product called BREAK-FREE.  The volatile component dries
  4857. in about 12 hours, and has little attraction for dust thereafter
  4858. For units operating in an extremely dusty environment, you 
  4859. might try a product called DRI-SLIDE.  It is Moly-disulfide
  4860. in an extremely volatile carrier.  It is completely dry in less
  4861. than 24 hours and will work right into the surface of the parts
  4862.  
  4863. To:   INFO-CPM@AMSAA.ARPA
  4864. From: FIELD       
  4865. 23-Apr-85 06:31:33-MST,818;000000000000
  4866. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4867. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 06:31:28-MST
  4868. Received: from radc-multics.arpa by AMSAA.ARPA id a014224; 23 Apr 85 7:51 EST
  4869. Date:  Tue, 23 Apr 85 07:48 EST
  4870. From:  Wiedemann@RADC-MULTICS.ARPA
  4871. Subject:  IMSAI VDP-80 ROM
  4872. To:  info-cpm@AMSAA.ARPA
  4873. Message-ID:  <850423124813.050011@RADC-MULTICS.ARPA>
  4874.  
  4875. My apologies to the net for the global address, but my fat fingers
  4876. deleted the last message before I had a chance to copy the sender's
  4877. address.
  4878.  
  4879. I have one of those beasties in my basement.  If I have time before this
  4880. Sunday, I'll blast you a copy.  I'll be gone for six days to Maui, but
  4881. will definitely get you a copy after I return unless some other antique
  4882. collector on the net found one for you.
  4883.  
  4884. Wolf Wiedemann RADC-MULTICS
  4885. 23-Apr-85 11:12:04-MST,6270;000000000000
  4886. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4887. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 11:11:39-MST
  4888. Received: from xerox.arpa by AMSAA.ARPA id a018591; 10 Apr 85 14:39 EST
  4889. Received: from CheninBlanc.ms by ArpaGateway.ms ; 10 APR 85 11:36:11 PST
  4890. Date: 10 Apr 85 11:36:02 PST (Wednesday)
  4891. From: NBaheti.ES@XEROX.ARPA
  4892. Subject: Basic unsqueezer
  4893. To: INFO-MICRO-REQUEST@BRL-VGR.ARPA, INFO-CPM-REQUEST@AMSAA.ARPA
  4894. cc: NBaheti.ES@XEROX.ARPA
  4895. Resent-Date:  Tue, 23 Apr 85 11:20:33 EST
  4896. Resent-From:  cpmlist@AMSAA.ARPA
  4897. Resent-To:    info-cpm@XEROX.ARPA
  4898.  
  4899.  
  4900.  
  4901. ----------------------------------------------------------------
  4902. Received: from Flora.ms by ArpaGateway.ms ; 09 APR 85 16:21:16 PST
  4903. From: NBaheti.es @ PARC-MAXC
  4904. Date:  9-Apr-85 16:22:00 PST
  4905. Subject: Basic unsqueezer
  4906. To: Keith Peterson <KPETERSON@SIMTEL20.ARPA>
  4907. cc: NBaheti.es@Xerox
  4908.  
  4909. Keith--
  4910.  
  4911. I picked this up on a local BBS with NO DOCUMENTATION, but I still
  4912. think it may be of use to the users of SIMTEL20's repository.
  4913.  
  4914. --Arun [NBaheti.es@Xerox]
  4915.  
  4916. -------------------------
  4917.  
  4918. 10    '***************************************************************
  4919. 20    ' PCUSQNEW.BAS - Version 1.0 - 3/17/85
  4920. 30    '    by Kim Levitt - 213-653-6398 (MBBS, 300/1200 baud)
  4921. 40    '    Update of original 11/25/84 version of USQ.BAS by
  4922. 50    '    Dave (it can't be done) Rand - 805-493-1987 (voice)
  4923. 60    '
  4924. 65    '    This WILL run on an IBM-PC under interpreter BASICA,
  4925. 66    '    but VERY SLOWLY.. When I compiled it under BASCOM
  4926. 67    '    and LINKed it with BASCOM.LIB on the PC-AT, it ran
  4927. 68    '    fast enough to be useable..
  4928. 69    ' 
  4929. 70    '**************************************************************
  4930. 80    ' INITIALIZATION
  4931. 90    '
  4932. 100    DEFINT A-Z : GETC$=" " : GETW$="  " ' for speed!
  4933. 110    DIM USQ.TABLE%(1,257), BUF$(128), OUTF$(127)
  4934. 120    FILE$="" : SF%=0 : FO%=-1 : CSL%=0 : CSH%=0 : OD$=""
  4935. 340    '***************************************************************
  4936. 350    ' COMMON CODE
  4937. 360    '
  4938. 370    ' Common code, accessed with blank command line or begining of
  4939. 380    ' non-CP/M versions.. (Interactive version)
  4940. 390    '
  4941. 400    SF%=-1
  4942. 410    PRINT : PRINT "PCUSQNEW.BAS -- A SLOW But Sure BASIC Unsqueezer"
  4943. 420    PRINT
  4944. 430    PRINT "(Enter name of file to 'unsqueeze'. Use upper case ONLY.)"
  4945. 440    INPUT "Name of squeezed file";FILE$ : ID$=""
  4946. 450    PRINT : PRINT "(Enter 'O' for console output only)"
  4947. 460    INPUT "Console output? (Y/N/O)";CO$
  4948. 470    IF CO$="O" OR CO$="o" THEN FO%=0 : GOTO 520
  4949. 480    IF CO$="N" OR CO$="n" THEN SF%=0
  4950. 490    PRINT : PRINT "(Enter return only for current disk)"
  4951. 500    INPUT "Output drive";OD$
  4952. 510    IF LEN(OD$)=1 THEN OD$=OD$+":"
  4953. 520    PRINT : PRINT "Unsqueezing ";ID$;FILE$;" --> ";
  4954. 530    OPEN "R", 1, ID$+FILE$, 128
  4955. 540    GET #1, 1
  4956. 550    IF EOF(1) THEN PRINT "[File not found]" : CLOSE #1 :
  4957.        KILL ID$+FILE$ : SYSTEM
  4958. 560    FOR X=0 TO 127 : FIELD 1, X AS D$, 1 AS BUF$(X) : NEXT X
  4959. 570    GOSUB 900
  4960. 580    IF USQ.ERR%<>0 THEN 
  4961.        PRINT "[Error in header, or not squeezed]" : SYSTEM
  4962. 590    PRINT "(";OD$;OLD.NAME$;")";
  4963. 600    IF FO%=0 THEN PRINT " (console output only)" ELSE PRINT
  4964. 610    PRINT
  4965. 620    IF FO%=0 THEN 650
  4966. 630    OPEN "R", 2, OD$+OLD.NAME$, 128 : OUTR%=1 : OUTS%=0
  4967. 640    FOR X=0 TO 127 : FIELD #2, X AS D$, 1 AS OUTF$(X) : NEXT X
  4968. 650    USQ.EOF%=0
  4969. 660    GOSUB 1170
  4970. 670    WHILE NOT(USQ.EOF%)
  4971. 680       IF INKEY$=CHR$(3) THEN 800
  4972. 690       IF SF% AND USQ$=CHR$(26) THEN SF%=0
  4973. 700       IF (SF% AND USQ$<>CHR$(10)) THEN PRINT USQ$;
  4974. 710       IF FO% THEN GOSUB 840
  4975. 720       CSL%=CSL%+ASC(USQ$) : CAR%=INT(CSL%/256) : CSL%=CSL%-(256*CAR%)
  4976. 730       CSH%=CSH%+CAR% : CSH%=(CSH% AND 255)
  4977. 740       GOSUB 1170
  4978. 750    WEND
  4979. 760    NCS%=CVI(CHR$(CSL%)+CHR$(CSH%))
  4980. 770    IF NCS%<>OLD.CHECK% THEN PRINT : PRINT "[USQ checksum error"; :
  4981.        IF FO% THEN PRINT ", check output file]" ELSE PRINT "]"
  4982. 780    CLOSE 1 : IF FO% THEN IF OUTS% THEN PUT #2, OUTR% : CLOSE 2 ELSE CLOSE 2
  4983. 790    SYSTEM
  4984. 800    CLOSE : IF SF% THEN PRINT : PRINT
  4985. 810    PRINT "[USQ aborted]"
  4986. 820    IF FO% THEN KILL OD$+OLD.NAME$ : PRINT "[";OD$;OLD.NAME$;" killed]"
  4987. 830    SYSTEM
  4988. 840    '***************************************************************
  4989. 850    ' TRANSPARENT FILE OUTPUT ROUTINE
  4990. 860    '
  4991. 870    LSET OUTF$(OUTS%)=USQ$ : OUTS%=OUTS%+1
  4992. 880    IF OUTS%=128 THEN PUT #2, OUTR% : OUTR%=OUTR%+1 : OUTS%=0
  4993. 890    RETURN
  4994. 900    '***************************************************************
  4995. 910    ' OPEN SQUEEZED FILE AND EXTRACT NAME, CHECKSUM AND TABLE
  4996. 920    '
  4997. 930    CUR.PNT%=128 : CUR.REC%=-1 : USQ.ERR%=0 : GOSUB 1120
  4998. 940    IF GETW%<>-138 THEN USQ.ERR%=1 : GOTO 1040
  4999. 950    GOSUB 1120 : OLD.CHECK%=GETW%
  5000. 960    GOSUB 1050 : OLD.NAME$=""
  5001. 970    WHILE GETC$<>CHR$(0) : OLD.NAME$=OLD.NAME$+GETC$ : GOSUB 1050 : WEND
  5002. 980    GOSUB 1120 : COUNT%=GETW%
  5003. 990    FOR X=0 TO COUNT%-1
  5004. 1000       GOSUB 1120 : USQ.TABLE%(0,X)=GETW%
  5005. 1010       GOSUB 1120 : USQ.TABLE%(1,X)=GETW%
  5006. 1020    NEXT X
  5007. 1030    REP.CNT%=0 : USQ.LFT%=0
  5008. 1040    RETURN
  5009. 1050    '****************************************************************
  5010. 1060    ' GET CHARACTER FROM SQUEEZED FILE
  5011. 1070    '
  5012. 1080    IF CUR.REC%<0 THEN CUR.REC%=0
  5013. 1090    IF CUR.PNT%>127 THEN CUR.PNT%=0 : CUR.REC%=CUR.REC%+1 : GET 1,CUR.REC%
  5014. 1100    LSET GETC$=BUF$(CUR.PNT%)
  5015. 1110    CUR.PNT%=CUR.PNT%+1 : RETURN
  5016. 1120    '***************************************************************
  5017. 1130    ' GET WORD FROM SQUEEZED FILE
  5018. 1140    '
  5019. 1150    GOSUB 1050 : MID$(GETW$,1,1)=GETC$ : GOSUB 1050 : MID$(GETW$,2,1)=GETC$
  5020. 1160    GETW%=CVI(GETW$) : RETURN
  5021. 1170    '***************************************************************
  5022. 1180    ' GET UNSQUEEZED CHARACTER
  5023. 1190    '
  5024. 1200    IF REP.CNT%<>0 THEN USQ$=USQ.LAST$ : REP.CNT%=REP.CNT%-1 : GOTO 1250
  5025. 1210    GOSUB 1260 : IF USQ$<>CHR$(144) THEN USQ.LAST$=USQ$ : GOTO 1250
  5026. 1220    GOSUB 1260 : REP.CNT%=ASC(USQ$)-2
  5027. 1230    IF REP.CNT%=-2 THEN
  5028.        REP.CNT%=0 : USQ$=CHR$(144) : USQ.LAST$=USQ$ : GOTO 1250
  5029. 1240    USQ$=USQ.LAST$
  5030. 1250    RETURN
  5031. 1260    '***************************************************************
  5032. 1270    ' TABLE LOOKUP ROUTINE
  5033. 1280    '
  5034. 1290    CUR.USQ%=0
  5035. 1300    IF USQ.LFT%=0 THEN GOSUB 1050 : USQ.BYTE%=ASC(GETC$) : USQ.LFT%=8
  5036. 1310    BIT%=USQ.BYTE% AND 1 : USQ.BYTE%=INT(USQ.BYTE%/2) : USQ.LFT%=USQ.LFT%-1
  5037. 1320    CUR.USQ%=USQ.TABLE%(BIT%,CUR.USQ%)
  5038. 1330    IF CUR.USQ%>=0 THEN GOTO 1300
  5039. 1340    IF CUR.USQ%<-255 THEN USQ.EOF%=-1 : GOTO 1360
  5040. 1350    USQ$=CHR$(-CUR.USQ%-1)
  5041. 1360    RETURN
  5042. 1370    END
  5043.  
  5044. -------------------------
  5045.  
  5046. ----------------------------------------------------------------
  5047. 23-Apr-85 15:05:41-MST,584;000000000000
  5048. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5049. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 15:05:34-MST
  5050. Received: from csnet-pdn-gw by AMSAA.ARPA id a001289; 23 Apr 85 16:36 EST
  5051. Received: from ibm-sj by csnet-relay.csnet id ab09374; 23 Apr 85 14:22 EST
  5052. Date: Tue, 23 Apr 85 09:34:31 PST
  5053. From: Jim moore <moore.losangel%ibm-sj.csnet@CSNET-RELAY.ARPA>
  5054. To: info-cpm@AMSAA.ARPA
  5055. Subject: Attache' by Otrona
  5056.  
  5057. Does anyone know if there are any of these computers available for sale?
  5058.  
  5059. What ever happens to the inventory of a company that folds?
  5060.  
  5061. Thanks.
  5062.  
  5063. JIM
  5064. 23-Apr-85 16:31:47-MST,1242;000000000000
  5065. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5066. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 16:31:42-MST
  5067. Received: from brl-aos.arpa by AMSAA.ARPA id a002808; 23 Apr 85 18:02 EST
  5068. Received: from apg-3.arpa by BRL-AOS.ARPA id a019273; 23 Apr 85 17:59 EST
  5069. Date: 23 Apr 1985 17:55:03 EST (Tuesday)
  5070. From: John Shaver STEEP-TM-AC 879-7602 <jshaver@APG-3.ARPA>
  5071. Subject: Re: Attache' by Otrona
  5072. To: info-cpm@BRL.ARPA
  5073. Cc: jshaver@APG-3.ARPA
  5074.  
  5075.  
  5076. ----BEGINNING OF FORWARDED MESSAGES----
  5077. Date: 23 Apr 1985 17:48:46 EST (Tuesday)
  5078. From: John Shaver STEEP-TM-AC 879-7602 <jshaver@apg-3>
  5079. Subject: Re: Attache' by Otrona
  5080. In-Reply-to: Your message of Tue, 23 Apr 85 09:34:31 PST
  5081. To: Jim moore <moore.losangel%ibm-sj.csnet@CSNET-RELAY.ARPA>
  5082. Cc: jshaver@apg-3
  5083.  
  5084. I'm not sure whether there are any for sale.  We have the following
  5085. address for someone who fixes them.  They might have suggestions.
  5086.  
  5087. Insight
  5088. 4720 Table Mesa Dr
  5089. Suite G
  5090. Boulder Co 80303
  5091. 303-499-6000
  5092.  
  5093. or you could attempt to reach Charles Raisch who will accept telephone messages
  5094. at 415-221-3415 or on MCI telex 226-2949 or Compuserve 70346,63 who is the 
  5095. editor of the official newsletter of the Attache computer.
  5096.  
  5097.  
  5098.  
  5099. ----END OF FORWARDED MESSAGES----
  5100.  
  5101. 23-Apr-85 17:15:40-MST,853;000000000000
  5102. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5103. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 17:15:34-MST
  5104. Received: from brl-aos.arpa by AMSAA.ARPA id a002974; 23 Apr 85 18:35 EST
  5105. Received: from mit-mc.arpa by BRL-AOS.ARPA id a019363; 23 Apr 85 18:34 EST
  5106. Received: from MIT-EECS by MIT-MC via Chaosnet; 23 APR 85  18:33:37 EST
  5107. Date: Tue 23 Apr 85 18:32:47-EST
  5108. From: Andrew Moore <T.MOORE%MIT-EECS@MIT-MC.ARPA>
  5109. Subject: MBBS Available
  5110. To: info-cpm@MIT-MC.ARPA
  5111.  
  5112.  
  5113.    Kim Levitt's MBBS is now available -- it's a very nice alternative to
  5114. RBBS and its clones.  The .LBR file is 134k and is available on his RCP/M
  5115. (MBBS #001) at 213/653-6398, 300/1200bps.  I've asked him about adding it
  5116. to Simtel20 -- I'm waiting for a reply.  If you plan to set up an MBBS
  5117. system, let Kim know.
  5118.  
  5119. -dru
  5120.  T.MOORE%MIT-EECS@MIT-MC.ARPA
  5121. -------
  5122.  
  5123. 23-Apr-85 19:20:07-MST,676;000000000000
  5124. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5125. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 19:19:59-MST
  5126. Received: from brl-aos.arpa by AMSAA.ARPA id a000389; 23 Apr 85 20:48 EST
  5127. Received: from mit-mc.arpa by BRL-AOS.ARPA id a019628; 23 Apr 85 20:47 EST
  5128. Received: from Think.ARPA by MIT-MC.ARPA; 23 APR 85 20:46:35 EST
  5129. Received: by THINK.ARPA with CHAOS id AA11953; Tue, 23 Apr 85 20:42:54 est
  5130. Date: Tue, 23 Apr 85 20:47 EST
  5131. From: Cliff Lasser <CAL%AQUINAS.TMC@THINK.ARPA>
  5132. Reply-To: CAL@MIT-MC.ARPA
  5133. Subject: Superbrains wanted
  5134. To: INFO-CPM@MIT-MC.ARPA
  5135.  
  5136. Does anyone out there know where I may find used or refurbished Superbrains?
  5137.  
  5138.     Thanx  -Cliff
  5139.  
  5140. 23-Apr-85 20:24:14-MST,916;000000000000
  5141. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5142. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 20:24:08-MST
  5143. Received: from brl-tgr.arpa by AMSAA.ARPA id a000670; 23 Apr 85 21:49 EST
  5144. Received: from usenet by BRL-TGR.ARPA id a008754; 23 Apr 85 21:46 EST
  5145. From: Darrell Long <darrell%sdcsvax.uucp@BRL-TGR.ARPA>
  5146. Newsgroups: net.micro,net.micro.cpm
  5147. Subject: Altos for sale
  5148. Message-ID: <810@sdcsvax.UUCP>
  5149. Date: 22 Apr 85 22:28:07 GMT
  5150. Xref: seismo net.micro:10665 net.micro.cpm:4331
  5151. To:       info-cpm@AMSAA.ARPA
  5152.  
  5153.  
  5154.         FOR SALE
  5155.         --- ----
  5156. 2 Altos 64k Z80 systems.  Two 8" disk double density disk drives, Aztec
  5157. ``C'' compiler, WordStar, sundry software.
  5158.  
  5159. $500.00 each
  5160.  
  5161. Contact:
  5162.  
  5163. Darrell @ 619-299-4332
  5164. John    @ 619-286-0166
  5165. -- 
  5166. Darrell Long
  5167. Department of Electrical Engineering and Computer Science
  5168. University of California, San Diego
  5169.  
  5170. USENET: sdcsvax!darrell
  5171. ARPA:   darrell@sdcsvax
  5172. 23-Apr-85 20:25:36-MST,938;000000000000
  5173. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5174. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 23 Apr 85 20:25:31-MST
  5175. Received: from brl-tgr.arpa by AMSAA.ARPA id a000668; 23 Apr 85 21:48 EST
  5176. Received: from usenet by BRL-TGR.ARPA id a008734; 23 Apr 85 21:46 EST
  5177. From: Ty Wernet <ty%noscvax.uucp@BRL-TGR.ARPA>
  5178. Newsgroups: net.micro,net.micro.cpm,net.wanted
  5179. Subject: Associate+ Computer Disk Format
  5180. Message-ID: <894@noscvax.UUCP>
  5181. Date: 22 Apr 85 19:02:16 GMT
  5182. Xref: seismo net.micro:10664 net.micro.cpm:4330 net.wanted:6614
  5183. To:       info-cpm@AMSAA.ARPA
  5184.  
  5185.  
  5186. Does anyone know how to read an ASSOCIATE computer diskette.  I have some
  5187. data I would like to read off of this disk but no way to do it without knowing
  5188. the format or a compatible format.  If a compatible format is available I could
  5189. then read the diskette on my IBM using uniform.
  5190.  
  5191.                 Thanks in advance.   ty@nosc  (milnet)
  5192.                            UUCP: ...sdcsvax!noscvax!ty
  5193. 24-Apr-85 01:33:10-MST,11832;000000000000
  5194. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5195. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 24 Apr 85 01:32:39-MST
  5196. Received: from simtel20.arpa by AMSAA.ARPA id a001863; 24 Apr 85 2:50 EST
  5197. Date: Wed, 24 Apr 1985  00:50 MST
  5198. Message-ID: <KPETERSEN.12105633379.BABYL@SIMTEL20.ARPA>
  5199. Sender: KPETERSEN@SIMTEL20.ARPA
  5200. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  5201. To:   Info-Cpm@AMSAA.ARPA
  5202. Subject: INTRVIEW.WLC - An interview with Ward Christensen
  5203.  
  5204. INTRVIEW.WLC created 24-Apr-85 by Keith Petersen, W8SDZ.
  5205.  
  5206. The following is an edited copy of an interview that appeared in the 
  5207. form of several messages on Ward Christensen's bulletin board.  It 
  5208. offers some interesting insight into the life and times of our "CP/M 
  5209. Guru".
  5210.  
  5211. Date: Feb. 8, 1985
  5212. From: Ward Christensen
  5213. To:   Laurence Gonzales
  5214. Re:   Interview
  5215.  
  5216. I'm a negativist, hater of life, and have a short fuse - it doesn't 
  5217. take much to set me off.  That's why I'm into computers - its almost 
  5218. like a drug, letting you get so completely wrapped up in it, the "world 
  5219. passes you by", i.e. I've been known to have a bad headache or stomach 
  5220. ache, but an hour of computing, and I'm oblivious to it, until I stop 
  5221. for something.  It's a totally engrossing way to "pass the time".
  5222.  
  5223. What I do for IBM and why I like working there?  Well, Very long story, 
  5224. but you asked for it.  Lets go back to my Sr. year of high school.  I 
  5225. "built" a computer - merely a 10-stage binary counter with phone-dial 
  5226. input, and some wires to handle carrying from one "flip-flop" to the 
  5227. next, and lights to show output, etc.  After pi__ing away 3 semesters 
  5228. at a big university not being sure what I wanted to do with my life 
  5229. (still the case, by the way), I dropped out and went back "home" - and 
  5230. skipping a few chapters of the book, got asked that since I'd "built" a 
  5231. computer in high school, would I like to learn to program them?  This 
  5232. was in '65 or so.  I said "sure", and took a few IBM classes in 
  5233. Milwaukee, riding into school on my motorcycle.  After a few months, I 
  5234. realized that I really liked computers - I was technically inclined, 
  5235. and somewhat a loner, and what better thing could there be?  Sure, I 
  5236. liked going on motorcycle rides, but not in the winter, etc.
  5237.  
  5238. Came time to go back to college, I talked with our IBM Systems 
  5239. Engineer, and asked what kind of schooling I should get.  I hoped he 
  5240. wouldn't say "business degree", 'cause that turned me off.  No, he said 
  5241. math, sciences, etc.  So I went to a small college (now bankrupt, 
  5242. R.I.P.) and got a Physics Major, Chem Minor, and hit "deans list" 6 
  5243. semesters in a row, then took ONE job interview, IBM.  I figured simply 
  5244. that I could either work for someone who USES computers, or someone who 
  5245. MAKES them, and the decision sounded easy if I wanted to be "where he 
  5246. action is".
  5247.  
  5248. However, I wasn't smart enough to go looking for the best job in IBM, 
  5249. instead I just interviewed the local office, which was looking for a 
  5250. systems engineer - the "technical side of sales", i.e. doing 
  5251. configurations, performance planning, helping solve bugs, etc.
  5252.  
  5253. I wound up in the Hammond IN branch, and have stuck with it since.
  5254.  
  5255. If I had it to do over again, I'd look for a job in research or 
  5256. something more technically involved.  Matter of fact, it came as quite 
  5257. a shock to find the IBM office back then didn't even have a computer in 
  5258. it!  Here I was, working for a computer mfgr, but not working with a 
  5259. computer!  I was only able to work with the customer's machines!
  5260.  
  5261. So, I guess that got me interested in a home computer.  I remember 
  5262. being interested in the very early 70's, and bought a Data General Nova 
  5263. instruction manual, got literature from TI on their minicomputers, etc.  
  5264. I learned about the 8008 in Jan '74, and taught myself TTL that summer, 
  5265. and bought an Altair, the "first popular" computer kit, in early '75.
  5266.  
  5267. SO, long answer - what do I do for IBM?  Well, I'm still an SE, but 
  5268. have moved up a few jobs - trainee, assistant, associate, se, and now 
  5269. advisory.  We are just now starting to have PC's in the offices.
  5270.  
  5271. As to my view of "IBM vs my personal contributions" - well, I guess 
  5272. that after writing a letter to IBM trying to get them to come out with 
  5273. a personal computer, and receiving a reply "we don't think there is a 
  5274. market for them", I kind of "went off on my own".  For conflict of 
  5275. interest reasons, I decided that I'd give away anything I did, rather 
  5276. than trying to sell it.  This is a very "conscientious", or whatever 
  5277. word fits - thing for me to do - people say I've passed up millions $ 
  5278. in the many things I pioneered.  But, I wasn't the entrepreneur type, 
  5279. and IBM paid well enough to finance my hobby.  I'm sure it helped my 
  5280. IBM related career, i.e. outside recognition, etc.
  5281.  
  5282. I guess I don't remember the Ted Nelson thing fighting to get the 
  5283. "world up in arms against the computer giants".  I've seen nothing 
  5284. wrong with "computer giants" - thought I admit that when a company gets 
  5285. larger than some critical mass, it gets a "momentum" disproportionate 
  5286. to its technical abilities - allowing it to sometimes come out with 
  5287. products that would have failed if done by other companies - perhaps 
  5288. the PC Jr is such - having recently had new life breathed into it ala 
  5289. new keyboard, and significant price cuts (temporary tho they were).
  5290.  
  5291. The kind of practical innovation that has come out of IBM has been VERY 
  5292. fascinating.  I used to like to talk to fellow computer hobbyists about 
  5293. the printer we had that printed about as fast as you could pull paper 
  5294. out of a box; and about the 2.5 BILLION byte "boxes" of disk storage, 
  5295. etc.
  5296.  
  5297. I always kept my hobby separate from my job - I didn't see how I could 
  5298. enjoy the hobby if it became the same as my job, but as of Jan 1, I 
  5299. knuckled under to that, too, and am now the workstation specialist 
  5300. (means PC's and terminals) for one of the branch offices in downtown 
  5301. Chicago.  (which I really hate - being a small town "boy", the big city 
  5302. is really a pain!)  But, having bought a house at a time that interest 
  5303. rates were low, its like having a rich uncle, what with what has 
  5304. happened to interest rates.  It tends to keep me rooted in one spot.  
  5305. (I always was very conservative).
  5306.  
  5307. Old Q's: "you were 29 when you got into this, right?  And what 
  5308. background did you have to read TTL tech material anyway?"  Yes, 29.  
  5309. And for technical background, I had a degree in physics, and even from 
  5310. a liberal arts college, you DO learn some basic electronics.  Also of 
  5311. course remember I'd built this computer in high school, but still I was 
  5312. most certainly not one of the "jocks".  TTL just came natural to me, I 
  5313. guess because its so mathematical in nature.  Its as "simple as" 0 
  5314. volts being a "false" value, and 5 volts being a "true" value, and 
  5315. voila (or is it viola?) you could do things like and, or, exclusive or, 
  5316. not, not-and, etc - but instead of numbers on a sheet of paper, they 
  5317. were electrical signals.
  5318.  
  5319. History on the micro?  When did it go from switches on the front panel?  
  5320. I guess '76 or so - or whenever the apple ONE came out, and the SOL, 
  5321. which was a small machine based upon similar technology to the original 
  5322. Altair that is credited with starting it all.  But then again, my 
  5323. current CP/M machine, with 256K, 3 floppies, and 8M of hard disk, still 
  5324. has front panel switches, and LIGHTS.  I sure miss the LIGHTS on my PC 
  5325. - you can tell what its doing, how its doing, etc.
  5326.  
  5327. When did I first discover I could "play" with a computer?  Well, I 
  5328. guess that high school project was one.  It was purely a technical 
  5329. challenge, and learning tool - had no practical application.  Actually, 
  5330. I was motivated to spend the $$ to build it knowing I'd win first prize 
  5331. (I suppose I could be a bit less egotistical and say "hoped.."), of 
  5332. $75.  Sure enough I won, but got a hand-shake and 'gee, sorry - we 
  5333. never got out to get funds for a bond' story.  Owell.
  5334.  
  5335. Then, within my first year working at IBM, the first customer I worked 
  5336. with was sufficiently impressed to try to hire me away, and a whopping 
  5337. 40% pay hike over what IBM paid - but I figured I'd be better in the 
  5338. long run to stay with IBM.  Right!  That company doesn't exist any 
  5339. more!.
  5340.  
  5341. What "clicked" to make me excited about the fact of having my own 
  5342. computer? Well, I don't remember, sorry.  I guess I just never found 
  5343. anything technically challenging enough, and realized that a computer 
  5344. would be a tool of unlimited variability that could do what I wanted it 
  5345. to do.  I guess I was just a computer junkie, even though at the time 
  5346. there weren't home machines. I remember this customer (that offered me 
  5347. the job) wasn't allowed to trust me with a key, but they approved me 
  5348. sleeping over Friday night so I could use the computer Saturday. As a 
  5349. result, they got some results they certainly didn't get out of their 
  5350. own people - because I was willing to spend so much time at it.  It 
  5351. really IS a "habit" - like a drug, etc.  Why else would I be - as I am 
  5352. now - typing at after midnight, having to get up shortly after 6:00 
  5353. tomorrow, etc.  It is just so completely unlimiting, I guess.   Today, 
  5354. I was stuck in a VERY crowded elevator for about 6 minutes. Two of the 
  5355. people were claustrophobic. I say this because somehow my interest in 
  5356. computers is as inexplicable as the claustrophobia is to them - it is 
  5357. just there.  I think because I was a loner, I never got interested in 
  5358. the more "humanitarian" things - never got interested in "partying", 
  5359. owning a boat, etc.  I HATE driving - being very law abiding, it is 
  5360. unbearable to be placed in a situation of watching everyone else break 
  5361. the law, from failing to signal, to parking in two places, to speeding, 
  5362. - sitting home at my computer is perhaps a sign of "withdrawal".  I did 
  5363. fall in love once, 1977, er, March, ah, March 2nd, ah, 8:30 PM (not 
  5364. that it made a big deal to me, heh heh).   Believe it or not "my disk 
  5365. drives rusted up" as a result of that - but sadly for the wrong reason 
  5366. -massive depression because she was a "career worman", and I just 
  5367. didn't fit in her life.  It did open my eyes to a lot of life, but also 
  5368. made me sort of "give up" - I look at it as both the best and the worst 
  5369. thing that ever happened to me.
  5370.  
  5371. What did I do in '55 w/hen Chuck Berry and Bill Haley revolutionized 
  5372. music? They did?  Was I building radios?  No, I didn't have the 
  5373. ambition to learn anything that complicated.  I just mixed chemicals 
  5374. together, and blew up the back yard, I guess.  (take one part 
  5375. gunpowder, bury in 1 foot deep hole; bury a wire with fine wire wrapped 
  5376. around match head in it, cover with dirt, go in house and plug other 
  5377. end in socket, go back out and apologize to neighbors cookout for 
  5378. sprinkling dirt on them..
  5379.  
  5380. "Get a job" was the first 45 I bought, and I didn't buy many.  Came 
  5381. from "college educated" family, with sort of "snobbish" mother - when 
  5382. we got a TV, unlike everyone else who put an antenna on the roof, she 
  5383. insisted it go in the attic so no one would know we had time for such 
  5384. frivolity.  I think they sort of turned me into a loner, too, by 
  5385. steering me toward the "children of their friends", rather than the 
  5386. local neighborhood kids, who were mostly factory workers' kids (not 
  5387. all, one friend's father was doctor, etc).
  5388.  
  5389. I guess it was HeathKit that got me into electronics - I built their 
  5390. 16-in-one transistor experimentors kit my jr year of High School; Oh, 
  5391. also I think I subscribed to Popular Electronics.  Later to Radio 
  5392. Electronics.  You are bound to pick up some things from that, by 
  5393. osmosis if nothing else.  I was even known to buy old used computer 
  5394. boards for two bucks fifty, and literally blow-torch the chips off of 
  5395. them to make my projects.
  5396.  
  5397. --end--
  5398. 24-Apr-85 10:23:55-MST,1017;000000000000
  5399. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5400. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 24 Apr 85 10:23:49-MST
  5401. Received: from simtel20.arpa by AMSAA.ARPA id a003542; 24 Apr 85 11:23 EST
  5402. Date: Saturday, 6 April 1985  08:16-MST
  5403. Message-ID: <KPETERSEN.12105726873.BABYL@SIMTEL20.ARPA>
  5404. Sender: "Ross A. Alford" <alford%ecsvax%mcnc.csnet@csnet-relay.ARPA>
  5405. From: "Ross A. Alford" <alford%ecsvax%mcnc.csnet@csnet-relay.ARPA>
  5406. Subject:   Turbo Pascal refs program doc and source available
  5407. ReSent-From: KPETERSEN@simtel20.ARPA
  5408. ReSent-To: Info-Cpm@AMSAA.ARPA, Info-Micro@brl-vgr.ARPA
  5409. ReSent-Date: Wed 24 Apr 1985 09:23-MST
  5410.  
  5411. Now available from SIMTEL20:
  5412.  
  5413. Filename            Type     Bytes     CRC
  5414.  
  5415. Directory MICRO:<CPM.PASCAL>
  5416. REFS.DOC.1            ASCII      2449  5807H
  5417. REFS.PAS.1            ASCII     17762  52A7H
  5418.  
  5419. which is my Turbo Pascal program for listing the references in
  5420. technical papers that use the author, date form for citations.
  5421. I hope this will be of use.
  5422.  
  5423. Ross Alford  {decvax akgua unc duke ihnp4}!mcnc!ecsvax!alford
  5424. 24-Apr-85 11:31:52-MST,683;000000000000
  5425. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5426. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 24 Apr 85 11:31:48-MST
  5427. Received: from brl-tgr.arpa by AMSAA.ARPA id a005503; 24 Apr 85 12:49 EST
  5428. Received: from usenet by BRL-TGR.ARPA id a020978; 24 Apr 85 12:47 EST
  5429. From: Jack Engle <engle%loral.uucp@BRL-TGR.ARPA>
  5430. Newsgroups: net.micro.cpm
  5431. Subject: VAX TERMCAP
  5432. Message-ID: <836@loral.UUCP>
  5433. Date: 23 Apr 85 16:26:27 GMT
  5434. To:       info-cpm@AMSAA.ARPA
  5435.  
  5436.  
  5437.  
  5438. Greetings
  5439.  
  5440.     I am looking for a term cap for a Kaypro 2 with cpm 2.2g and i will
  5441. be talking to a berkly unix system (i think).  The system that is runnig 
  5442. the unix is VAX.
  5443.  
  5444.  
  5445. Tankyou In Advace.
  5446.  
  5447. Jack Lee Engle II
  5448. 25-Apr-85 07:25:46-MST,481;000000000000
  5449. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5450. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 25 Apr 85 07:25:43-MST
  5451. Received: from csnet-pdn-gw by AMSAA.ARPA id a004754; 25 Apr 85 8:49 EST
  5452. Received: from ukans by csnet-relay.csnet id a019180; 24 Apr 85 22:24 EST
  5453. Date:     23 Apr 85 23:38:33-CST (Tue)
  5454. From:     Canas%ukans.csnet@CSNET-RELAY.ARPA
  5455. To:       Info-Cpm@AMSAA.ARPA
  5456. Subject:  Delete from mailing list
  5457.  
  5458. Please delete me from your mailing list
  5459. Thanks
  5460. Daniel
  5461. 25-Apr-85 12:10:09-MST,1044;000000000000
  5462. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5463. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 25 Apr 85 12:10:03-MST
  5464. Received: from nosc-gw by AMSAA.ARPA id a011721; 25 Apr 85 13:27 EST
  5465. Received: from cod.ARPA by nosc.ARPA (4.17/4.7)
  5466.     id AA20734; Thu, 25 Apr 85 10:26:21 pst
  5467. From: bang!dan@nosc.ARPA
  5468. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  5469. Received: by cod.ARPA (4.17/4.7)
  5470.     id AA07462; Thu, 25 Apr 85 10:24:48 pst
  5471. Date: Thu, 25 Apr 85 10:24:48 pst
  5472. Message-Id: <8504251824.AA07462@cod.ARPA>
  5473. To: info-cpm@AMSAA.ARPA
  5474. Subject: Re: Attache' by Otrona
  5475.  
  5476.  
  5477. Jim,
  5478.  
  5479.   you might try contacting Russel Oiler at (619) 271-5610.  He is
  5480. the head of the Otrona Users Group in San Diego.  If Russel donesn't
  5481. know himself, he at least will be able to point you in the right
  5482. direction.  
  5483.  
  5484.   I used to have a small number of them myself, but sold them to 
  5485. others like you (I kept an 8/16, though).
  5486.  
  5487.                           Good Luck
  5488.                            Dan Seguin
  5489.                            bang!dan@nosc
  5490.  
  5491.  
  5492. 26-Apr-85 08:58:03-MST,697;000000000000
  5493. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5494. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 26 Apr 85 08:57:53-MST
  5495. Received: from almsa-1.arpa by AMSAA.ARPA id a003519; 26 Apr 85 10:19 EST
  5496. Date:     Fri, 26 Apr 85 9:13:59 CST
  5497. From:     Ernie Co-Vax <root@almsa-1.ARPA>
  5498. To:       Info-Cpm@AMSAA.ARPA
  5499. Subject:  Forwarded mail
  5500.  
  5501. Received: from csnet-pdn-gw by AMSAA.ARPA id a004754; 25 Apr 85 8:49 EST
  5502. Received: from ukans by csnet-relay.csnet id a019180; 24 Apr 85 22:24 EST
  5503. Date:     23 Apr 85 23:38:33-CST (Tue)
  5504. From:     Canas%ukans.csnet@CSNET-RELAY.ARPA
  5505. To:       Info-Cpm@AMSAA.ARPA
  5506. Subject:  Delete from mailing list
  5507.  
  5508. Please delete me from your mailing list
  5509. Thanks
  5510. Daniel
  5511. 26-Apr-85 10:48:13-MST,988;000000000000
  5512. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5513. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 26 Apr 85 10:48:07-MST
  5514. Received: from simtel20.arpa by AMSAA.ARPA id a005612; 26 Apr 85 12:21 EST
  5515. Date: Wed, 24 Apr 85 07:46:54 pst
  5516. Message-ID: <KPETERSEN.12106261688.BABYL@SIMTEL20.ARPA>
  5517. Sender: MEDIN-T.S%cc82@nosc.ARPA
  5518. From: Ted Medin <medin@nosc-cod.ARPA>
  5519. To: W8SDZ@simtel20.ARPA
  5520. Subject: Re: Floppy disk squeal fix
  5521. ReSent-From: KPETERSEN@simtel20.ARPA
  5522. ReSent-To: Info-CPm@AMSAA.ARPA, Info-Micro@brl-vgr.ARPA
  5523. ReSent-Date: Fri 26 Apr 1985 10:21-MST
  5524.  
  5525. Just a note about using wd-40. I have a friend who is a maintenance
  5526. chief for the navy at Miramar naval air station. He says that the navy
  5527. will not allow wd-40 to be used because of its corrosive actions.  I
  5528. have personaly noted some things on my watch buttons that verify the
  5529. statement. I personally use wd-40 to free up stuck things (and it does
  5530. do a good job) but then I make sure I clean and reoil the part
  5531. affected.
  5532. 29-Apr-85 21:55:42-MDT,797;000000000000
  5533. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5534. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 21:55:38-MDT
  5535. Received: from mitre.arpa by AMSAA.ARPA id a000357; 29 Apr 85 8:39 EST
  5536. Received: by mitre.ARPA (4.12/4.7)
  5537.     id AA16523; Mon, 29 Apr 85 08:40:19 edt
  5538. Message-Id: <8504291240.AA16523@mitre.ARPA>
  5539. To: HARRELL%EDUCOM.BITNET@WISCVM.ARPA
  5540. Cc: INFO-CPM@AMSAA.ARPA
  5541. Subject: Re: NETWORKING
  5542. In-Reply-To: Your message of 26 APR 85 13:40-EST.
  5543.          <8504261934.AA03877@mitre.ARPA>
  5544. From: Jeff Edelheit <edelheit@MITRE.ARPA>
  5545. Date: 29 Apr 85 08:39:21 EDT (Mon)
  5546. Sender: edelheit@MITRE.ARPA
  5547.  
  5548. Sure am interested in networking.  My US mail address is:
  5549.  
  5550.     Jeffrey Edelheit
  5551.     MITRE Corporation
  5552.     1820 Dolley Madison Blvd.
  5553.     McLean, VA  22102
  5554.  
  5555. Thanks
  5556.  
  5557. Jeff Edelheit
  5558. (edelheit@mitre)
  5559. 29-Apr-85 21:55:56-MDT,1777;000000000000
  5560. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5561. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 21:55:50-MDT
  5562. Received: from xerox.arpa by AMSAA.ARPA id a006600; 29 Apr 85 11:51 EST
  5563. Received: from Barbera.ms by ArpaGateway.ms ; 29 APR 85 08:49:44 PDT
  5564. Date: 29 Apr 85 10:49:36 CDT (Monday)
  5565. From: Pencin.dlos@XEROX.ARPA
  5566. Subject: Re: Hard disk-drive question
  5567. In-reply-to: <514@mcnc.mcnc.UUCP>
  5568. To: Ravi Subrahmanyan <ravi%mcnc.uucp@BRL.ARPA>
  5569. cc: info-cpm@AMSAA.ARPA
  5570.  
  5571. A computer system is only obsolete when you have progressed past it's
  5572. inherent capabilities, (i.e. Not enough memory space, not enough disk
  5573. space, processor to slow, screen to small and not expandable). In your
  5574. case it appears that you are still developing on your system and that it
  5575. is still a useful tool. Like any tool, your system becomes more useful
  5576. when it's easier or faster after an enhancement is added. In this case
  5577. (adding a rigid) you will find 2x to 10x improvement in disk bound
  5578. processing, plus the added convienence of all your files directly
  5579. accessable without swapping disks...The added enhancement of ZCPR will
  5580. make your system feel like an extension of your own thought cataloging
  5581. method. 
  5582. I have added a rigid to my XEROX 820-II and now am hardly able to stand
  5583. the use of a floppy system, in fact I got so hooked that I hacked around
  5584. the system and added another TW0 8 meg rigids to the system giving me 24
  5585. megs of online storage..A bit of over kill, but It allows me do do
  5586. anything I want in terms of segmenting my work. $1000 dollars will be
  5587. well spent to keep a friendly, familiar piece of equipment from
  5588. becomming 'obsolete', after all a computer only processes bits, it's the
  5589. human perception that makes one computer better than another...
  5590.  
  5591. Russ
  5592.  
  5593. 29-Apr-85 21:56:09-MDT,1753;000000000000
  5594. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5595. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 21:56:03-MDT
  5596. Received: from ames-vmsb.arpa by AMSAA.ARPA id a007542; 29 Apr 85 12:23 EST
  5597. Date: 29 Apr 1985 0905-PST
  5598. From: MAX.HARTMAN@ames-vmsb.ARPA
  5599. Subject: --- ADM3a/KAYPRO II Termcaps ---
  5600. To: INFO-CPM@AMSAA.ARPA
  5601. Reply-To: MAX.HARTMAN@ames-vmsb.ARPA
  5602.  
  5603.  
  5604. The question was brought up about why the one termcap did not have
  5605. a "le" (cursor left) field?   Answer:  at the start of the entry there
  5606. is the "bs" (Back-space capability) field.  If I remember correctly, this
  5607. field is a flag, whose mere presence states "a ^H will move the cursor
  5608. backwards on this type of terminal". 
  5609.  
  5610. Also, the only difference on the compared ADM3a and KAYPRO entries was the
  5611. delete line (and move all other lines up) entry.   This will speed up the
  5612. use of vi if it is present, but the straight ADM3a entry will ALSO work,
  5613. just not as fast....when the application calls for deleting a line, it
  5614. will repaint the entire lower screen, instead of moving them up w/ the
  5615. screen-driver assistance.....
  5616.  
  5617. And finally, I think the tirade about the "ma" (cursor-key map) entry
  5618. was a little unjust....it may have been a little off, but it was probably
  5619. just typoes (those things are tedious to type if you don't know what they
  5620. mean!), and not maliciousness on his part, which was what the person doing
  5621. the yelling seemed to imply (I don't remember the names of the person who
  5622. submitted the entries, or the one who seemed so offended about them were).
  5623.  
  5624. If you were merely trying to point out an error (whoever you are), I
  5625. apologize for the above, but your letter DID seem a little over-vicious....
  5626.  
  5627.             -Richard Hartman
  5628.             max.hartman@AMES-VMSB
  5629. ------
  5630. 29-Apr-85 21:57:56-MDT,1653;000000000000
  5631. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5632. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 21:57:51-MDT
  5633. Received: from lll-mfe.arpa by AMSAA.ARPA id a002303; 29 Apr 85 18:04 EST
  5634. Date: Mon, 29 Apr 85 05:53 MFE_TIMEZONE_DAYLIGHT
  5635. From: SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  5636. Subject: Continuing Saga of the ADM3a/Kaypro Termcap
  5637. To: INFO-CPM@AMSAA.ARPA
  5638.  
  5639.  
  5640. Dave Towson, et. al., thanks.  I am the originator of the ADM3a/Kaypro
  5641. termcap (or the one who POSTED it, anyway) that's been causing all of
  5642. the hoop-lah.
  5643.  
  5644. Perhaps the differences that were of consurn have something to do with
  5645. the fact that I provided an EMACS termcap entry, and this was being
  5646. compared and contrasted to a UNIX termcap.  I can state that I have used
  5647. this termcap on a Kaypro II with my own hands for hours on our VAX under
  5648. VAX/VMS running a Gosling EMACS.  As for the rest of the world, gee -
  5649. I dunno.  I hope it was of help, anyway.  And if you need the EMACS
  5650. termcap gobbledegook deciphered for you out there in netland, I will be
  5651. happy to provide the EMACS interpretation for you to the best of my
  5652. ability.  As to UNIX - go find a UNIX person, I'm a VAX/micro hacker.
  5653. Or a micro VAX-hacker.  Or perhaps - uh, never mind.  Best I not use
  5654. VAX, UNIX, and hacker in sentences lest I let myself in for a flame.
  5655.  
  5656. As to "tirades" and all of that, I am not upset - yet another flame in
  5657. netland, as I see it - and probably quite useful if you are trying to
  5658. get up on a UNIX system at that.
  5659.  
  5660. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  5661. Richard Secrist * "It's always darkest just before it gets pitch black." -Anon.
  5662. 29-Apr-85 22:08:20-MDT,1163;000000000000
  5663. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5664. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 22:08:14-MDT
  5665. Received: from mitre.arpa by AMSAA.ARPA id a001035; 29 Apr 85 8:04 EST
  5666. Received: by mitre.ARPA (4.12/4.7)
  5667.     id AA15680; Mon, 29 Apr 85 08:04:37 edt
  5668. Message-Id: <8504291204.AA15680@mitre.ARPA>
  5669. To: Ravi Subrahmanyan <ravi%mcnc.uucp@BRL.ARPA>
  5670. Cc: info-cpm@AMSAA.ARPA
  5671. Subject: Re: Hard disk-drive question
  5672. In-Reply-To: Your message of 27 Apr 85 01:09:05 GMT.
  5673.          <514@mcnc.mcnc.UUCP>
  5674. Date: 29 Apr 85 08:04:11 EDT (Mon)
  5675. From: Jeff Edelheit <edelheit@MITRE.ARPA>
  5676.  
  5677. With respect to the cost of the hard drive, if the $895 includes the 
  5678. controller and the 8mb is formatted, then the price does not seem to be
  5679. too out-of-line, just a little high.
  5680.  
  5681. Regarding the question about obsolescence, I think that if you like a system
  5682. (i.e., it does almost everything you want) and don't think that you will be
  5683. replacing it anytime in the near to mid future (1 to 3 years) then it doesn't
  5684. really matter if the system is not "state-of-the-art".  If it's functional, use
  5685. it; if it ain't broke, don't fix it.
  5686.  
  5687. Jeff Edelheit
  5688. (edelheit@mitre)
  5689. 29-Apr-85 22:08:31-MDT,684;000000000000
  5690. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5691. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 22:08:27-MDT
  5692. Received: from xerox.arpa by AMSAA.ARPA id a006258; 29 Apr 85 11:47 EST
  5693. Received: from Flora.ms by ArpaGateway.ms ; 29 APR 85 08:46:35 PDT
  5694. Date: Mon, 29 Apr 85 08:46 PDT
  5695. From: HFang.ES@XEROX.ARPA
  5696. Subject: Re: NETWORKING
  5697. In-reply-to: "HARRELL%EDUCOM.BITNET@WISCVM.ARPA's message of 26 APR 85
  5698.  13:40 EST"
  5699. To: HARRELL%EDUCOM.BITNET@WISCVM.ARPA
  5700. cc: INFO-CPM@AMSAA.ARPA, HFang.es@XEROX.ARPA
  5701.  
  5702. I would like to receive a copy of a networking newsletter. Please add me
  5703. to your mailing list. My mailing address is XeroxInfo-CPM^.wbst
  5704. HFang.ES. Thx.
  5705.  
  5706. henry,
  5707.  
  5708. 29-Apr-85 22:08:44-MDT,624;000000000000
  5709. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5710. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 22:08:40-MDT
  5711. Received: from xerox.arpa by AMSAA.ARPA id a001022; 29 Apr 85 16:23 EST
  5712. Received: from Flora.ms by ArpaGateway.ms ; 29 APR 85 11:03:20 PDT
  5713. Date: Mon, 29 Apr 85 10:58 PDT
  5714. From: WSullivan.ES@XEROX.ARPA
  5715. Subject: Re: NETWORKING
  5716. In-reply-to: "HARRELL%EDUCOM.BITNET@WISCVM.ARPA's message of 26 APR 85
  5717.  13:40 EST"
  5718. To: HARRELL%EDUCOM.BITNET@WISCVM.ARPA
  5719. cc: INFO-CPM@AMSAA.ARPA
  5720.  
  5721. Re: Network Newletter:
  5722. Thanks from:         Bill Sullivan
  5723.             Xerox, BSG
  5724.             880 Apollo, P3-68
  5725.             El Segundo, Ca, 90245
  5726.  
  5727.  
  5728. 29-Apr-85 22:09:00-MDT,957;000000000000
  5729. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5730. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 22:08:56-MDT
  5731. Date:     Mon, 29 Apr 85 16:46:04 EST
  5732. From:     David Towson (SECAD) <towson@AMSAA.ARPA>
  5733. To:       MAX.HARTMAN@ames-vmsb.ARPA
  5734. cc:       INFO-CPM@AMSAA.ARPA
  5735. Subject:  Re:  --- ADM3a/KAYPRO II Termcaps ---
  5736.  
  5737. Richard - I believe you are absolutely correct about the backspace ("bs")
  5738. termcap entry taking care of left cursor movement.  I overlooked that.
  5739.  
  5740.      But "tirade", "unjust", "maliciousness", "yelling", "offended", etc.???
  5741. Where do you get all this negativism?  The purpose of this newsgroup is to
  5742. exchange information, preferably accurate information.  And questioning what
  5743. appears to be an error is not "doing somebody dirty", it's just trying to get
  5744. the facts straight for everyone's benefit (including mine).  Sorry if I have
  5745. offended anyone.  That, for sure, was not my intention.
  5746.  
  5747.  
  5748. Dave
  5749. towson@amsaa.arpa
  5750.  
  5751. 29-Apr-85 22:09:51-MDT,1049;000000000000
  5752. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5753. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 22:09:47-MDT
  5754. Received: from ames-vmsb.arpa by AMSAA.ARPA id a008193; 29 Apr 85 19:24 EST
  5755. Date: 29 Apr 1985 1617-PST
  5756. From: MAX.HARTMAN@ames-vmsb.ARPA
  5757. Subject: --- EMACS termcap ---
  5758. To: INFO-CPM@AMSAA.ARPA
  5759. Reply-To: MAX.HARTMAN@ames-vmsb.ARPA
  5760.  
  5761.  
  5762. Richard (Secrist) offered to explain the EMACS termcap "gobbledegook"
  5763. and I'd like to take him up on that offer....I am only familiar w/ UNIX
  5764. termcap gobbledegook, and that not very recently (I have been working on
  5765. RSX-11m/VMS/RT-11/etc.... systems for the paste 2-3 years....  Just what
  5766. is the meaning of the infamous "ma" field, that was misteaken (or was it?)
  5767. for a keypad "map" definition??  And what about the rest of the stuff...to
  5768. be honest, I read that it was an "EMACS termcap entry"...but it just didn't\
  5769. hit that it would be all that different from a UNIX termcap entry......care
  5770. to elucidate on the differences??
  5771.  
  5772.             -Richard Hartman
  5773.             max.hartman@AMES-VMSB
  5774. ------
  5775. 29-Apr-85 23:22:35-MDT,2001;000000000000
  5776. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5777. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:22:30-MDT
  5778. Received: from ucb-vax.arpa by AMSAA.ARPA id a000539; 30 Apr 85 0:43 EST
  5779. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.46)
  5780.     id AA05220; Mon, 29 Apr 85 21:41:54 pdt
  5781. Received: from ucbopal.CC.Berkeley.ARPA (ucbopal.ARPA)
  5782.     by ucbjade.CC.Berkeley.ARPA (4.19/4.34.2)
  5783.     id AA04120; Mon, 29 Apr 85 21:39:45 pdt
  5784. Received: by ucbopal.CC.Berkeley.ARPA (4.19/4.34.1)
  5785.     id AA20050; Mon, 29 Apr 85 21:43:29 pdt
  5786. Date: Mon, 29 Apr 85 21:43:29 pdt
  5787. From: "William C. Wells" <wcwells%ucbopal.CC@ucb-vax.ARPA>
  5788. Message-Id: <8504300443.AA20050@ucbopal.CC.Berkeley.ARPA>
  5789. To: INFO-CPM@AMSAA.ARPA
  5790. Subject: Re: Continuing Saga of the ADM3a/Kaypro Termcap
  5791.  
  5792. Some of you may have noticed differences in the padding number for
  5793. "cl", eg. :cl=3^Z:, cl=1^Z . I suspect that some of the problems
  5794. I have observed with the Kaypro 2x at higher port speeds (eg. 1200,
  5795. 9600 baud) are related to needs for the microcomputer to do some work
  5796. each time it receives a new-line (linefeed) and/or return (CR)
  5797. character from a remote system.  Depending on the port speed and the
  5798. amount of cpu processing required by the communication program on
  5799. the Kaypro, it may be necessary to increase the padding on "cl"
  5800. (clear screen), and set or increase "dC" (number of milisec of
  5801. cr delay needed) and "dN" (number of milisec of nl delay needed).
  5802.  
  5803. Of course, adding padding and end of line delays to the termcap
  5804. may not be the whole solution.  Lack of data line flow control
  5805. (eg. XOFF/XON) can easily bring most communications programs to a
  5806. halt at higher speeds (by overflowing I/O buffers). In addition,
  5807. many communication and file transfer program assume a quick
  5808. response to transmission from the remote machine. That is, the
  5809. program will time out when the required response is delayed,
  5810. for example, by an overloaded time sharing system.
  5811.  
  5812. Bill
  5813. wcwells@Berkeley.ARPA
  5814. 29-Apr-85 23:57:39-MDT,1194;000000000000
  5815. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5816. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:57:35-MDT
  5817. Received: from almsa-1.arpa by AMSAA.ARPA id a000612; 26 Apr 85 13:29 EST
  5818. Date:     Fri, 26 Apr 85 12:18:58 CST
  5819. From:     Irene Homyer <ihomyer@almsa-1.ARPA>
  5820. To:       info-cpm@AMSAA.ARPA
  5821. Subject:  Forwarded Mail
  5822.  
  5823. Received: from cod.ARPA by nosc.ARPA (4.17/4.7)
  5824.     id AA20734; Thu, 25 Apr 85 10:26:21 pst
  5825. From: bang!dan@nosc.ARPA
  5826. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  5827. Received: by cod.ARPA (4.17/4.7)
  5828.     id AA07462; Thu, 25 Apr 85 10:24:48 pst
  5829. Date: Thu, 25 Apr 85 10:24:48 pst
  5830. Message-Id: <8504251824.AA07462@cod.ARPA>
  5831. To: info-cpm@AMSAA.ARPA
  5832. Subject: Re: Attache' by Otrona
  5833.  
  5834.  
  5835. Jim,
  5836.  
  5837.   you might try contacting Russel Oiler at (619) 271-5610.  He is
  5838. the head of the Otrona Users Group in San Diego.  If Russel donesn't
  5839. know himself, he at least will be able to point you in the right
  5840. direction.  
  5841.  
  5842.   I used to have a small number of them myself, but sold them to 
  5843. others like you (I kept an 8/16, though).
  5844.  
  5845.                           Good Luck
  5846.                            Dan Seguin
  5847.                            bang!dan@nosc
  5848.  
  5849.  
  5850. 29-Apr-85 23:57:49-MDT,538;000000000000
  5851. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5852. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:57:46-MDT
  5853. Received: from wiscvm.arpa by AMSAA.ARPA id a001209; 26 Apr 85 13:50 EST
  5854. Received: from (HARRELL)EDUCOM.BITNET by WISCVM.ARPA on 04/26/85 at
  5855.   12:47:46 CST
  5856. Date: 26 APR 85 13:40-EST
  5857. From:  HARRELL%EDUCOM.BITNET@WISCVM.ARPA
  5858. To:  INFO-CPM@AMSAA.ARPA
  5859. Subject: NETWORKING
  5860.  
  5861.  
  5862.      If you would like to receive a copy of a networking
  5863. newsletter at no charge please send me your hardcopy mailing address.
  5864. Thanks
  5865.  
  5866. 29-Apr-85 23:58:04-MDT,874;000000000000
  5867. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5868. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:57:58-MDT
  5869. Received: from ames-vmsb.arpa by AMSAA.ARPA id a000583; 26 Apr 85 14:23 EST
  5870. Date: 26 Apr 1985 1057-PST
  5871. From: MAX.HARTMAN@ames-vmsb.ARPA
  5872. Subject: --- Kaypro Termcap ---
  5873. To: INFO-CPM@AMSAA.ARPA
  5874. Reply-To: MAX.HARTMAN@ames-vmsb.ARPA
  5875.  
  5876.  
  5877. Jack,
  5878.  
  5879.    As far as I have been able to determine, the Kaypro is compatible
  5880. with an ADM3 (or 3a).  I think this is for Kaypro 2, but I am not sure.
  5881. Try setting the term type to ADM3a, which SHOULD be in the /etc/termcap
  5882. file in most systems.  If it works, you could always add the special
  5883. function (keypad) keys yourself (I don't remember if they generate
  5884. special codes or just the ASCII numbers.....)
  5885.  
  5886.    If anyone else has any more information......
  5887.  
  5888.             -R. Hartman
  5889.             max.hartman@AMES-VMSB
  5890. ------
  5891. 29-Apr-85 23:58:18-MDT,1679;000000000000
  5892. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5893. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:58:12-MDT
  5894. Received: from ames-vmsb.arpa by AMSAA.ARPA id a000586; 26 Apr 85 14:23 EST
  5895. Date: 26 Apr 1985 1051-PST
  5896. From: MAX.HARTMAN@ames-vmsb.ARPA
  5897. Subject: --- remaining inventory ---
  5898. To: INFO-CPM@AMSAA.ARPA
  5899. Reply-To: MAX.HARTMAN@ames-vmsb.ARPA
  5900.  
  5901.  
  5902. Jim Moore (aside from asking about where to buy an Otrona, which
  5903. someone else responded to) asked about what happens to the inventory
  5904. of a company that folds.   I would assume that it gets sold off,
  5905. at least that is what happened to some of the old Atari inventory
  5906. recently (although Atari just sort of turned over, rather than folding).
  5907. A local electronics store bought up a lot of their old stock, and I
  5908. got a 300-baud acoustic modem (Atari 830) for $7.50!  Places like DAK
  5909. probably watch out for things like this too, they bought up all of the
  5910. Olivetti Ink-jet printers, and sold them for $199 each, after control
  5911. of Olivetti was turned over to a company that was not interested in
  5912. maintaining that product.  (The above "aquisition" is un-verified, and
  5913. mentioned AS REMEMBERED from reading the DAK advertisement for the 
  5914. printer in question...I do NOT want to start any un-founded rumors
  5915. about Olivetti! -rmh)  Keep an eye out for bargains such as those 
  5916. mentioned above when a company runs into problems!  (I would not
  5917. normally consider buying a 300-baud modem, I was waiting for the
  5918. prices on the 1200's to come down after the introduction of the
  5919. 2400's......but for that price I can even put up w/ the problems
  5920. of an acoustic modem.....)
  5921.  
  5922.             -R. Hartman
  5923.             max.hartman@AMES-VMSB
  5924. ------
  5925. 29-Apr-85 23:58:34-MDT,1207;000000000000
  5926. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5927. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:58:30-MDT
  5928. Received: from lll-mfe.arpa by AMSAA.ARPA id a002263; 26 Apr 85 15:15 EST
  5929. Date: Fri, 26 Apr 85 05:01 EST
  5930. From: SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  5931. Subject: Kaypro Termcap Entry - Comparison with ADM-3A
  5932. To: INFO-CPM@AMSAA.ARPA
  5933.  
  5934.  
  5935. The following is the entry from our site's EMACS termcap file (under VAX/VMS)
  5936. that I have used successfully on a Kaypro 2.  They are virtually identical 
  5937. except for the last entry "dl=\ER:".
  5938.  
  5939. "dl=" is for the "delete current line" function, which moves all lines below
  5940. it up by one.  The "\ER:" means escape-R, with the '\' and ':' being
  5941. delimiters.
  5942.  
  5943. la|ADM3A|adm3a|3a|lsi adm3a:\
  5944.         :am:bs:cm=\E=%+ %+ :cl=^Z:co#80:ho=^^:li#24:ma=j^Jk^P^K^Pl \
  5945.         :nd=^L:up=^K:\
  5946.         :ce=^X:cs=^W:
  5947. lx|kaypro:\
  5948.         :am:bs:cm=\E=%+ %+ :cl=3^Z:co#80:ho=^^:li#24:ma=j^Jk^P^K^Pl \
  5949.         :nd=^L:up=^K:\
  5950.         :ce=^X:cs=^W:dl=\ER:
  5951.  
  5952. I hope this is helpful to you.  -- rcs
  5953.  
  5954. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  5955.    SECRIST%OAK.SAInet.MFEnet@LLL-MFE.Arpa  *  Science Application Intl. Corp 
  5956. 29-Apr-85 23:58:47-MDT,639;000000000000
  5957. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5958. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:58:44-MDT
  5959. Received: from brl-tgr.arpa by AMSAA.ARPA id a000293; 27 Apr 85 8:03 EST
  5960. Received: from usenet by BRL.ARPA id a021307; 26 Apr 85 23:48 EST
  5961. From: D Gary Grady <dgary%ecsvax.uucp@BRL.ARPA>
  5962. Newsgroups: net.micro.cpm
  5963. Subject: Re: Superbrains wanted
  5964. Message-ID: <1090@ecsvax.UUCP>
  5965. Date: 25 Apr 85 17:19:19 GMT
  5966. To:       info-cpm@AMSAA.ARPA
  5967.  
  5968. Doesn't this belong in net.jobs?  :->
  5969. -- 
  5970. D Gary Grady
  5971. Duke U Comp Center, Durham, NC  27706
  5972. (919) 684-3695
  5973. USENET:  {seismo,decvax,ihnp4,akgua,etc.}!mcnc!ecsvax!dgary
  5974. 29-Apr-85 23:58:57-MDT,871;000000000000
  5975. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5976. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:58:54-MDT
  5977. Received: from brl-tgr.arpa by AMSAA.ARPA id aa00293; 27 Apr 85 8:03 EST
  5978. Received: from usenet by BRL.ARPA id a021391; 26 Apr 85 23:50 EST
  5979. From: Carol Kent <cmk%amdahl.uucp@BRL.ARPA>
  5980. Newsgroups: net.dcom,net.micro,net.micro.cpm
  5981. Subject: "Genesis" Data Communications software?
  5982. Message-ID: <1451@amdahl.UUCP>
  5983. Date: 25 Apr 85 23:29:37 GMT
  5984. Xref: seismo net.dcom:950 net.micro:10696 net.micro.cpm:4341
  5985. To:       info-cpm@AMSAA.ARPA
  5986.  
  5987.  
  5988. Can anyone provide me with information on a microcomputer
  5989. software package called "Genesis"?  It is a data communications
  5990. network piece of software which runs under CP/M or CPM86 (according
  5991. to my sources, who know nothing more about "Genesis".
  5992.  
  5993. Please reply by mail.
  5994.  
  5995. Thanks (in advance) for any help.
  5996. 29-Apr-85 23:59:11-MDT,1296;000000000000
  5997. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5998. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:59:06-MDT
  5999. Received: from usc-isid.arpa by AMSAA.ARPA id a000457; 27 Apr 85 9:44 EST
  6000. Date: 26 Apr 1985 18:23-EST
  6001. Sender: ABN.ISCAMS@USC-ISID.ARPA
  6002. Subject: Random Number Generators
  6003. From: ABN.ISCAMS@USC-ISID.ARPA
  6004. To: info-cpm@AMSAA.ARPA
  6005. Cc: abn.iscams@USC-ISID.ARPA
  6006. Message-ID: <[USC-ISID.ARPA]26-Apr-85 18:23:19.ABN.ISCAMS>
  6007.  
  6008. NetLandians,
  6009.  
  6010. I'm busily collecting various Random Number Generators (RNGs for now).
  6011. One friend on the net pointed me at Prof. Arne Thesen, an engineer at
  6012. Univ of Wisconsin-Madison.  The kind professor mailed me several of his most
  6013. interesting papers, and I'm busily trying to understand them.
  6014.  
  6015. One hack of one of his algorithms is in my directory, ABN.ISCAMS@USC-ISID,
  6016. available via Anonymous FTP.  TurboPascal, demo version only, using the
  6017. Tausworthe Algorithm.  Nice code.  Other techniques will be available, plus
  6018. a full copy of his most pertinent two papers, as I get the time.
  6019.  
  6020. Professor Thesen kindly placed his work in the Public Domain, with the
  6021. condition that credits remain with the code/articles.
  6022.  
  6023. Regards,
  6024. David Kirschbaum
  6025. Toad Hall
  6026. (ABN.ISCAMS@USC-ISID)
  6027. P.S.: excuse the Pascal hack - I'm only a novice in the language.
  6028. 29-Apr-85 23:59:27-MDT,3337;000000000000
  6029. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6030. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 29 Apr 85 23:59:19-MDT
  6031. Date:     Sun, 28 Apr 85 10:07:33 EST
  6032. From:     David Towson (SECAD) <towson@AMSAA.ARPA>
  6033. To:       SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  6034. cc:       INFO-CPM@AMSAA.ARPA
  6035. Subject:  Re:  Kaypro Termcap Entry - Comparison with ADM-3A
  6036.  
  6037. Richard et al - The string "ma=...etc" in the termcaps you posted for the
  6038. ADM-3A and kaypro appears to be in error.  The "ma" string is an "arrow-key
  6039. map" for use with the screen editor "vi", version 2 only.  This string is
  6040. now essentially obsolete.  Nevertheless, the string you posted "j^Jk^P^K^Pl"
  6041. appears to have two problems: it contains a printing character "j" as the
  6042. first character, and the field-separator ":" is missing from the end.  It
  6043. seems that having a printing character as the first character issued by an
  6044. arrow key would be extremely confusing, since it could not be distinguished
  6045. from the same character in text until a following key or keys had been
  6046. examined.  This would cause that particular printing character not to be
  6047. echoed to the screen until the following character or characters had been
  6048. entered.  The ADM-3A termcap entry for our local UNIX machines gives just
  6049. "^K^P" for the "ma" string.  This is, I admit, a minor point since the "ma"
  6050. string will be rarely (if ever) used.  A more significant apparent error is
  6051. in the string "cs=...etc".  Our local UNIX documentation has this string
  6052. being used to change the scrolling region, which is quite different from
  6053. "clear-to-end-of-display" ("cd"), which seems to have been the intent.
  6054.  
  6055.      Of possibly more interest is the following termcap for the Kaypro-II,
  6056. taken from our local "/etc/termcap" file.
  6057.  
  6058. # KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
  6059. # I've found that my KayPro II, running MDM730, continues to emulate an
  6060. # ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
  6061. # system the following termcap entry works well:
  6062. # I have noticed a couple of minor glitches, but nothing I can't work
  6063. # around.
  6064. k2|kaypro|KayPro II:\
  6065.     :am:bs:li#24:co#80:\
  6066.     :cm=\E=%+ %+ :\
  6067.     :ho=^^:cl=1^Z:\
  6068.     :nd=^L:up=^K:do=^J:\
  6069.     :ce=^X:cd=^W:\
  6070.     :al=\EE:dl=\ER:
  6071.  
  6072. I have no personal experience with this termcap, and I don't know why there
  6073. are strings for moving the cursor right, up and down ("nd", "up" and "do"
  6074. respectively), but not one to move the cursor left ("le").  But the added
  6075. string "al" (add line) is particularly desirable for use with screen editors
  6076. via low-speed communications, as it allows local re-writing of a substantial
  6077. portion of the screen, and you don't have to wait for this re-writing to be
  6078. done at low speed from the remote machine.  Perhaps Richard Turner, the author
  6079. (who receives info-cpm), will comment on the missing "le" string, and also
  6080. on whether his shorter (one millisecond versus three) delay for the clear-
  6081. screen ("cl") string has caused any problems.
  6082.  
  6083.      General note:  Termcaps seem awfully cryptic and confusing at first
  6084. encounter, but they are really not difficult to comprehend PROVIDED you have
  6085. a good set of instructions.  I will be happy to send such a set of instructions
  6086. to anyone who wants it.  But please send requests to me, and not to the whole
  6087. list unless absolutely necessary.
  6088.  
  6089.  
  6090.  
  6091. Dave
  6092. 30-Apr-85 00:00:29-MDT,928;000000000000
  6093. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6094. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 00:00:21-MDT
  6095. Received: from amc-hq.arpa by AMSAA.ARPA id a001121; 28 Apr 85 12:17 EST
  6096. Received: From Usadhq2.ARPA by AMC-HQ via smtp;  28 Apr 85 11:21 EDT
  6097. Date:     Sun, 28 Apr 85 10:41:38 EDT
  6098. From:     "Richard G. Turner"@AMC-HQ.ARPA, PERI-ET@AMC-HQ.ARPA, 
  6099.           USARI <rturner%usadhq2.arpa@AMC-HQ.ARPA>
  6100. To:       David Towson (SECAD) <towson%amsaa.arpa@AMC-HQ.ARPA>
  6101. cc:       SECRIST%OAK.SAINET.MFENET%lll-mfe.arpa@AMC-HQ.ARPA, 
  6102.           INFO-CPM%amsaa.arpa@AMC-HQ.ARPA
  6103. Subject:  Re:  Kaypro Termcap Entry - Comparison with ADM-3A
  6104.  
  6105. Dave,
  6106.  
  6107. Sorry, but I am not the author of the Kaypro II termcap entry that you
  6108. credited me with. I received that from someone else on the net, and found
  6109. it useful.
  6110.  
  6111. I'll look around and see if I can determine who sent it, but I'm afraid the
  6112. source is lost.
  6113.  
  6114. rick
  6115. 30-Apr-85 00:01:35-MDT,5602;000000000000
  6116. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6117. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 00:01:13-MDT
  6118. Received: from rand-unix.arpa by AMSAA.ARPA id a001482; 28 Apr 85 14:29 EST
  6119. Received: by rand-unix.ARPA; Sun, 28 Apr 85 11:10:49 pdt
  6120. From: Bridger Mitchell <bridger@rand-unix.ARPA>
  6121. Message-Id: <8504281810.AA13271@rand-unix.ARPA>
  6122. Date: 28 Apr 85 11:10:46 PDT (Sun)
  6123. To: info-cpm@AMSAA.ARPA
  6124. Cc: bridger mitchell <bridger@rand-vax.arpa>
  6125. Subj: DateStamper for CP/M 2.2 is ready
  6126.  
  6127.  
  6128. DateStamper(tm) --  a CP/M 2.2 system extension for automatic time-and
  6129. -date-stamping of files -- has passed its beta-tests, thanks to skillful and
  6130. persistent assistance from Dave Birnbaum, Hal Bower, Bob Clements,
  6131. Jack Bicer, Paul Kelley, Kim Korner, Neil Maron, Dick Mead, Mike Niswonger,
  6132. Ed Park, and John Shaver.
  6133.  
  6134. This announcement summarizes how DateStamper works, its major features,
  6135. companion utilities, and availability.
  6136.  
  6137.         --------------------------------------
  6138.  
  6139.                 DateStamper(tm)
  6140.  
  6141.   A CP/M 2.2 system extension for automatic time-and-date-stamping of files.
  6142.  
  6143.  
  6144.              >>>  HOW IT WORKS  <<<
  6145.  
  6146. Disks prepared for DateStamping store the created, modified, and accessed
  6147. dates for each directory entry in a special file, which is the first-
  6148. allocated file on the disk and also the first entry in the directory.
  6149.  
  6150. The command to load DateStamper may be placed in the user's command
  6151. processor buffer to allow automatic loading at each cold boot; or,
  6152. DateStamper can be loaded manually with a transient command.  DateStamper
  6153. then patches into the BIOS and BDOS, and monitors BDOS calls until cold-boot
  6154. or power-down.  It keeps track of writes, and updates the time-and-date file
  6155. on creates, opens, and closes, using BIOS file i/o.
  6156.  
  6157. The clock-reading routine is externally callable at an offset available at a
  6158. BDOS patch.  It returns packed BCD date and time to the caller's buffer.
  6159.  
  6160.  
  6161.             >>>  MAJOR FEATURES  <<<
  6162.  
  6163. Function       ..  Stamps every file's create, access and modify time and date
  6164.            with imperceptible overhead.
  6165.  
  6166. Hardware       ..  Clock NOT REQUIRED.  Default mode uses a "relative"
  6167.            counter clock that increments on each file access.
  6168.            ..  Use any hardware or terminal real-time clock to stamp
  6169.            actual time.  Pre-assembled routines for popular clocks,
  6170.            plus custom ASM option.
  6171.  
  6172. Compatibility  ..  Works with all programs adhering to CP/M 2.2 interfacing
  6173.                    standards.
  6174.            ..  Runs with replacement CCP's such as ZCPRx
  6175.            ..  Requires standard CP/M 2.2 BDOS.
  6176.            ..  Disks and files are fully compatible with standard CP/M 80
  6177.            and CP/M 86 format (but not CP/M 86 timestamp).  Intermix
  6178.            regular and DateStamper-prepared disks.
  6179.  
  6180. Resource use   ..  Uses less than 1K memory.  Loads below the CCP (default
  6181.            case) or above the BIOS.
  6182.            ..  Uses 1 directory entry plus 1 small file per disk.
  6183.  
  6184. Accessibility  ..  Portable, machine-independent entrypoint for reading date
  6185.            and time.
  6186.            ..  File times and dates available to applications programs.
  6187.  
  6188.  
  6189.              >>>  PRINCIPAL  UTILITIES  <<<
  6190.  
  6191. SDD           ..  SuperDirectory enhanced to show create, access, modify
  6192.            time and date in selectable formats and to support
  6193.            PUBlic filetype.
  6194.  
  6195. DATSWEEP       ..  A compleat 6-window file-maintenance utility.  Select and
  6196.            tag files by wildcard, attribute bit, and date-time
  6197.            relational operators for copy/rename/erase/change-date/
  6198.            change-user-number operations.  View mode is bidirectional
  6199.            with horizontal scrolling and string-search (forward-only
  6200.            for squeezed files).
  6201.  
  6202. LOG,TOTALLOG   ..  Log time-stamped category of computer use.  Show monthly
  6203.            summary by category.
  6204.  
  6205. DATE           ..  Display current date and time.
  6206.  
  6207.  
  6208.             >>>  INSTALLATION UTILITIES  <<< 
  6209.  
  6210. ..    Prepare a disk with time-and-date file.  Run once for each disk.
  6211. ..    Set date and relative time, when required.
  6212. ..    Configure utilities for terminal-specific video sequences.
  6213. ..    Set default modes for utilities.
  6214. ..    Customize DateStamper for system addresses, real-time clock, and
  6215.     auto-execute command line.
  6216.  
  6217.  
  6218.              >>>  COMPANION UTILITIES  <<<
  6219.  
  6220.     The DateStamper toolkit disk(s) will contain additional utilities
  6221. with source code, including user contributions.  They currently comprise:
  6222.  
  6223. MAKE         ..    Create submit script from a makefile of file dependencies
  6224.         based on last-modified date (a la unix) -- by Neil Maron.
  6225. MCAT,XCAT  ..    Catalog and cross-reference disks with file dates --
  6226.         by Hal Bower.
  6227. APPEND       ..    Concatenate text files with filename/datestamp separator.
  6228. SAP51       ..    New version of SAP (sort and pack directory) that supports
  6229.         the DateStamper time and date file; with other improvements.
  6230. DSLIB       ..    8080 ASM library of routines to read clock and return file
  6231.         time and date, callable from BDS-C.
  6232.  
  6233.  
  6234.              >>>  AVAILABILITY  <<<
  6235.  
  6236. Plu*Perfect Systems is sending information brochures and taking orders;
  6237. shipments will go out as soon as the manual comes back from the printer --
  6238. estimated May 6.
  6239.  
  6240. Formats/versions:
  6241.  
  6242. ..    Standard formats: 8" SSSD, Kaypro SSDD and Osborne SSDD -- $49
  6243. ..    Other formats: (no 96 tpi) -- $54.
  6244. ..    Special Kaypro autoboot version for users with Plu*Perfect's
  6245.     enhanced CP/M 2.2E -- $39.
  6246.  
  6247. Toolkit disk for companion utilities -- $12 (standard format), $17 (other).
  6248.  
  6249. Add $3 shipping and handling.  In California add 6% sales tax.
  6250.  
  6251. Plu*Perfect Systems
  6252. Box 1494
  6253. Idyllwild, CA 92349
  6254. 714-659-4432
  6255.  
  6256.  
  6257. Trademarks:    DateStamper (Plu*Perfect Systems), CP/M (Digital Research).
  6258. 30-Apr-85 00:01:54-MDT,663;000000000000
  6259. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6260. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 00:01:44-MDT
  6261. Received: from brl-tgr.arpa by AMSAA.ARPA id a000341; 28 Apr 85 18:26 EST
  6262. Received: from usenet by BRL.ARPA id a001939; 28 Apr 85 17:14 EST
  6263. From: Sam Chin <tsc2597%acf4.uucp@BRL.ARPA>
  6264. Newsgroups: net.micro.cpm
  6265. Subject: Re: Superbrains wanted
  6266. Message-ID: <1010012@acf4.UUCP>
  6267. Date: 27 Apr 85 18:08:00 GMT
  6268. To:       info-cpm@AMSAA.ARPA
  6269.  
  6270. <>
  6271.  
  6272. Is Intertec, the maker of Superbrains still around? I remember them producing
  6273. a network and PC compatibles at some point.
  6274.  
  6275.                      S Chin
  6276.                      tsc2597.acf4@nyu
  6277. 30-Apr-85 00:02:06-MDT,1464;000000000000
  6278. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6279. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 00:02:00-MDT
  6280. Received: from brl-tgr.arpa by AMSAA.ARPA id a000349; 28 Apr 85 18:26 EST
  6281. Received: from usenet by BRL.ARPA id a002370; 28 Apr 85 17:24 EST
  6282. From: Ravi Subrahmanyan <ravi%mcnc.uucp@BRL.ARPA>
  6283. Newsgroups: net.micro.cpm
  6284. Subject: Hard disk-drive question
  6285. Message-ID: <514@mcnc.mcnc.UUCP>
  6286. Date: 27 Apr 85 01:09:05 GMT
  6287. To:       info-cpm@AMSAA.ARPA
  6288.  
  6289.  
  6290.  
  6291. I have a 64K ATR8000 CP/M 80 machine, and someone has just come
  6292. out with a hard disk drive for it.  The drive can store 8 Mb, and 
  6293. costs $895.00  .  That is almost as much as the cost of the computer
  6294. and two 5.25" floppy drives, and I'm wondering if it is worth putting
  6295. in all that money for the hard disk.  Never having used one before, I
  6296. have no basis for judgement.  I'm pretty happy with the system itself,
  6297. I run a fair bit of stuff on it (Wordstar, Turbo and C, terminal emulation
  6298. and so on), and I'm trying to get ZCPR3 cranked up on it.  But I have
  6299. been asked if I can justify spending another $1000 on a system that appears
  6300. to be obsolete, and I'm finding it hard to say very much.  I would
  6301. appreciate comments from any of you 'out there in netland'.
  6302. Is it convinient enough to be worth the cost?  Is it worth investing
  6303. in this system?   Everything will be appreciated.  Thanks,
  6304.  
  6305.                 .........ravi     ( ..decvax!mcnc!ravi)
  6306.  
  6307. ps: please reply by mail.
  6308. 30-Apr-85 00:02:18-MDT,1103;000000000000
  6309. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6310. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 00:02:13-MDT
  6311. Received: from brl-tgr.arpa by AMSAA.ARPA id a000513; 28 Apr 85 18:58 EST
  6312. Received: from usenet by BRL.ARPA id a003111; 28 Apr 85 17:39 EST
  6313. From: "R.Thomas" <rbt%sftig.uucp@BRL.ARPA>
  6314. Newsgroups: net.micro.cpm
  6315. Subject: Re: Basic unsqueezer
  6316. Message-ID: <523@sftig.UUCP>
  6317. Date: 26 Apr 85 15:24:56 GMT
  6318. To:       info-cpm@AMSAA.ARPA
  6319.  
  6320. > I picked this up on a local BBS with NO DOCUMENTATION, but I still
  6321. > think it may be of use to the users of SIMTEL20's repository.
  6322. > --Arun [NBaheti.es@Xerox]
  6323.  
  6324. Does anybody on this net have the specs for the algorithm used to squeeze
  6325. (or more importantly, unsqueeze) things on SIMTEL20?
  6326. Better yet, if there is a C program to do the unsqueezing, could somebody
  6327. post it, or mail it to me.  PLEASE!
  6328.  
  6329. If somebody will mail me the English description of the algorithm, I will
  6330. write a C program to do it and post it to net.sources.
  6331.  
  6332. Rick Thomas
  6333. {ihnp4,akgua,bellcore,ucbvax,just about anywhere}!attunix!rbt
  6334. (201)-522-6062
  6335. 30-Apr-85 00:02:35-MDT,1790;000000000000
  6336. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6337. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 00:02:27-MDT
  6338. Received: from brl-tgr.arpa by AMSAA.ARPA id a000533; 28 Apr 85 18:58 EST
  6339. Received: from usenet by BRL.ARPA id a003371; 28 Apr 85 17:45 EST
  6340. From: bill%persci.uucp@BRL.ARPA
  6341. Newsgroups: net.micro.cpm
  6342. Subject: Re: Basic unsqueezer
  6343. Message-ID: <155@persci.UUCP>
  6344. Date: 27 Apr 85 14:47:39 GMT
  6345. To:       info-cpm@AMSAA.ARPA
  6346.  
  6347. > Does anybody on this net have the specs for the algorithm used to squeeze
  6348. > (or more importantly, unsqueeze) things on SIMTEL20?
  6349. > Better yet, if there is a C program to do the unsqueezing, could somebody
  6350. > post it, or mail it to me.  PLEASE!
  6351. > [...]
  6352. > Rick Thomas  {ihnp4,akgua,bellcore,ucbvax,just about anywhere}!attunix!rbt
  6353.  
  6354. I have a copy of both sq.c and usq.c which I find to be compatible with the
  6355. CP/M utilities I use. I got them off a BBS somewhere, and fixed them. I use
  6356. them a good deal for squeezing files to be transferred between our VAX at 
  6357. work and my CP/M machine at home. At 300 baud, I need all the help I can get!
  6358.  
  6359. These utilities appear to have come from the net originally. I haven't been on
  6360. long, so I wouldn't really know. If there is interest, I will post them to
  6361. net.sources.
  6362.  
  6363. A Word of Warning: I sent these utilities to several other CP/M users in the
  6364. area (on the net). One (and only one) reported that he was unable to unsqueeze
  6365. files that he squeezed on his system at home! Something caused usq to crash
  6366. with a core dump. We have not found the problem, but it only occurs with files
  6367. squeezed by his particular squeeze program! The rest of us have never had a 
  6368. problem with the utilities.
  6369.  
  6370. -- 
  6371. Bill Swan    {ihnp4|decvax|...}!uw-beaver!tikal!persci!bill
  6372. ...and some days the dragon wins!
  6373. 30-Apr-85 09:19:23-MDT,945;000000000000
  6374. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6375. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 09:19:18-MDT
  6376. Received: from simtel20.arpa by AMSAA.ARPA id a000874; 30 Apr 85 9:05 EDT
  6377. Date: Tue, 30 Apr 1985  08:29 MDT
  6378. Message-ID: <KPETERSEN.12107278902.BABYL@SIMTEL20.ARPA>
  6379. Sender: KPETERSEN@SIMTEL20.ARPA
  6380. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  6381. To:   Info-Cpm@AMSAA.ARPA
  6382. Subject: RCPM-061.LQT phone list of all known RCPMs updated
  6383.  
  6384. The latest list of all known RCPM (Remote CP/M) systems is now
  6385. available from SIMTEL20.  If you cannot FTP and you are not already on
  6386. the list to automatically receive updates of RCPM-xx.LST, please send
  6387. a note to me and I'll add you to the mailing list.
  6388.  
  6389. Filename            Type     Bytes     CRC
  6390.  
  6391. Directory MICRO:<CPM.MISC>
  6392. RCPM-061.LQT.1            BINARY     44288  3EEAH
  6393.  
  6394. --Keith <W8SDZ@SIMTEL20.ARPA>
  6395. Usenet: ...!decvax!brl-bmd!w8sdz
  6396.   or    ...!unc!brl-bmd!w8sdz
  6397.   or    ...!seismo!brl-tgr!w8sdz
  6398. 30-Apr-85 13:16:04-MDT,1114;000000000000
  6399. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6400. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 13:15:59-MDT
  6401. Date:     Tue, 30 Apr 85 14:37:49 EDT
  6402. From:     David Towson (SECAD) <towson@AMSAA.ARPA>
  6403. To:       info-cpm@AMSAA.ARPA
  6404. Subject:  AMSAA hardware problems.
  6405.  
  6406. Fellow CP/Mers - For nearly two months, the machine from which info-cpm is
  6407. distributed has been having hardware problems.  These have been sporadic in
  6408. nature, with frequent crashes at times, and then "quiet periods" during which
  6409. the machine stayed up for several days.  Things now seem to be building to
  6410. some sort of climax.  So far today, the machine has crashed at least eight
  6411. times.  With luck, the thing will go down and stay dead so that DEC maintenance
  6412. can find the problem.  Without luck, we may limp along for weeks.
  6413.  
  6414.      It is possible that mail processing will be noticeably slowed by these
  6415. frequent crashes.  Please be patient if info-cpm traffic becomes erratic.
  6416. Those of us who are homed on this machine are just as unhappy about the
  6417. situation as you are.
  6418.  
  6419.  
  6420. Dave
  6421. towson@amsaa.arpa aka info-cpm-request
  6422.  
  6423. 30-Apr-85 14:02:29-MDT,702;000000000000
  6424. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6425. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 14:02:23-MDT
  6426. Date:     Tue, 30 Apr 85 15:22:16 EDT
  6427. From:     David Towson (SECAD) <towson@AMSAA.ARPA>
  6428. To:       info-cpm@AMSAA.ARPA
  6429. Subject:  AMSAA hardware problems.
  6430.  
  6431. Fellow CP/Mers - Until amsaa.arpa gets fixed, I suggest that all messages
  6432. sent to info-cpm be addressed to "info-cpm@brl.arpa".  That way, they will
  6433. be immediately accepted by whichever local machine is currently answering
  6434. to the net address "brl", and further delivery to amsaa will become our
  6435. local affair.  Such deliveries are attempted at ten-minute intervals.
  6436.  
  6437.  
  6438. Dave
  6439. towson@amsaa.arpa aka info-cpm-request
  6440.  
  6441. 30-Apr-85 15:43:09-MDT,2189;000000000000
  6442. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6443. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 15:43:01-MDT
  6444. Received: from ari-hq1.arpa by AMSAA.ARPA id a000270; 30 Apr 85 17:11 EDT
  6445. Date: 30 Apr 85 16:47:00 EST
  6446. From: brake@ari-hq1.ARPA
  6447. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  6448. Subject: MAILORDERS
  6449. To: info-cpm <info-cpm@AMSAA.ARPA>
  6450. Reply-To: brake@ari-hq1.ARPA
  6451. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  6452.  
  6453.  
  6454. I made the mistake last February of thinking that I could 
  6455. place a mail order for a floppy disk drive and receive 
  6456. the new drive in a reasonable time. I looked in various
  6457. magazines for the best price and finaly placed an order
  6458. with P1E for:
  6459.  
  6460.             1 Mitsubishi 8" disk drive,
  6461.             1 box of diskettes, and
  6462.             1 30"/60" cable
  6463.  
  6464. After waiting a few weeks for the drive to be stocked, I
  6465. received:
  6466.  
  6467.             1 dual 8" disk drive cabinet w/power supply,
  6468.             1 30"/30" cable, and
  6469.             1 invoice that listed correctly my original order
  6470.  
  6471. I called P1E and was informed that they would ship me the
  6472. correct order only after I returned the incorrect items. On
  6473. my original order I included $9.50 for shipping and handling.
  6474. When I shipped the incorrect order back to P1E the shipping
  6475. cost me $11.50 since the cabinet was heavier than my original
  6476. order. When I asked the service people about getting my
  6477. money back, they said that I would have to eat the cost for
  6478. their mistake. 
  6479.  
  6480. The final twist of this whole mess is that they have confirmed
  6481. that they received my order on 4/9/85 but as of today no 
  6482. shipment back to me has been made. 
  6483.  
  6484. One thing that has saved me money on this whole mess is that
  6485. you do not have to use the long distance number to get P1E.
  6486. I have been able to use the 800 number and have them connect
  6487. me to customer service. If it wasn't for that I think my
  6488. phone bill would be larger than my original order.
  6489.  
  6490. This has been my third order (and last) with P1E and they
  6491. are batting 3 for 3. In the future I will pay the higher
  6492. east coast prices just to be able to get my hands on
  6493. the vendor when things go wrong.
  6494.  
  6495. Dennis [BRAKE@ARI-HQ1]
  6496. ------
  6497. 30-Apr-85 22:19:32-MDT,1526;000000000000
  6498. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6499. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 22:19:21-MDT
  6500. Received: from usc-isid.arpa by AMSAA.ARPA id a001640; 30 Apr 85 23:47 EDT
  6501. Date: 30 Apr 1985 23:45-EDT
  6502. Sender: ABN.ISCAMS@USC-ISID.ARPA
  6503. Subject: Re: Basic unsqueezer
  6504. From: ABN.ISCAMS@USC-ISID.ARPA
  6505. To: bill%persci.uucp@BRL.ARPA
  6506. Cc: info-cpm@AMSAA.ARPA
  6507. Message-ID: <[USC-ISID.ARPA]30-Apr-85 23:45:57.ABN.ISCAMS>
  6508. In-Reply-To: <155@persci.UUCP>
  6509.  
  6510. Bill (et al),
  6511.  
  6512. Can't find my listing of the SIGM volumes at SIMTEL20 ANYWHERE!  But anyway...
  6513.  
  6514. Our friends at Universidad de Pueblo in Mexico City disassembled the 8080
  6515. version of SQ and USQ from its binary .COM file (as a student exercise, I
  6516. understand), and rewrote it like humans would in Assembler.
  6517.  
  6518. Carved a whole BUNCH of waste out of it, reduced its compiled form signifi-
  6519. cantly, and also increased its speed.
  6520.  
  6521. The kid went through THEIR source code, stuck in a bunch of Z80 stuff (and
  6522. tightened up the code a little more), and it still works!
  6523.  
  6524. However, for a nice, documented (yep, in English) source code for SQ and
  6525. USQ squeeze programs, to include a nice library where you can use the SQ
  6526. and USQ algorithms as part of a byte stream in about ANYTHING...
  6527.  
  6528. It's in one of the volumes (above 170, as I recollect) in the SIGM archives
  6529. at SIMTEL20, identified (as several volumes are) by the Univ. de
  6530. Pueblo name and a bunch of SQ/USQ files.  Have fun!  I sure did!
  6531.  
  6532. Regards,
  6533. David Kirschbaum
  6534. Toad Hall
  6535. ABN.ISCAMS@USC-ISID
  6536. 30-Apr-85 22:31:29-MDT,1153;000000000000
  6537. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6538. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 30 Apr 85 22:31:23-MDT
  6539. Received: from usc-isid.arpa by AMSAA.ARPA id a001656; 30 Apr 85 23:52 EDT
  6540. Date: 30 Apr 1985 23:50-EDT
  6541. Sender: ABN.ISCAMS@USC-ISID.ARPA
  6542. Subject: Re: Basic unsqueezer
  6543. From: ABN.ISCAMS@USC-ISID.ARPA
  6544. To: rbt%sftig.uucp@BRL.ARPA
  6545. Cc: info-cpm@AMSAA.ARPA
  6546. Message-ID: <[USC-ISID.ARPA]30-Apr-85 23:50:28.ABN.ISCAMS>
  6547. In-Reply-To: <523@sftig.UUCP>
  6548.  
  6549. Oh, yeah,
  6550.  
  6551. Almost forgot, re the algorithm for SQ/USQ.
  6552.  
  6553. Forget where I found it (on this net?), but some persevering soul did an USQ
  6554. in BASIC for the PC that nicely shows the algorithm if you can read BASIC.
  6555. (They are the first to admit it runs slowly uncompiled, and barely tolerably
  6556. compiled.)
  6557.  
  6558. If no one else remembers where this came from, I can upload to the requesting
  6559. party or put it available via Anonymous FTP in my directory.  Just yell.
  6560.  
  6561. Donno if the rascal actually works (didn't bother to try), but the code looks
  6562. sound as I recollect from my work with the .ASM and .ZSM versions I played with.
  6563.  
  6564. Regards,
  6565. David Kirschbaum
  6566. Toad Hall
  6567. ABN.ISCAMS@USC-ISID
  6568.