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

  1.  1-Jan-83 21:25:00,881;000000000000
  2. Date: 1 January 1983 23:25-EST
  3. From: Michael C. Adler <MADLER@mit-ml.arpa>
  4. Subject: Magnolia LINK format
  5. To: Info-cpm@brl.arpa
  6. Received: From 10.3.0.6.ARPA via smtptcp for info-cpm;  9 Jan 83 18:56 EST
  7. Received: From 10.0.0.29.ARPA via smtptcp for info-cpm;  9 Jan 83 19:11 EST
  8. Received: From 10.3.0.29.ARPA via smtptcp for info-cpm-outbound; 
  9.           9 Jan 83 21:21 EST
  10.  
  11. Could somebody tell me what Magnolia's link program does to address tables,
  12. etc. when it is used to create their MOVCPM?  I need to know what a .HEX
  13. file must contain to be accepted and the actions caused by various forms
  14. of .HEX files.
  15.  
  16. It appears that the most logical way to create buffer space for ZCPR2 would
  17. be to simply link a few hundred garbage bytes to MOVCPM.  If I need more space
  18. for the cold boot routine, I could also patch it to jump to my linked code.
  19.  
  20. Thanks!
  21. -Michael
  22.  2-Jan-83 00:47:00,1067;000000000000
  23. Date: 2 January 1983 02:47-EST
  24. From: Keith Petersen <W8SDZ@mit-mc.arpa>
  25. Subject: MODEM2 for HP-125
  26. To: Info-Cpm@brl.arpa
  27. Received: From 10.3.0.44.ARPA via smtptcp;  10 Jan 83 4:17 EST
  28. Received: From 10.0.0.29.ARPA via smtptcp;  10 Jan 83 6:57 EST
  29. Received: From 10.3.0.29.ARPA via smtptcp;  10 Jan 83 8:04 EST
  30.  
  31. Forwarded from my RCPM system, replies to address below please,
  32. not me.  Thanks.
  33.  
  34. ---forwarded message---
  35.  
  36. Date: January 1, 1983
  37. From: Gene Head
  38. To:   All HP-125 users
  39.  
  40. I have MODEM20.ASM working on the HP-125 PC.
  41.  
  42. Send me a blank, formatted disk and a postage-paid
  43. return mailer and I'll send you what I have.
  44.  
  45. NOTE:  You will need a cable to go from the LARGE
  46. 50 pin connector to your serial modem.  The smaller
  47. connector only transfers seven bits of data.
  48.  
  49. If you have more current or more accurate data on
  50. the HP-125 and MODEM let me know.  I'm no expert.
  51.  
  52. Gene Head
  53. 2860 NW Skyline Drive
  54. Corvallis, Oregon  97330
  55.  
  56. (503) 758-0279  people phone 9am to 9pm daily
  57. (503) 758-8408  computer ring-back 9pm to 9am weeknites
  58.  2-Jan-83 01:03:00,663;000000000000
  59. Date: 2 January 1983 03:03-EST
  60. From: Keith Petersen <W8SDZ@mit-mc.arpa>
  61. To: RMS.G.EH.MIT-OZ@brl.arpa
  62. cc: EH@mit-ai.arpa, Info-Cpm@brl.arpa
  63. In-reply-to: The message of 31 Dec 1982 14:16-EST from RMS.G.EH.MIT-OZ at BRL
  64. Received: From 10.3.0.44.ARPA via smtptcp for info-cpm;  9 Jan 83 19:42 EST
  65. Received: From 10.0.0.29.ARPA via smtptcp for info-cpm;  9 Jan 83 20:55 EST
  66. Received: From 10.3.0.29.ARPA via smtptcp for info-cpm-outbound; 
  67.           9 Jan 83 23:05 EST
  68.  
  69. MODEM731 is MANY revisions old, was around the time when bugs crept in
  70. (which have long since been fixed).  Latest version if MODEM797, which
  71. is compatible with MODEM2xx and XMODEMxx..
  72.  3-Jan-83 22:32:00,2583;000000000000
  73. Date: 4 January 1983 00:32-EST
  74. From: Paul L. Kelley <PLK@mit-mc.arpa>
  75. Subject: FIXTEX, a text file utility
  76. To: INFO-CPM@brl.arpa
  77. Received: From 10.3.0.44.ARPA via smtptcp for info-cpm;  9 Jan 83 21:29 EST
  78. Received: From 10.0.0.29.ARPA via smtptcp for info-cpm;  9 Jan 83 22:03 EST
  79. Received: From 10.3.0.29.ARPA via smtptcp for info-cpm-outbound; 
  80.           9 Jan 83 23:22 EST
  81.  
  82.  
  83.     The file FIXTEX 10ASM is on MIT-MC in AR21:CPM;  It is based
  84. on FILTER and FILTEX by Keith Petersen (W8SDZ at MIT-MC). The assembly
  85. switches allow 32 different operations to be performed on a text file.
  86.  
  87. The following describes what has been done:
  88.  
  89.     1. Changed to assemble with DRI's ASM,
  90.     2. Changed so that if input file is FILENAME.ABC then output file
  91.         is FILENAME.XYZ where the XYZ's are determined by assembly
  92.         switches or, if renaming is chosen, the output file has
  93.         the original file name and type and the input file name
  94.         has the file type BAK,
  95.     3. Modified so that output file can be on a different drive from
  96.         input file,
  97.     4. Added routines to output several types of files depending on
  98.         assembly time switches, these switches can be set to do
  99.         a number of operations (some are mutually exclusive).
  100.         All cases pad the last sector with EOFs. The operations
  101.         are:
  102.       a. leave text unchanged,
  103.       b. delete all control characters except CR, LF and TAB,
  104.       c. insert LF after each CR if absent,
  105.       d. insert CR before each LF if absent,
  106.       e. delete extraneous LFs (those not following CR),
  107.       f. delete LFs,
  108.       g. insert one space on each blank line,
  109.       h. delete LFs and insert a space on each blank line,
  110.       i. replace TAB with spaces,
  111.       j. delete LFs and replace TABs with spaces,
  112.       k. replace TABs with spaces and insert a space on each blank line,
  113.       l. delete LFs and replace TABs with spaces and insert a space on
  114.         each blank line, (canonical bulletin board file),
  115.       m. delete any character following ESC,
  116.       n. replace more than one space with TABs where possible,
  117.       o. replace more than one space with TABs where possible
  118.         except in 'qouted' strings, (canonical assembly file),
  119.       p. insert a TABs at start of each line,
  120.       q.  insert an arbitrary number of spaces at start of each line.
  121.  
  122.     Options f, g, h, i, j, k and l may be useful when sending files
  123. to bulletin boards and mainframes. Option m may be useful when capturing
  124. text from mainframes which control your terminal in full screen mode.
  125. Option o can shorten assembly language files. Option a is useful when
  126. CRC(K)ing a file sent or received using ITS LMODEM.
  127.  5-Jan-83 15:21:00,658;000000000000
  128. Date:  5 Jan 1983 1721-EST
  129. From: PGA@mit-oz
  130. Subject: BDOS Listing
  131. To: info-cpm@brl.arpa
  132. Received: From 10.3.0.44.ARPA via smtptcp for info-cpm;  9 Jan 83 22:43 EST
  133. Received: From 10.0.0.29.ARPA via smtptcp for info-cpm;  10 Jan 83 2:26 EST
  134. Received: From 10.3.0.29.ARPA via smtptcp for info-cpm-outbound; 
  135.           10 Jan 83 2:47 EST
  136.  
  137. Does anyone have a disassembled version of the CP/M BDOS?
  138. I've been trying to put the ARCHIVE patch, which turns the
  139. third file parameter bit into an ARCHIVE bit, into my system, but
  140. it insists on deleting any file which claims to have been archived.
  141. I have to figure out what's happening.
  142.  
  143. Phill
  144. -------
  145.  7-Jan-83 21:44:00,889;000000000000
  146. Date: 7 January 1983 23:44-EST
  147. From: Paul R. Grupp <GRUPP@mit-mc.arpa>
  148. Subject:  MIT-MC :LMODEM --> ARPA TCP
  149. To: BUG-LMODEM@mit-mc.arpa
  150. cc: KLH@mit-mc.arpa, GRUPP@mit-mc.arpa, info-cpm@brl.arpa
  151. Received: From 10.3.0.44.ARPA via smtptcp;  10 Jan 83 6:11 EST
  152. Received: From 10.0.0.29.ARPA via smtptcp;  11 Jan 83 3:29 EST
  153. Received: From 10.3.0.29.ARPA via smtptcp;  11 Jan 83 3:28 EST
  154.  
  155. There is a problem using LMODEM on MIT-MC over an ARPAnet TCP connection
  156. that prohibits LMODEM from sending COM (binary) files.  The problem appears
  157. to be that when LMODEM sends an 8C hex it is not transmitted to the ARPAnet,
  158. or the Net itself does not pass this character along to the local system.
  159. LMODEM still works for ASCII files provided that the check-sum character
  160. generated by any block doesn't end up being 8C hex.  LMODEM does still work
  161. correctly if connected via ARPAnet NCP.
  162.  7-Jan-83 23:42:00,525;000000000000
  163. Date: 8 January 1983 01:42-EST
  164. From: John Paul McNamee <JDOS@mit-ai.arpa>
  165. To: INFO-CPM@mit-ai.arpa
  166. Received: From 10.2.0.6.ARPA via smtptcp;  13 Jan 83 7:31 EST
  167. Received: From 10.0.0.29.ARPA via smtptcp;  13 Jan 83 7:51 EST
  168. Received: From 10.3.0.29.ARPA via smtptcp;  13 Jan 83 7:34 EST
  169.  
  170. Where on the net can I find the MODEM program that was written
  171. in C? I remember somebody said they wrote one and now I want
  172. to try bringing it up on a PDP-11/70. A C version seems the
  173. easiest to transport.
  174.  
  175.                 John McNamee
  176.  9-Jan-83 22:15:00,703;000000000000
  177. Date: 10 January 1983 00:15-EST
  178. From: Herb Lin <LIN@mit-mc.arpa>
  179. Subject:  getting info-cpm  files by tape
  180. To: rconn@brl.arpa
  181. cc: info-cpm@brl.arpa
  182. In-reply-to: The message of 31 Dec 82 14:48:59-EST (Fri) from Rick Conn <rconn at Brl.arpa>
  183. Received: From 10.3.0.44.ARPA via smtptcp for info-cpm;  10 Jan 83 0:16 EST
  184. Received: From 10.0.0.29.ARPA via smtptcp;  10 Jan 83 3:37 EST
  185. Received: From 10.3.0.29.ARPA via smtptcp;  10 Jan 83 3:42 EST
  186.  
  187. if you have access to the MIT-MC tape drives and your micro has a
  188. tape drive all its own, it should be possible to get all this neat CP/M
  189. stuff without having to run up huge phone bills.  Does anyone know
  190. about doing this?  Has anyone done this?
  191. 10-Jan-83 12:50:06,416;000000000000
  192. Date: 10 Jan 1983 14:50:06-EST
  193. From: reece@nadc.arpa
  194. To: info-cpm@brl.arpa
  195. Subject: squeeze/unsqueeze on unix??
  196. Received: From 10.0.0.24.ARPA via smtptcp;  11 Jan 83 2:37 EST
  197. Received: From 10.0.0.29.ARPA via smtptcp;  11 Jan 83 5:39 EST
  198. Received: From 10.3.0.29.ARPA via smtptcp;  11 Jan 83 5:37 EST
  199.  
  200. Has anyone re-done the bds-c version of squeeze/unsqueeze for
  201. unix (4.1BSD)?
  202. [please reply to the net]
  203. 11-Jan-83 07:26:00,448;000000000000
  204. Date: 11 January 1983 09:26-EST
  205. From: Michael C. Adler <MADLER@mit-ml.arpa>
  206. Subject: 8" CP/M floppies on Apollo workstation
  207. To: info-cpm@brl.arpa, works@rutgers.arpa
  208. Received: From 10.3.0.6.ARPA via smtptcp;  11 Jan 83 11:44 EST
  209. Received: From 10.0.0.29.ARPA via smtptcp;  11 Jan 83 11:49 EST
  210. Received: From 10.3.0.29.ARPA via smtptcp;  11 Jan 83 11:47 EST
  211.  
  212. Has anybody written a program to read std CP/M floppies on the Apollo?
  213. -Michael
  214. 11-Jan-83 15:18:08,1679;000000000000
  215. Date: Tue Jan 11 1983 14:18:08-PST
  216. From: Lauren Weinstein <vortex!lauren@lbl-csam.arpa>
  217. Subject: Vortex Returns
  218. Return-Path: <vortex!lauren@LBL-CSAM.ARPA>
  219. Message-Id: <8300120410.470@LBL-CSAM.ARPA>
  220. Received: by LBL-CSAM.ARPA (3.284 [1/5/83])
  221.     id AA00470; 11-Jan-83 20:10:18-PST (Tue)
  222. To: info-cpm@brl.arpa
  223. Cc: info-micro@brl.arpa
  224. Received: From 10.1.0.34.ARPA via smtptcp;  11 Jan 83 23:09 EST
  225. Received: From 10.0.0.29.ARPA via smtptcp;  11 Jan 83 23:09 EST
  226. Received: From 10.3.0.29.ARPA via smtptcp;  11 Jan 83 23:10 EST
  227.  
  228. Just a quick note to let everyone know that "vortex" has finally
  229. returned to the, uh, "air".  Many thanks to everyone who responded
  230. to my plea after the disk failure here -- and a special thank-you
  231. to those of you who dropped by to help out.
  232.  
  233. Just in case anybody is curious... The Memorex 101 disk drive appears
  234. to be defective *under* the sealed bubble -- so I've declared it to
  235. be a total loss for the time being.  Vortex is now running on a 12.6
  236. Meg 5 1/4" Winchester, loaned to me for a couple of months by a
  237. gracious gentleman at Bell Labs.  It took me quite a while to get
  238. it working properly with my hardware (the controller manufacturer did not
  239. provide a reasonable driver for that particular disk, so my work
  240. was cut out for me), and even longer to restore my voluminous backups
  241. onto the new drive.  I have the loan of this drive for a couple of
  242. months, what happens after that is still exceedingly unclear.
  243.  
  244. But for now, at least, the system seems to be running well (though somewhat
  245. slower because of disk limitations) and the crisis appears to be over,
  246. at least for a little while.  Thanks again.
  247.  
  248. --Lauren--
  249. 12-Jan-83 06:13:00,447;000000000000
  250. Date:  12 January 1983 06:13 est
  251. From:  Schauble.Multics@mit-multics.arpa
  252. Subject:  BDS C user's group
  253. To:  Info-CPM@brl.arpa
  254. Received: From 10.0.0.6.ARPA via smtptcp;  12 Jan 83 16:13 EST
  255. Received: From 10.0.0.29.ARPA via smtptcp;  12 Jan 83 16:17 EST
  256. Received: From 10.3.0.29.ARPA via smtptcp;  12 Jan 83 16:16 EST
  257.  
  258. Can someone please provide me with the current address and membership
  259. information for the BDS C user's group?  Zpaul
  260. 12-Jan-83 18:39:00,1286;000000000000
  261. Date: 12 Jan 1983 at 1939-CST
  262. From: mknox@utexas-11.arpa
  263. Subject: Hendrix disk formats, CP/M typeahead
  264. To: info-cpm@brl.arpa
  265. Received: From 10.0.0.62.ARPA via smtptcp;  12 Jan 83 21:58 EST
  266. Received: From 10.0.0.29.ARPA via smtptcp;  12 Jan 83 22:06 EST
  267. Received: From 10.3.0.29.ARPA via smtptcp;  12 Jan 83 21:59 EST
  268.  
  269.  
  270. Two matters;
  271.  
  272. Does anyone know any information about the disk format used by Hendrix
  273. on their word processor systems.  The systems are PDP-11/34s and the
  274. disks are single density (I believe), but beyond that I know nothing.
  275. Before I attack their file structure by hand, any information forthcoming?
  276.  
  277.  
  278. Typeahead --- isn't supported by CP/M as it comes from DRI.  Yet several
  279. companies have implemented it in their BIOS (Pickles & Trout, I believe
  280. InterSystem, etc.).  This works (with a few eaten characters) as long as
  281. the ^S fix in not installed.  For those not familiar with the patch, it
  282. fixes a bug where ^S would stop output ONLY if you had not hit another 
  283. character first.
  284.  
  285. After the fix, CP/M reads any character typed during output to see if it
  286. is a ^S.  If it is, fine.  If not, it just ATE the type-ahead.  Any 
  287. solution?  Putting the ^S trap in BIOS is not really a good idea, as it
  288. upsets binary I/O communication.
  289.  
  290. -------
  291. 13-Jan-83 04:46:00,624;000000000000
  292. Date: 13 January 1983 06:46-EST
  293. From: Keith Petersen <W8SDZ@mit-mc.arpa>
  294. Subject:  squeeze/unsqueeze on unix??
  295. To: reece@nadc.arpa
  296. cc: Info-Cpm@brl.arpa
  297. In-reply-to: The message of 10 Jan 1983 14:50:06-EST from reece at nadc.arpa
  298. Received: From 10.3.0.44.ARPA via smtptcp;  13 Jan 83 6:28 EST
  299. Received: From 10.0.0.29.ARPA via smtptcp;  13 Jan 83 6:47 EST
  300. Received: From 10.3.0.29.ARPA via smtptcp;  13 Jan 83 6:29 EST
  301.  
  302. I have SQ, USQ and TYPESQ for Unix "C", courtesy of Ben Goldfarb
  303. <goldfarb.ucf-cs@udel-relay>.  I will put them in the CPM directory at
  304. MC as soon as possible and send a pointer to the list.
  305. 13-Jan-83 05:46:50,930;000000000000
  306. Date: 13-Jan-83 07:46:50-EST (Thu)
  307. From: presby!aron@seismo.uucp.berkeley.arpa
  308. Subject: request for CRL -> REL converter
  309. Message-Id: <8300131413.848@UCBVAX.BERKELEY.ARPA>
  310. Received: by SEISMO.ARPA (3.290 [1/6/83])
  311.     id AA00767; 13-Jan-83 07:46:50-EST (Thu)
  312. Received: by UCBVAX.BERKELEY.ARPA (3.293 [1/9/83])
  313.     id AA00848; 13-Jan-83 06:13:19-PST (Thu)
  314. To: harpo!decvax!ucbvax!info-cpm@seismo.uucp.berkeley.arpa
  315. Received: From 10.2.0.6.ARPA via smtptcp;  13 Jan 83 9:23 EST
  316. Received: From 10.0.0.29.ARPA via smtptcp;  13 Jan 83 9:25 EST
  317. Received: From 10.3.0.29.ARPA via smtptcp;  13 Jan 83 9:25 EST
  318.  
  319. Does anyone out there have a program (preferably written in BDS C) to
  320. convert BDS .CRL format files to Microsoft compatible .REL files.  I
  321. am not on the arpa net so I can't FTP it if such a program exists on
  322. some arpa collection.  Thanks in advance.
  323.  
  324.                 aron shtull-trauring
  325.                 harpo!seismo!presby!aron (usenet)
  326. 13-Jan-83 09:22:48,897;000000000000
  327. Return-Path: <goldfarb.ucf-cs@Rand-Relay>
  328. Date:     13 Jan 83 09:22:48 EST  (Thu)
  329. From: Ben Goldfarb <goldfarb.ucf-cs@rand-relay.arpa>
  330. Subject:  Re:  squeeze/unsqueeze on unix??
  331. To: info-cpm@brl.arpa, reece.nadc@udel-relay.arpa
  332. Via:  UCF-CS; 21 Jan 83 14:37-PDT
  333. Received: From Rand-Relay.ARPA via smtptcp;  22 Jan 83 0:25 EST
  334. Received: From Brl.ARPA via smtptcp;  23 Jan 83 21:20 EST
  335. Received: From Brl-Bmd.ARPA via smtptcp;  22 Jan 83 0:38 EST
  336.  
  337. Chuck Forsberg hacked the SQ/USQ/TYPESQ for Unix.  I got them from his
  338. RCPM system in Oregon, but found that due to their reliance on 16-bit
  339. ints they wouldn't work on the Vax here.  I hacked in some conditional
  340. typedefs  and now all is fine.
  341.  
  342. I sent the revisions back to Chuck and also to Keith Petersen, so he could
  343. upload them to MIT-MC.
  344.                 Ben Goldfarb
  345.                 ARPA: goldfarb.ucf-cs@UDel-Relay
  346.                 uucp: ...!duke!ucf-cs!goldfarb
  347. 14-Jan-83 02:16:30,1692;000000000000
  348. Date:     14 Jan 83 2:16:30 EST (Fri)
  349. From:     Rick Conn <rconn@brl.arpa>
  350. To:       info-cpm@brl.arpa
  351. Subject:  ZCPR2 Release
  352. Received: From 10.0.0.29.ARPA via smtptcp;  14 Jan 83 2:19 EST
  353. Received: From 10.3.0.29.ARPA via smtptcp;  14 Jan 83 2:17 EST
  354.  
  355.         I have just completed utility development on ZCPR2 and am
  356. about  to devote time exclusively to finishing the documentation.
  357. This is all that is left before release, which is  currently  set
  358. for  Monday or Tuesday.  With luck, the schedule will be met this
  359. time.
  360.  
  361.         It has come to my attention that at least one person  has
  362. discovered the archives used on MIT-MC to store the test versions
  363. of the ZCPR2 utilities and ZCPR2 itself  and  has  downloaded  at
  364. lease  some  of them.  Please stop doing this immediately.  ZCPR2
  365. has not yet been released, and if distribution is already  begin-
  366. ning,  I  can  see  a lot of problems coming up.  Principal among
  367. these is the fact that there have been several test  versions  of
  368. the utilities in various states of development with the same ver-
  369. sion numbers.  If these get out, then people  will  not  know  if
  370. they  are  running the right version or not and a lot of time and
  371. effort can be wasted in fixing non-existant problems on  software
  372. that  has  already been fixed.  The only sure way to correct this
  373. problem is to change all the version numbers of  all  the  utili-
  374. ties,  and this could take days, delaying the release even furth-
  375. er.
  376.  
  377.         Hence, if you have downloaded any of the ZCPR2  utilities
  378. or  ZCPR2 itself, I recommend that you destoy all copies and wait
  379. for the release.  It is only a few days away now.
  380.  
  381.                 Rick
  382. 15-Jan-83 04:33:28,404;000000000000
  383. Date:     15 Jan 83 4:33:28 EST (Sat)
  384. From:     Rick Conn <rconn@brl.arpa>
  385. To:       Schauble.Multics@mit-multics.arpa
  386. cc:       Info-CPM@brl.arpa
  387. Subject:  Re:  BDS C user's group
  388. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 2:02 EST
  389. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 12:17 EST
  390.  
  391.     BDS C User's Group
  392.     112 N Main
  393.     Yates Center, KS  66703
  394.  
  395.     Phone:  (316) 625-3554
  396. 15-Jan-83 08:17:00,1859;000000000000
  397. Date: 15 Jan 1983 0717-PST
  398. From: LHILL@usc-eclb.arpa
  399. Subject: File transfer
  400. To:   INFO-CPM@brl.arpa
  401. cc:   INFO-TRS80@mit-mc.arpa
  402. Received: From 10.0.0.23.ARPA via smtptcp;  15 Jan 83 10:09 EST
  403. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 2:26 EST
  404. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 12:38 EST
  405.  
  406.   This message is to thank the several people who responded to
  407. my eairlier request about how to transfer files from the
  408. mainframes to my micro, and to condense that advice for others
  409. who might be interested. Most notable of the advisors was the 
  410. info received from Bill Rizzi <RIZZI at ISIB> and Frank Wancho
  411. <FJW at MIT-MC>.
  412.    The best single piece of advice I can give is to get the
  413. file modem.doc from SRI-KL, print it and save it!To do this:
  414.     FTP
  415.     *SRI-KL
  416.     *LOGIN ANONYMOUS XYZ
  417.     *ASCII
  418.     *GET <BILLW>MODEM.DOC
  419.        (to local file) MODEM.DOC
  420.     *DIR <BILLW>                   Mightt as well get this
  421.        (to local file)BILLS.DIR    dir while your here.
  422.     *BYE
  423.     [C
  424. Now typ it out to your printer. The major subheadings
  425. of this 13 page file are:
  426.    TOPS-20
  427.    UNIX
  428.    VAX running VMS
  429.    IBM PC
  430.    TRS MOD I II & III
  431.    APPLE
  432.    CPM
  433.    ATARI
  434.    A Tutorial on prococol
  435. It tells you what programs apply to the various systems and
  436. where to get them!!!
  437.    As for me I can't report success as yet. With Bill and Franks
  438. help I do have a CPM version of MODEM which runs on the TOPS-20
  439. in my space and ready to go. But at almost the exact point of
  440. file Xfer the serial port died and my machine is now being
  441. repaired. I am back on my TRS at the moment, and without a
  442. MODEM80 program can't handle the protocol. So any of you who
  443. are successful and find any additional
  444. nuances which need to be overcome, I would appriciate the
  445. feedback.
  446.  
  447. Lem Hill <LHILL at ECLB>
  448. -------
  449. 15-Jan-83 09:33:00,883;000000000000
  450. Date: 15 January 1983 11:33-EST
  451. From: Eric O. Stork <STORK@mit-mc.arpa>
  452. To: info-cpm@brl.arpa
  453. cc: W8SDZ@mit-mc.arpa, PLK@mit-mc.arpa, STORK@mit-mc.arpa
  454. Received: From 10.3.0.44.ARPA via smtptcp;  15 Jan 83 11:24 EST
  455. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 2:29 EST
  456. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 12:46 EST
  457.  
  458.  
  459. FIXTEX11.ASM   in  CPM;AR21:  at  MIT-MC
  460. fixes  a  bug   in   FIXTEX10.ASM,   and
  461. clarifies   the   instructions   on  the
  462. options available at  assembly-time  and
  463. on how to use them.
  464.  
  465. FIXTEX  (by Paul Kelley) is an extremely
  466. versatile and useful utility that allows
  467. one to do many things  with  text  files
  468. that   would   otherwise   be  extremely
  469. tedious if not  impossible  to  do  with
  470. even  a  very good text editor.  To find
  471. out what FIXTEX can do for you, read the
  472. first 80 or so lines of FIXTEX11.ASM....
  473. 15-Jan-83 21:58:01,440;000000000000
  474. Date:     15 Jan 83 21:58:01 EST (Sat)
  475. From:     Rick Conn <rconn@brl.arpa>
  476. To:       John Paul McNamee <JDOS@mit-ai.arpa>
  477. cc:       INFO-CPM@mit-ai.arpa
  478. Received: From 10.2.0.6.ARPA via smtptcp;  15 Jan 83 21:58 EST
  479. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 7:12 EST
  480. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 16:59 EST
  481.  
  482. UMODEM is in the UNIX archive under CPM.
  483.  
  484. CPM, of course, is a directory on MIT-MC.
  485. 17-Jan-83 06:19:00,752;000000000000
  486. Date: 17 January 1983 06:19 EST
  487. From: Keith Petersen <W8SDZ@mit-mc.arpa>
  488. Subject: FILTEX11 files corrected
  489. To: Info-Cpm@brl.arpa
  490. Received: From 10.3.0.44.ARPA via smtptcp;  17 Jan 83 5:34 EST
  491. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 5:06 EST
  492. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 16:30 EST
  493.  
  494. I have uploaded FILTEX11.ASM and FILTEX11.COM to MIT-MC.
  495. This is my ASCII file filter program which removes control
  496. characters and "orphan line feeds".  This program is not
  497. new, was written last year and I had thought I had uploaded
  498. it before.  I found that version 1.0 was on MC instead.
  499. The files are:
  500.   AR21:CPM;FILTEX 11ASM
  501.   AR21:CPM;FILTEX 11COM
  502.   AR13:CPM;FILTEX 11HEX  (for those who cannot FTP .COm files)
  503. 17-Jan-83 08:23:36,553;000000000000
  504. Date: 17 Jan 1983  8:23:36 EST (Monday)
  505. From: Mike Louden <louden@mitre.arpa>
  506. Subject: BSR controller
  507. To: INFO-CPM@mit-ai.arpa
  508. Received: From 10.2.0.6.ARPA via smtptcp;  17 Jan 83 8:35 EST
  509. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 7:15 EST
  510. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 17:00 EST
  511.  
  512. Can anyone point me to an interface, either S100 or RS232 to
  513. allow my system to control BSR remote switches?
  514.  
  515. If not S100 or RS232 I would still be interested in other less
  516. easy methods.
  517.  
  518.     Thanks!
  519.     Mike
  520.  
  521.     Louden!Mitre
  522. 17-Jan-83 08:29:00,363;000000000000
  523. Date: 17 Jan 1983 0929-CST
  524. From: DSDC-TECH@gunter-adam.arpa
  525. Subject: REMOVE FROM MAILING LIST
  526. To:   INFO-CPM@mit-mc.arpa
  527. cc:   INFO-MICRO@mit-mc.arpa
  528. Received: From 10.3.0.44.ARPA via smtptcp;  17 Jan 83 11:52 EST
  529. Received: From 10.0.0.29.ARPA via smtptcp;  17 Jan 83 11:52 EST
  530. Received: From 10.3.0.29.ARPA via smtptcp;  17 Jan 83 11:54 EST
  531.  
  532.  
  533. -------
  534. 18-Jan-83 12:38:00,910;000000000000
  535. Date: 18 Jan 1983 1338-CST
  536. From: DSDC-TECH@gunter-adam.arpa
  537. Subject: CPMUG Library Files On-Line?
  538. To: info-cpm@brl.arpa
  539. Received: From 10.1.0.13.ARPA via smtptcp;  18 Jan 83 15:05 EST
  540. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 15:06 EST
  541. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 15:08 EST
  542.  
  543. A coworker in our office has a printed copy of the CPMUG library volumes
  544. 1-85.  He is interested in one of the programs listed there and was
  545. wondering of any of their software is accessible from the ARPANET.  I've
  546. looked at the CPM programs on MIT-MC and didn't see it.  He's looking for
  547. AUTOLOAD.COM and AUTOLOAD.DOC listed in volume 81.  This program allows
  548. you to specify a program for the system to default to when you power-up or
  549. reset.  (For example, after doing a reset, instead of returning to
  550. CP/M, you could return to BASIC or WordStar or whatever you specify.)
  551. -------
  552. 18-Jan-83 17:25:36,3751;000000000000
  553. Date:     18 Jan 83 17:25:36 EST (Tue)
  554. From:     Rick Conn <rconn@brl.arpa>
  555. To:       info-cpm@brl.arpa
  556. cc:       rconn@brl.arpa
  557. Subject:  [mwm:  ZCPR2 availability]
  558. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 19:11 EST
  559. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 19:11 EST
  560.  
  561. ----- Reply Follows -----
  562.  
  563.     Several have expressed concerns like these and similar questions.
  564. Negotiations are currently underway in several areas to solve the problem.
  565. ZCPR2 distribution is not going to be easy.  The source files alone
  566. total to over 1M bytes, and the HLP files add another 250K+, and the
  567. manuals ... well, you've seen a little of the manuals (only a little!).
  568.  
  569.     I won't go into details yet ... very little is finalized.
  570. Two things I can guarantee ... RCP/M's will have ZCPR2 if they want it
  571. and SIG/M will have it.
  572.  
  573.     One possiblity I am looking at is an arrangement like what Workman
  574. is doing.  I still do not approve of selling public domain software
  575. (especially without asking the author first), but I am willing to enter
  576. into an arrangement where an organization like Workman's will provide
  577. a distribution AND ASSISTANCE point for a VERY REASONABLE fee.  Note
  578. the operative words.  I'm kind of bending my ideals by saying that
  579. sale of ZCPR2 is OK under the following conditions:
  580.  
  581.         1. The price is reasonable.
  582.  
  583.         2.  The seller has my permission to do so.
  584.  
  585.         3.  The seller will provide technical assistance
  586. to the customer.
  587.  
  588.         4.  The seller will provide hard copies of the manuals
  589. with ZCPR2.
  590.  
  591.         5.  Under NO CONDITIONS am I to make one cent of profit
  592. from it and it is to be understood that the software is in the public
  593. domain and copyrighted by me.
  594.  
  595.     If such a distribution organization can be found, this could
  596. be the best solution.  As for reasonable price, the chief cost will be
  597. the manuals.  I hope that a price of $30 or so can be arrived at
  598. (the distributer HAS to make some profit ... or does he?  Another point).
  599. A meeting will take place (to which I've been invited) at CP/M '83
  600. to discuss the future/directions/etc of public domain software and other
  601. things.  Please don't ask me for permission to attend ... not my meeting
  602. and I can't authorize anyone else to attend.  Ward Christensen, Sol Libes,
  603. and others will be there, however, so the representation is quite good.
  604.  
  605.     Will post the net on the outcome of the meeting when I return
  606. from San Francisco.
  607.  
  608.         Rick
  609.  
  610. ----- Forwarded message # 1:
  611.  
  612. From: decvax!duke!uok!uokvax!mwm@Berkeley
  613. Date: 18 Jan 83 01:36:41 PST (Tue)
  614. Subject: ZCPR2 availability
  615. Message-Id: <8300180936.2522@UCBVAX.BERKELEY.ARPA>
  616. Received: by UCBVAX.BERKELEY.ARPA (3.300 [1/17/83])
  617.     id AA02522; 18 Jan 83 01:36:41 PST (Tue)
  618. Date-Sent: Wed Jan 12 02:16:25 1983
  619. To: rconn@brl
  620. Received: From 10.2.0.78.ARPA via smtptcp;  18 Jan 83 11:50 EST
  621.  
  622. There are several of us down here in OK who would like to get copies of
  623. ZCPR2. However, we are experiencing technical difficulties - like an arpanet
  624. host w/out FTP.  Also, being among those who can't FTP com files, getting
  625. sq'ed files is painful. I would therefore like to explore some alternate
  626. possibilities.
  627.  
  628. First, how soon will it be possible to get an 8" disk with all the appropriate
  629. files on it (or disks)? Late January? Where will this be avialable from?
  630.  
  631. Is there any possibility of getting a disk from directly from you? I would
  632. gladly provide a diskette and postage both ways.
  633.  
  634. Finally (last hope): is there an RCP/M or cnode or whatever with the ZCPR2
  635. files on it? If so, where (number/name), and how large are all the files?
  636.  
  637. Now, if only UUCP actually gets this to you...
  638.  
  639.     Thanx,
  640.     <mike
  641.     decvax!duke!uok!mwm@ucb
  642.  
  643.  
  644.  
  645.  
  646.  
  647. ----- End of forwarded messages
  648. 18-Jan-83 19:40:04,951;000000000000
  649. Date: Tue 18 Jan 83 18:40:04-PST
  650. From: Ed Pattermann <PATTERMANN@sumex-aim.arpa>
  651. Subject: request
  652. To: info-micro@brl.arpa, info-cpm@mit-mc.arpa, info-pc@usc-ecl.arpa
  653. Received: From Mit-Mc.ARPA via smtptcp;  19 Jan 83 9:24 EST
  654. Received: From Brl.ARPA via smtptcp;  19 Jan 83 9:19 EST
  655. Received: From Brl-Bmd.ARPA via smtptcp;  19 Jan 83 9:25 EST
  656.  
  657. Mailing list maintainers ;
  658.  
  659.  I am in the process of centralizing all ARPA mailing lists coming into
  660. SUMEX-AIM to one mailbox to be made available as a Bulletin Board. This helps
  661. us save disk space, and save processing time on both ends.
  662.  I would appreciate it if you could forward to me the names of all people on
  663. your mailing list at SUMEX-AIM, and add a address for
  664. '<mailing list>@SUMEX-AIM' to your present mailing list (for example,
  665. HUMAN-NETS@SUMEX-AIM). Then, I will ask the users of your mailing lists
  666. from SUMEX-AIM to request to be removed from the list.
  667.  
  668. Thanks, Ed
  669. -------
  670. 18-Jan-83 20:50:00,651;000000000000
  671. Date: Tuesday, 18 January 1983  22:50-EST
  672. Sender: CAL@mit-oz
  673. From: Cliff Lasser <CAL@mit-mc.arpa>
  674. To:   INFO-CPM@mit-mc.arpa
  675. Subject:   Hard disc backup
  676. Received: From Mit-Mc.ARPA via smtptcp;  18 Jan 83 23:58 EST
  677. Received: From Brl.ARPA via smtptcp;  18 Jan 83 23:59 EST
  678. Received: From Brl-Bmd.ARPA via smtptcp;  18 Jan 83 23:59 EST
  679.  
  680.   I have a relatively urgent need to backup my hard disc.  The only problem
  681. is that many of my files are larger than the size of one of my floppies.
  682. Would you happen to know of a program that can break up files and save them
  683. on more than one floppy?  Otherwise, I will have to write one myself!
  684. -Cliff
  685. 19-Jan-83 00:32:00,633;000000000000
  686. Date: 19 January 1983 00:32 EST
  687. From: Richard P. Wilkes <RICK@mit-mc.arpa>
  688. Subject:  Modem 7 vs. Modem 7-n
  689. To: Info-Micro@brl.arpa
  690. cc: INFO-CPM@mit-mc.arpa
  691. Received: From Mit-Mc.ARPA via smtptcp;  19 Jan 83 0:28 EST
  692. Received: From Brl.ARPA via smtptcp;  19 Jan 83 0:29 EST
  693. Received: From Brl-Bmd.ARPA via smtptcp;  19 Jan 83 0:29 EST
  694.  
  695. Does anyone know what the difference is (protocol wise)
  696. between the current version of Modem and, let's say, Modem2?
  697. Also, does anyone have a write-up on this protocol that they
  698. might be able to send me?  Thanks. -r
  699.  
  700. Rick at Mit-MC (Arpa access)
  701. gmm_arpw.jhu at UDEL-RELAY (others)
  702. 19-Jan-83 02:34:00,470;000000000000
  703. Date: 19 January 1983 02:34 EST
  704. From: Paul R. Grupp <GRUPP@mit-mc.arpa>
  705. Subject:  LMODEM<-->ITS<-->TAC-TCP
  706. To: info-cpm@brl.arpa
  707. cc: FJW@mit-mc.arpa, GRUPP@mit-mc.arpa
  708. Received: From Mit-Mc.ARPA via smtptcp;  19 Jan 83 2:31 EST
  709. Received: From Brl.ARPA via smtptcp;  19 Jan 83 2:32 EST
  710. Received: From Brl-Bmd.ARPA via smtptcp;  19 Jan 83 2:32 EST
  711.  
  712. LMODEM now works on MIT-MC for *ALL* file types again, thanks to
  713. KLH who fixed the bug with ITS TELNET server..
  714. 19-Jan-83 23:32:00,591;000000000000
  715. Date:  19 January 1983 23:32 cst
  716. From:  Heiby@hi-multics.arpa
  717. Subject:  hexifier?
  718. To:  info-cpm@brl.arpa
  719. Received: From Hi-Multics.ARPA via smtptcp;  20 Jan 83 0:38 EST
  720. Received: From Brl.ARPA via smtptcp;  20 Jan 83 2:03 EST
  721. Received: From Brl-Bmd.ARPA via smtptcp;  20 Jan 83 2:18 EST
  722.  
  723. Can anyone point me to a high-order-language version of a hexify
  724. program.  (i.e. a program that will take a .COM file and produce a .HEX
  725. file).  Just about any HOL would be fine.  PL/I, PL/M, C, Fortran,
  726. Basic, Lisp, doesn't matter as long as the code is understandable.
  727. Thanks much.  Ron.
  728. 20-Jan-83 06:24:00,1111;000000000000
  729. Date: 20 January 1983 06:24 EST
  730. From: Keith Petersen <W8SDZ@mit-mc.arpa>
  731. To: Info-Cpm@brl.arpa
  732. cc: PLOUFF@mit-mc.arpa, PLK@mit-mc.arpa
  733. Received: From Mit-Mc.ARPA via smtptcp;  20 Jan 83 6:25 EST
  734. Received: From Brl.ARPA via smtptcp;  20 Jan 83 6:59 EST
  735. Received: From Brl-Bmd.ARPA via smtptcp;  20 Jan 83 20:40 EST
  736.  
  737. Date: 01/19/83
  738. From: Bruce Kargol
  739. To:   Keith Petersen
  740. Re:   MODEM797 bug?
  741.  
  742. I had a little trouble using MODEM797 and was hoping that
  743. you might have a little help for me.  While transferring
  744. files in the bulk mode I inadvertently entered this command:
  745.   'TB A:*.*'    (Instead of the S for send I was thinking
  746. T for transmit.  It erased all of the files on the diskette
  747. and opened one with the name: ????????.???.  I recovered
  748. all but the first file in the directory because the group
  749. map for ????????.??? had been set to all zeros, and was
  750. entered where my first file had been.
  751.  
  752. I'd like to be the one to fix it, but really not good
  753. enough with assembler to do it. Any help would be apprec-
  754. iated. I know, Iknow, Don't use the T, use the S.
  755.  
  756. Regards,    Bruce Kargol
  757. 20-Jan-83 12:48:00,1387;000000000000
  758. Date: 20 Jan 1983 at 1148-PST
  759. To: info-cpm@brl.arpa
  760. Subject: 212 modems
  761. From: fylstra@sri-tsca
  762. Via:  Tsca; 20 Jan 83 12:00-PST
  763. Received: From Sri-Tsc.ARPA via smtptcp;  20 Jan 83 21:41 EST
  764. Received: From Brl.ARPA via smtptcp;  21 Jan 83 0:43 EST
  765. Received: From Brl-Bmd.ARPA via smtptcp;  21 Jan 83 0:53 EST
  766.  
  767. I'm becoming interested in purchasing one of the new 103/212
  768. "intelligent" modems such as the DC Hayes Smartmodem-1200 or the
  769. Novation 103/212 modem.  In addition to originate/answer 103 and 212
  770. modes, these modems provide rotary and DTMF dialing as well as ring
  771. detect.  They generally contain an internal micro such as a Z8 and
  772. commands and status replies are communicated between the host and the
  773. internal micro via an RS-232 interface.  The best discount prices I
  774. have seen so far are in the neighborhood of $550 for the DC Hayes.
  775.  
  776. I would like to hear from people who have experience with or opinions
  777. about any of these modems as well as other modems I may be unaware of.
  778. I have read the review of the DC Hayes 103-only Smartmodem.
  779. Communicating commands on the same port as the data transmission is
  780. obviously going to cause problems unless there is a technique for
  781. out-of-band signalling, and even so, status reports of events such as
  782. remote disconnect may be impossible to report in a manner
  783. distinguishable from the data stream.
  784.  
  785. Dave Fylstra
  786. 21-Jan-83 02:26:00,591;000000000000
  787. Date: 21 January 1983 02:26 EST
  788. From: Keith Petersen <W8SDZ@mit-mc.arpa>
  789. Subject:  hexifier?
  790. To: Heiby@hi-multics.arpa
  791. cc: Info-Cpm@brl.arpa
  792. In-reply-to: The message of 19 Jan 1983 23:32 cst from Heiby at hi-multics.arpa
  793. Received: From Mit-Mc.ARPA via smtptcp;  21 Jan 83 2:38 EST
  794. Received: From Brl.ARPA via smtptcp;  21 Jan 83 3:00 EST
  795. Received: From Brl-Bmd.ARPA via smtptcp;  21 Jan 83 3:06 EST
  796.  
  797. An 8080 machine-language version of a COM-to-HEX conversion program is
  798. available from MIT-MC as AR24:CPM;UNLOAD ASM.  This program runs on
  799. CP/M and does the reverse of LOAD.COM.
  800. 21-Jan-83 04:38:00,479;000000000000
  801. Date: 21 January 1983 04:38 EST
  802. From: Jerry E. Pournelle <POURNE@mit-mc.arpa>
  803. To: W8SDZ@mit-mc.arpa
  804. cc: PLK@mit-mc.arpa, PLOUFF@mit-mc.arpa, Info-Cpm@brl.arpa
  805. In-reply-to: The message of 20 Jan 1983 06:24 EST from Keith Petersen <W8SDZ at mit-mc.arpa>
  806. Received: From Mit-Mc.ARPA via smtptcp;  21 Jan 83 4:54 EST
  807. Received: From Brl.ARPA via smtptcp;  21 Jan 83 6:07 EST
  808. Received: From Brl-Bmd.ARPA via smtptcp;  21 Jan 83 6:11 EST
  809.  
  810. That's not a bug, it's a feature.....
  811. 21-Jan-83 12:47:00,731;000000000000
  812. Date: 21 Jan 1983 at 1147-PST
  813. To: Mike Louden <louden@mitre.arpa>
  814. cc: INFO-CPM@brl.arpa
  815. Subject: Re: BSR controller
  816. In-reply-to: Your message of 17 Jan 1983  8:23:36 EST (Monday).
  817. From: fylstra@sri-tsca
  818. Via:  Tsca; 21 Jan 83 11:59-PST
  819. Received: From Sri-Tsc.ARPA via smtptcp;  21 Jan 83 21:36 EST
  820. Received: From Brl.ARPA via smtptcp;  22 Jan 83 0:33 EST
  821. Received: From Brl-Bmd.ARPA via smtptcp;  22 Jan 83 0:37 EST
  822.  
  823. Scitronics has a BSR controller on an S-100 card for $249.  It uses
  824. 2 I/O ports, is IEEE standard, and can control all 256 devices.
  825. They also have a real-time clock/calendar ($179) and scheduling
  826. software ($39).
  827.  
  828. SciTronics, Inc
  829. 523 S. Clewell St
  830. P O Box 5344
  831. Bethlehem, PA 18015
  832. (215)868-7220
  833. 22-Jan-83 03:51:00,3658;000000000000
  834. Date: 22 January 1983 03:51 EST
  835. From: Jerry E. Pournelle <POURNE@mit-mc.arpa>
  836. Subject: Epson and Z-100
  837. To: INFO-CPM@mit-mc.arpa
  838. cc: POURNELLE@mit-mc.arpa, MINSKY@mit-mc.arpa
  839. Received: From Mit-Mc.ARPA via smtptcp;  22 Jan 83 3:51 EST
  840. Received: From Brl.ARPA via smtptcp;  22 Jan 83 5:46 EST
  841. Received: From Brl-Bmd.ARPA via smtptcp;  22 Jan 83 5:45 EST
  842.  
  843.     Epson software arrived.  Patches, xerox manuals.  They
  844. are NOWHERE NEAR ready to sell a product that can do what the
  845. advertisiements say; in fact, I do not think they will EVERbe
  846. able to do all of it, although that may simply be a mistake on
  847. my part.
  848.     The machine is good.  The software that comes with it to
  849. a Beta test Site is not evaluable, because it isn't working.
  850. The text editor cannot retrieve files.  I am certain that bug
  851. will be fixed fairly quickly, but it leaves one loathe to spend
  852. much effort trying other features of the machine; in order to do
  853. anything, you have to have two machines, one to take notes on
  854. while you try features of the other; since you will never be
  855. able to get the notes back if you make them on the Epson.
  856.  
  857. An alternate operating system is "TPM-II" from "Computer Design
  858. Labs".  I have nad no chance to play with it, but it appeares to
  859. be CP/M like.  I t also seems to contain "ZAPPLE" which is an OS
  860. for the Apple when the Apple is running a Z-80.  I don't
  861. understand most of this, but it seemes needlessly complex
  862. compared to standard CP/M.
  863.  
  864.     The Epson "HASCII" interface is wonderful for beginners
  865. (or would be if it all worked) but I think one mig ht soon tire
  866. of it; to get a menu can take about a minute, and everything
  867. goes cascading through compulsory menus; at least thte documents
  868. I have give no alternatives.  The major stuff is in command keys
  869. on the keyboards, each of which lead you to menus which you can
  870. control, and many of them lead you to still lower levels of
  871. menu; and there is no jump from higest level past any
  872. intermediate.  Since everything is SLOW; to save a three
  873. paragraph file (it did save it, but I have to reset using TPM
  874. and then TYPE command to see it)--to save a three paragraph file
  875. and reread the system and get back to an (empty! -- the file
  876. must be RETRIEVED only RETRIEVE doesn't at present work) took a
  877. LONG time.
  878.     This is probably all going to change.  The hardweare
  879. looks awfully nice, inside and out, and the machine is a Z-80A,
  880. so it surely is capable of faster work, even with 320K
  881. double-sided 5 1/4" disks.  (The advertised HELP features are
  882. not implemented either; not all of them, anyway; there's anote
  883. saying they will be when they get  more room on disks, but no
  884. explanaton of what that means).  
  885.     My suspicion is that the advertised software package is
  886. going to be a while coming; there's so little of it implemented
  887. just yet.  A lot of this is ROM, by the way, making me wonder
  888. why everything is so slow.  Are all 5 1/4 disks that way?  I
  889. cannot recall that the Otrona is that bad; it's the only small
  890. disk machine I have extensive experience with, except an Apple
  891. the boys have--that's SLOW too.
  892.     Prediction: the Epson will turn into a VERY nice
  893. machine, but it's going to take them a while; meanwhile they
  894. have all those ads out there telling you not to buy anything
  895. else, but I'd think it will be at least summer before they get
  896. all the bugs out of their new baby.
  897.     It should be a NICE Z-80 when it is developed.  T hey
  898. have a really nice keyboard, and lots of other stuff going for
  899. it; if it were speedier and could do most of what is advertised
  900. it would be great.
  901.     
  902.  
  903.     I think I will put the Z-100 in another message.  This
  904. is long enough.
  905. 22-Jan-83 04:05:00,3332;000000000000
  906. Date: 22 January 1983 04:05 EST
  907. From: Jerry E. Pournelle <POURNE@mit-mc.arpa>
  908. Subject: Z-100
  909. To: info-cpm@brl.arpa
  910. cc: MINSKY@mit-mc.arpa, POURNELLE@mit-mc.arpa
  911. Received: From Mit-Mc.ARPA via smtptcp;  22 Jan 83 4:05 EST
  912. Received: From Brl.ARPA via smtptcp;  22 Jan 83 5:47 EST
  913. Received: From Brl-Bmd.ARPA via smtptcp;  22 Jan 83 5:46 EST
  914.  
  915.     The Zenith Z-100 is a handsome computer, but that MSDOS
  916. (called Z-DOS for this, but it is the same as PCDOS they tell
  917. me) will drive a CP/M user to drink.  Fast.
  918.  
  919.     Does anyone know how to make a bootable copy of a system
  920. disk in MSDOS or ZDOS?  The procedures in the manual will NOT
  921. make a disk that will boot.  My backup copy was made when the
  922. BATCH executive command processor took over when running the
  923. distribution disk; you have no choice but to make a backuyp (and
  924. if you didn't have a blank disk handy I guess you'd just be
  925. sol); but it always formats first, then copies the SECOND
  926. distributoin disk, then erases t he batrch processor, finally
  927. making a bootable copy; it isn't obvious what commands it uses
  928. to do that, and none of the commands in the summary of ZDOS
  929. commands tell me.  DSKCOPY copies data only.  SYS doesn't make a
  930. bootable disk.  Everything formats before you copy whether you
  931. want it to or not.
  932.  
  933.     Indeed, I think the inventors of MSDOS must HATE
  934. computer users.  Each time you boot the system it gives you an
  935. obsolete date (which I guess you cannot change ever?) and time,
  936. and insists that you give it the new date and time.  The command
  937. structure is needlessly complex, and sufficiently like yet
  938. unlike CP/M that it is obvious that the writer was familiar with
  939. CP/M and did things deliberately different.  As for example,
  940. Copy *.* B: will go from the logged in disk to B and copy all
  941. files to B.  Why change it to that?  Presumably to be different
  942. (or perhaps to avoid a lawsuit)?
  943.  
  944.     I have a demo disk for the Z-100 that shows magnificent
  945. color graphics, but alas, I cannot run Z-basic.  I cannot
  946. because I have only ONE bootable system disk (other than the
  947. original) and it is full.  All attempts to make a new bootable
  948. disk with fewer files on it so that I could PIP (oops, COPY)
  949. ZBASIC over to something so I could actually RUN it have been
  950. frustrated by ZDOS.
  951.     The documents are for the most part the best I have ever
  952. seen.  They are very clear.  Everything is fine, except that it
  953. just don't work, making me wonder if it's hardware; only all the
  954. demonstration stuff runs fine, and it seems unlikely therefore.
  955.     I thnk they tried to be cute.  But maybe not.  Whatever
  956. it is, I quit working with the Z-100 before I began screaming; I
  957. was taken back five years to when i HATED computers, and
  958. everything about them (trying to get a TRS-80 going for the boys
  959. can do that to you; TRS-DOS and MSDOS have sme remarkable
  960. similarities, making me wonder if descendents of the
  961. Marq    uis de Sade went into programming?  Or the same
  962. descendent?)
  963.  
  964.     I think I am going to love the Z-200.  Alas there is no
  965. CP/M 86 for it> I am tempted to put the machine aside until
  966. there is.  Better a devil I know...
  967.  
  968. Meanwhile if anyone knows how to make a bootable disk--what is
  969. the equivalent  of "SYSGEN" in ZDOS -- I'll be pleased.  Alas
  970. the explicit cookbook instructions in the manual do not produce
  971. a bootable disk..
  972. 22-Jan-83 13:57:00,895;000000000000
  973. Date: 22 Jan 1983 1557-EST
  974. From: John S. Labovitz <RMS.G.HNIJ@mit-oz>
  975. Subject: MODEM for Xerox 820
  976. To: info-micro@brl.arpa, info-cpm@brl.arpa
  977. Received: From Mit-Mc.ARPA via smtptcp;  22 Jan 83 16:00 EST
  978. Received: From Brl.ARPA via smtptcp;  22 Jan 83 17:10 EST
  979. Received: From Brl-Bmd.ARPA via smtptcp;  22 Jan 83 17:13 EST
  980.  
  981.  
  982.     Someone I know needs a version of MODEM for his Xerox 820.
  983. Within the last couple of weeks or so, I remember seeing a message from
  984. someone saying that there was such a thing.  Who was it?
  985.  
  986. Yes, I know, you can modify the current version of MODEM7 so that it
  987. works on ANYTHING, but that's not really the trouble.  The trouble is
  988. that the Xerox apparently does not like to go into 8-bit data mode, so
  989. I can't transfer .COM or .?Q? files.  Maybe someone knows how to do
  990. this.
  991.  
  992.             Appreciate any info,
  993.  
  994.             John Labovitz
  995.             rms.g.hnij@mit-oz
  996. -------
  997. 22-Jan-83 14:22:00,883;000000000000
  998. Date: 22 January 1983 14:22 EST
  999. From: Charlie Strom <CSTROM@mit-mc.arpa>
  1000. Subject: Corvus-S100
  1001. To: INFO-CPM@brl.arpa
  1002. Received: From Mit-Mc.ARPA via smtptcp;  22 Jan 83 14:38 EST
  1003. Received: From Brl.ARPA via smtptcp;  22 Jan 83 17:09 EST
  1004. Received: From Brl-Bmd.ARPA via smtptcp;  22 Jan 83 17:10 EST
  1005.  
  1006. I just took delivery on a Corvus 20 MB S-100 system which I got at a real
  1007. bargain price. Too bad it arrived DOA! Both the busy and fault lights remain
  1008. on continously! Well, it is at the loal Corvus servicing dealer, and I would
  1009. hope I will have it back in a few days. In the meantime, I would like to
  1010. get in contact with any fellow Corvus/S100 users to compare hints, kinks,
  1011. etc. By the way, the subsystem is packaged without any schematics, and the
  1012. technical documentation is minimal to say the least. Hopefully this is
  1013. the only feature lacking!
  1014.                             Charlie Strom
  1015. 23-Jan-83 04:29:00,923;000000000000
  1016. Date: 23 January 1983 04:29 EST
  1017. From: Keith Petersen <W8SDZ@mit-mc.arpa>
  1018. Subject:  Corvus-S100
  1019. To: CSTROM@mit-mc.arpa
  1020. cc: Info-Cpm@brl.arpa
  1021. In-reply-to: The message of 22 Jan 1983 14:22 EST from Charlie Strom <CSTROM at mit-mc.arpa>
  1022. Received: From Mit-Mc.ARPA via smtptcp;  23 Jan 83 4:29 EST
  1023. Received: From Brl.ARPA via smtptcp;  23 Jan 83 6:19 EST
  1024. Received: From Brl-Bmd.ARPA via smtptcp;  23 Jan 83 6:21 EST
  1025.  
  1026. You will want to have a chat with Ron Fowler's co-worker Al Jewer at
  1027. the Fort Fone File Folder RCPM is Wisconsin.  He changed the Corvus
  1028. CBIOS to reduce the CP/M group size and (I believe) increase the
  1029. number of directory names.  Tom Churbuck (he died a few months back,
  1030. did you know that?) was the one who originally did that work.  He
  1031. didn't like the 8k group size that Corvus had picked.  I didn't like
  1032. that group size either.  It wastes a lot of disk space when you have
  1033. many small files.
  1034. 23-Jan-83 09:33:00,1709;000000000000
  1035. Date: 23 January 1983 11:33-EST
  1036. From: John Paul McNamee <JDOS@mit-ai.arpa>
  1037. To: CSTROM@mit-mc.arpa
  1038. cc: INFO-CPM@mit-ai.arpa
  1039. Received: From Mit-Ai.ARPA via smtptcp;  23 Jan 83 11:32 EST
  1040. Received: From Brl.ARPA via smtptcp;  23 Jan 83 12:17 EST
  1041. Received: From Brl-Bmd.ARPA via smtptcp;  21 Jan 83 15:40 EST
  1042.  
  1043. One company I do work for has a 10Mb unit hooked up to a TRS-80
  1044. Model II, but as far as I can tell the drives are the same for
  1045. all computers and only the small host adapter changes from one
  1046. to the next, so my comments should apply to your unit.
  1047.  
  1048. We have had nothing but problems when dealing with Corvus. They
  1049. were over a month late in getting us the unit, and they didnt
  1050. seem to care. They were even nasty on the phone when we called
  1051. to find out what was going on. On a scale of 1 to 10 I would
  1052. rate their customer service a 3.
  1053.  
  1054. The hardware has worked Ok so far. We have had it for about
  1055. four months and the only trouble we have had with the system
  1056. is with the video recorder, which Corvus didnt supply. No
  1057. instructions came with our Mirror so we had to call Corvus
  1058. to find out what goes where. I dont know if this normal. I
  1059. would hope not because when I called I was warned that if I
  1060. put the wrong plug in a certain socket I would fry the Mirror
  1061. and possibly my hard disk as well.
  1062.  
  1063. If you complain loud enough they wee send you a working copy
  1064. (done on a dot matrix printer) or their tech manual. The Xerox
  1065. copy that I got was hard to read and the printer it was done on
  1066. should have had a new ribbon. The manual assumes you are using
  1067. an apple, but most of the info applies to all models, just
  1068. ignore the Pascal listings in the back.
  1069.  
  1070.             John McNamee
  1071.             JDOS@MIT-AI
  1072. 23-Jan-83 18:25:00,4037;000000000000
  1073. Date: 23 January 1983 18:25 EST
  1074. From: Richard P. Wilkes <RICK@mit-mc.arpa>
  1075. Subject:  Smartmodem 1200
  1076. To: Info-cpm@brl.arpa, Info-Micro@brl.arpa
  1077. Received: From Mit-Mc.ARPA via smtptcp;  21 Jan 83 21:45 EST
  1078. Received: From Brl.ARPA via smtptcp;  23 Jan 83 18:31 EST
  1079. Received: From Brl-Bmd.ARPA via smtptcp;  21 Jan 83 21:52 EST
  1080.  
  1081. {I apologize if people get repeats.  The mailer croaked on the
  1082. address fylstra at SRI-TSCA.  I don't think it mailed to the
  1083. list, but who knows...}
  1084.  
  1085.  
  1086. I have the Hayes 1200 and am very pleased with it so far.  The
  1087. only problem I had is that the first unit I received died
  1088. after 2 hours.  Hayes replaced the unit after a little griping
  1089. about a two week service turn-around on a modem I'd had for
  1090. one day.  Apparently, things are a bit confused down there
  1091. (Georgia).  The company recently moved across the street into
  1092. a new building.  
  1093.  
  1094. <This info applies to both Smartmodems>
  1095.  
  1096. The Hayes has two modes:  command mode and online mode.
  1097. In online mode, all characters sent to the modem are sent also
  1098. to the comm line.  After dialing a telephone number and
  1099. detecting a carrier, the modem goes into this mode.  It
  1100. notifies the computer (or terminal) by returning a result
  1101. code.   The result codes are either verbose (i.e. CARRIER, NO
  1102. CARRIER, OK) or terse (ascii 30H-35H --0-5).  Selection is
  1103. done by the users.
  1104.  
  1105. When in command mode, commands are sent to the modem by
  1106. preceeding them with AT which lets the modem determine the
  1107. baud rate, parity, and word length.  The command follows.  The
  1108. command terminator can be set thru software.  The default is a
  1109. carriage return.  
  1110.  
  1111. When the system is "online," the modem is put into command
  1112. mode by sending three "escape" characters followed by a pause.
  1113. The default escape character is "+".  BTW, the escape
  1114. characters are passed thru to the online system.  Because of
  1115. this, people complain about having to send "garbage" down the
  1116. comm line to to get the modem to do anything.  However, I
  1117. don't see any other way to use one port and be able to send
  1118. the modem commands while online.  Many modems do not allow
  1119. commands to be sent while online.  The Hayes, since it allows
  1120. you to select which character is the "escape" handles it the
  1121. best way that I can see.  The manual seems to say that either
  1122. end of the link can send the escape sequence.  This bothers me
  1123. and I have yet to be able to confirm it.  You can set the
  1124. modem so that it doesn't accept commands while online and do a
  1125. disconnect using DTR (I believe).
  1126.  
  1127. Here's a brief example of connecting to a system using a
  1128. program to send the commands:
  1129.  
  1130. 1) Send ATZ (reset)
  1131. 2) Wait for OK.  If no OK, send escape and wait for OK.
  1132. 3) Set up modem params (duplex, dialing rate, escape codes,
  1133. default line end (CR and LF -- easier to detect result codes
  1134. in the data stream)
  1135. 4) Send dial command
  1136. 5) Wait for result code.
  1137. 6) If connect, go into data mode.  Otherwise, No connection or
  1138. error (shouldn't happen unless the program is bad)
  1139. 7) Send data.  Check CD (carrier detect).  When dropped, look
  1140. for No carrier result code indicating lost connection.
  1141.  
  1142. To hand up, send escape, wait for result (toss echos), then
  1143. send ATH (hang up), wait for OK.
  1144.  
  1145. I have found that since the Smartmodem is designed for "human
  1146. speed" commands, when sending commands to the modem, use echo
  1147. mode and wait for each character to be echoed before
  1148. continuing.
  1149.  
  1150. All in all, I really like the modem.  The only negative about
  1151. the 212 part is that if you are using it as an answer modem,
  1152. it does an auto-speed detect and switches speeds.  The result
  1153. code it sends is at the speed that the last command was sent
  1154. at, but then the modem may SWITCH SPEEDS to accommodate the
  1155. calling speed.  The program must be set-up to reset the uart
  1156. to the appropriate speed or the modem and RS232 will be out of
  1157. sync.
  1158.  
  1159. BTW, the modem does morse code also...
  1160.  
  1161. Let me know if you have any more questions.  The documentation
  1162. is acceptable and just about everything is software
  1163. selectable! -r
  1164. 24-Jan-83 07:49:00,1376;000000000000
  1165. Date: 24 Jan 1983 07:49 EST
  1166. From: wegeng.wbst@parc-maxc.arpa
  1167. Subject: Re: 212 modems
  1168. In-reply-to: fylstra's message of 20 Jan 1983 at 1148-PST
  1169. To: fylstra@sri-tsca
  1170. cc: info-cpm@brl.arpa
  1171. Received: From Parc-Maxc.ARPA via smtptcp;  24 Jan 83 8:27 EST
  1172. Received: From Brl.ARPA via smtptcp;  25 Jan 83 16:26 EST
  1173. Received: From Brl-Bmd.ARPA via smtptcp;  25 Jan 83 16:43 EST
  1174.  
  1175. Another 103/212 modem that might interest is the recently released Racal-Vadic
  1176. VA212PA.  It has all of the "normal" features: auto dial/auto answer, ring
  1177. detection, speed detection upon answer, etc.  It also has the ability to store and
  1178. link numbers in it's internal memory.  With this feature, one may link two or
  1179. more numbers in memory so that if one of these numbers is busy the modem will
  1180. automatically try to call  the next number in the link.  It defaults to DTMF
  1181. dialing, but if the dial one is still present after the first digit is sent it
  1182. automatically switches to pulse dialing.  Dial sequence is upwards compatable
  1183. with the VA3451PA, so any software which will dial the 3451 should be able to
  1184. dial the 212 with little change (UUCP took me 5 minutes, and now it will dial
  1185. either one).  It's all contained in a nice package which will fit under the
  1186. telephone, and has an alphanumeric LCD display which displays modem status. 
  1187. The only price that I've seen is $795.
  1188.  
  1189. ==dw
  1190. 24-Jan-83 10:33:45,1569;000000000000
  1191. Date:     24 Jan 83 10:33:45 EST (Mon)
  1192. From:     Rick Conn <rconn@brl.arpa>
  1193. To:       info-cpm@brl.arpa
  1194. Subject:  ZCPR2 Release Status
  1195. Received: From Brl.ARPA via smtptcp;  25 Jan 83 16:30 EST
  1196. Received: From Brl-Bmd.ARPA via smtptcp;  25 Jan 83 16:45 EST
  1197.  
  1198.         To keep the interested people abreast of what is  happen-
  1199. ing  wrt  the  ZCPR2  release,  the following is a summary of the
  1200. status of the system at this time.  As much as I  would  like  to
  1201. release  it  now,  I  don't  feel it would be good or fair to the
  1202. users to receive a release and then receive  an  upgrade  shortly
  1203. thereafter,  so  I am again delaying the release until everything
  1204. is finished.  Soon, I hope, but I'm  not  even  guessing  anymore
  1205. with all this travel coming up.
  1206.  
  1207. Item                    Status
  1208. ----                    ------
  1209. ZCPR2 itself            Done except for cosmetic doc changes
  1210. ZCPR2 utilities         30+ are done, 2 to go
  1211. ZCPR2 online doc (HLP)  Done except for cosmetic changes (250K+)
  1212. ZCPR2 Ins Manual        Now being reviewed and modified; 90%+ done
  1213. ZCPR2 Concepts Manual   Now being reviewed and modified; 90%+ done
  1214. ZCPR2 User's Guide      Derived from HLP files, should be done soon
  1215. ZCPR2 Rationale         Not anywhere near completion
  1216. ZCPR2 CAI Course        Long way to go
  1217.  
  1218.  
  1219.         I feel that that Rationale manual and the CAI course  are
  1220. not  all  that  important on first release, so I may go ahead and
  1221. release the system without them.  The other items, however,  must
  1222. be included in the first release.
  1223.  
  1224.                 Rick
  1225. 24-Jan-83 12:09:00,1396;000000000000
  1226. Date: 24 Jan 1983 at 1109-PST (Monday)
  1227. From: 
  1228.       UNIX-to-UNIX Copy <tektronix!tekmdp!bronze!joelk@ucb-vax.arpa (UNIX-to-UNIX Copy)>
  1229. Return-Path: <tektronix!tekmdp!bronze!joelk@Berkeley>
  1230. Subject: Re: Hard disc backup
  1231. Received: by UCBCAD.BERKELEY.ARPA (3.256 [12/5/82])
  1232.     id AA28997; 24-Jan-83 20:13:07-PST (Mon)
  1233. Received: from UCBCAD.BERKELEY.ARPA by UCBVAX.BERKELEY.ARPA (3.300 [1/17/83])
  1234.     id AA10751; 25 Jan 83 00:23:34 PST (Tue)
  1235. Received: from UCBVAX.BERKELEY.ARPA by udel-relay.ARPA (3.284 [1/5/83])
  1236.     id AA06203; 25-Jan-83 03:37:16-EST (Tue)
  1237. Message-Id: <8300250413.28997@UCBCAD.BERKELEY.ARPA>
  1238. To: tekmdp!tektronix!ucbcad!ucbvax.info-cpm@ucb-vax.arpa
  1239. In-Reply-To: Your news article ucbvax.663 of Sun Jan 23 14:01:28 1983
  1240. Received: From Mit-Ai.ARPA via smtptcp;  26 Jan 83 1:52 EST
  1241. Received: From Brl.ARPA via smtptcp;  26 Jan 83 10:35 EST
  1242. Received: From Brl-Bmd.ARPA via smtptcp;  26 Jan 83 10:45 EST
  1243.  
  1244. Instead of splitting your file into smaller units, I suggest that you
  1245. try to compact your files.  Compact programs typically compress files
  1246. using  a Huffman  code.   The amount of  compression  to be  expected
  1247. depends  on the  type of  file being  compressed.  Typical  values of
  1248. compression are:  Test (38%), Pascal Source (43%), C Source (36%) and
  1249. Binary (19%).  These values are the percentages of file bytes reduced
  1250. (Courtesy of the Unix Programmer's Manual).
  1251. 26-Jan-83 01:11:40,1184;000000000000
  1252. Date: Wed Jan 26 00:11:40 1983
  1253. From: decvax!cwruecmp!bammi@ucb-vax.arpa
  1254. Return-Path: <decvax!cwruecmp!bammi@Berkeley>
  1255. Subject: modem enquiry
  1256. Received: by UCBVAX.BERKELEY.ARPA (3.300 [1/17/83])
  1257.     id AA06451; 25 Jan 83 22:37:53 PST (Tue)
  1258. Received: from UCBVAX.BERKELEY.ARPA by udel-relay.ARPA (3.284 [1/5/83])
  1259.     id AA09569; 26-Jan-83 01:51:24-EST (Wed)
  1260. Message-Id: <8300260637.6451@UCBVAX.BERKELEY.ARPA>
  1261. To: decvax!ucbvax!info-cpm@ucb-vax.arpa
  1262. Received: From Mit-Ai.ARPA via smtptcp;  26 Jan 83 1:40 EST
  1263. Received: From Brl.ARPA via smtptcp;  26 Jan 83 10:35 EST
  1264. Received: From Brl-Bmd.ARPA via smtptcp;  26 Jan 83 10:43 EST
  1265.  
  1266.     With reference to you query in info-cpm,
  1267. Check out the U.S. Robotics modems. Their functionally
  1268. equivalent model to the DC Hayes cost about $100 lesser
  1269. (list price) than the best discount price I have seen
  1270. for the DC Hayes.
  1271.     Also their 1200 baud only( with the usual features)
  1272. is only $400. I have one of these and it is working wonderfully
  1273. for over 8 months now. Their delivery time from my call
  1274. was, amazingly 2 Hrs. They had their local rep deliver it to me at
  1275. no extra charge. Their telephone # is 312-733-0497
  1276.             .....!decvax!bammi
  1277. 26-Jan-83 03:59:09,1655;000000000000
  1278. Via: UCL-CS.AC.UK ; to USC-ISID.ARPA ; Monday, January 31, 1983 02:21:48-PST
  1279. Via: UNKNOWN-HOST; ('') to UCL-CS (44c) over Unknown Network; 28 Jan 83 15:39-GMT
  1280. Date:       Wednesday, 26-Jan-83  10:59:09-GMT
  1281. From:       JENKINS HPS (on ERCC DEC-10) <l.e.jenkins@edxa>
  1282. To:         info-cpm%mit-mc@ucl-cs.arpa
  1283. Reply-To:   lejm%edxa%ucl-cs@usc-isid.arpa
  1284. Subject:    Cromemco CDOS - CP/M -- info needed
  1285. Received: From Mit-Mc.ARPA via smtptcp;  31 Jan 83 5:25 EST
  1286. Received: From Brl.ARPA via smtptcp;  31 Jan 83 5:56 EST
  1287. Received: From Brl-Bmd.ARPA via smtptcp;  31 Jan 83 6:00 EST
  1288.  
  1289. --------
  1290. I have a Cromemco System 3 with CDOS and want to run some CP/M
  1291. software. Cromemco's literature refers to CDOS as "upwards-compatible
  1292. with CP/M versions up to 1.3". Does anyone know how do they diverge
  1293. after that? In particular, I need to run something that is advertised
  1294. as "running under CP/M 2.2". Are disks formats different or can I read
  1295. CP/M formatted floppys using CDOS?
  1296.  
  1297. Also, is there an *official* version of CP/M available for the
  1298. Cromemco machines? I heard something about an obscure company
  1299. [to me] having CP/M 2.xx for Cromemco, but I want something out
  1300. of Digital Research or (?) Lifeboat, i.e. from someone with a
  1301. reputation to protect and a (staffed) complaints/technical queries
  1302. department. 
  1303.  
  1304. I am especially interested in hearing from someone who has CP/M
  1305. running in h(er/is) Cromemco machine and if there is any hassle
  1306. mounting it/switching from CDOS and back/etc.
  1307.  
  1308. Please reply directly to me as I am not in the info-cpm list.
  1309. Thanks,
  1310.  
  1311.     Luis Jenkins
  1312.     lejm%edxa%ucl-cs@isid
  1313.     "ccs.lejm@oz"@mit-mc
  1314.  
  1315.  
  1316. --------
  1317.  
  1318. 
  1319. 26-Jan-83 04:10:02,672;000000000000
  1320. Date: Wed 26 Jan 83 03:10:02-PST
  1321. From: David Dyck <DCD@washington.arpa>
  1322. Subject: XMODEM on TOPS-20 request
  1323. To: info-cpm@brl.arpa
  1324. Received: From Washington.ARPA via smtptcp;  27 Jan 83 17:55 EST
  1325. Received: From Brl.ARPA via smtptcp;  27 Jan 83 18:18 EST
  1326. Received: From Brl-Bmd.ARPA via smtptcp;  27 Jan 83 18:19 EST
  1327.  
  1328.    I am looking for an XMODEM program that will run under TOPS-20,
  1329. and would rather not have to write one from scratch.  If you know
  1330. of one that I could get please let me know.
  1331.    Also,  has anyone uploaded the 6502 dissasembler include file
  1332. for ZDASM that was mentioned a month or two ago?
  1333.         Thanks,
  1334.             David Dyck  (DCD@WASHINGTON)
  1335. -------
  1336. 27-Jan-83 07:09:39,523;000000000000
  1337. Received: ID <SHOLAR@CMU-CS-C>; 27 Jan 83 07:09:39 EST
  1338. Date: 27 Jan 83 07:09:39 EST
  1339. From: SHOLAR@cmu-cs-c.arpa
  1340. Subject: SIG/M
  1341. To: info-cpm@mit-mc.arpa
  1342. Received: From Mit-Mc.ARPA via smtptcp;  27 Jan 83 7:10 EST
  1343. Received: From Brl.ARPA via smtptcp;  27 Jan 83 10:39 EST
  1344. Received: From Brl-Bmd.ARPA via smtptcp;  27 Jan 83 10:54 EST
  1345.  
  1346. I'm looking for a copy of SIG/M Volume 71 (Pascal/Z UG Vol 14) -- anyone have
  1347. a copy on-line?  Or, can anyone send me the mail address for either SIG/M or
  1348. PZUG?  Thanks.
  1349. -------
  1350. 27-Jan-83 13:13:05,788;000000000000
  1351. Return-Path: <decvax!genradbolton!rick@Berkeley>
  1352. Date: Thu Jan 27 12:13:05 1983
  1353. From: decvax!genradbolton!rick@ucb-vax.arpa
  1354. Subject: hexifier
  1355. Received: by UCBVAX.BERKELEY.ARPA (3.300 [1/17/83])
  1356.     id AA02727; 27 Jan 83 15:22:18 PST (Thu)
  1357. Received: from UCBVAX.BERKELEY.ARPA by udel-relay.ARPA (3.284 [1/5/83])
  1358.     id AA03317; 27-Jan-83 18:36:03-EST (Thu)
  1359. Message-Id: <8300272322.2727@UCBVAX.BERKELEY.ARPA>
  1360. To: decvax!ucbvax!info-cpm@ucb-vax.arpa
  1361. Received: From Mit-Ai.ARPA via smtptcp;  27 Jan 83 18:51 EST
  1362. Received: From Brl.ARPA via smtptcp;  28 Jan 83 2:04 EST
  1363. Received: From Brl-Bmd.ARPA via smtptcp;  28 Jan 83 2:01 EST
  1364.  
  1365. i have a .com to .hex utility written in berkeley c that runs on the
  1366. vax that may be useful.  please send me your mail address and i will
  1367. forward it.
  1368. 27-Jan-83 20:45:00,1235;000000000000
  1369. Date: 27 January 1983 20:45 EST
  1370. From: Eric O. Stork <STORK@mit-mc.arpa>
  1371. To: info-cpm@brl.arpa
  1372. cc: STORK@mit-mc.arpa
  1373. Received: From Mit-Mc.ARPA via smtptcp;  29 Jan 83 12:34 EST
  1374. Received: From Brl.ARPA via smtptcp;  29 Jan 83 12:53 EST
  1375. Received: From Brl-Bmd.ARPA via smtptcp;  29 Jan 83 13:07 EST
  1376.  
  1377. Subject: Need advice on WordStar Modification
  1378.  
  1379. PROBLEM: To enable SUPERSCRIPT/SUBSCRIPT for a NEC8023A.
  1380.  
  1381. The  non-Daisy  mods  section  allows insertion of a user-defined
  1382. string for super/subscript at ROLUP  &  ROLDOW.   But  the  space
  1383. provided is too small to accomodate the complex string needed for
  1384. the NEC8023A.
  1385.  
  1386. GOOD  IDEA  THAT  DID  NOT  WORK: On assumption that some routine
  1387. loads string at ROLUP (& ROLDOW) into DE or HL and then sends  to
  1388. the  printer, searched (using DASM) WordStar for the addresses of
  1389. these strings.  Had I  found  them,  would  have   revised  those
  1390. addresses  to  new  locations  in  the  ample space that WordStar
  1391. provides for user-defined routines -- that should have  done  it.
  1392. But could not find them, and now am stymied on how to proceed.
  1393.  
  1394. Suggestion,  anyone?   Please  respond direct to STORK at MIT-MC.
  1395. If solution is found, will post to net.
  1396.  
  1397. Thanks,
  1398.  
  1399. Eric.
  1400. 28-Jan-83 08:07:00,462;000000000000
  1401. Date: 28 Jan 1983 0907-CST
  1402. From: BREITLING@gunter-adam.arpa
  1403. Subject: ZCPR and the Appli-card
  1404. To:   info-cpm@brl.arpa
  1405. Received: From Gunter-Adam.ARPA via smtptcp;  28 Jan 83 10:02 EST
  1406. Received: From Brl.ARPA via smtptcp;  28 Jan 83 10:47 EST
  1407. Received: From Brl-Bmd.ARPA via smtptcp;  28 Jan 83 11:03 EST
  1408.  
  1409. Hello
  1410.  
  1411. Has anyone out there tried to bring up zcpr on the Appli-card for the 
  1412. Apple?  Any info would be great!!!
  1413.  
  1414. Thanks.
  1415.  
  1416. Breitling
  1417. -------
  1418. 29-Jan-83 07:54:00,813;000000000000
  1419. Date: 29 January 1983  09:54-EST (Saturday)
  1420. From: James Mazer <GREN.MAZE@mit-oz>
  1421. To:   info-micro@mit-mc.arpa, info-pc@usc-isib.arpa, info-cpm@mit-mc.arpa
  1422. Reply-to: MAZE@mit-mc.arpa
  1423. Received: From Mit-Mc.ARPA via smtptcp;  29 Jan 83 17:59 EST
  1424. Received: From Brl.ARPA via smtptcp;  29 Jan 83 18:26 EST
  1425. Received: From Brl-Bmd.ARPA via smtptcp;  29 Jan 83 18:37 EST
  1426.  
  1427.   I am trying to get an ids-microprism to work with the ibm-pc.  The text
  1428. and fancy fonts seem to work (though not perfectly), but no matter what I
  1429. do, the printer refuses to enter the graphics mode.
  1430.  
  1431.   Has anyone out there had any experiences with the microprism?  It looks
  1432. like a great printer, but if the graphics can't be easily used, it might
  1433. not be worth the money..
  1434.  
  1435. Please respond to me, as I`m not on all the lists
  1436. /Jamie
  1437. 29-Jan-83 19:31:00,623;000000000000
  1438. Date: 29 January 1983 19:31 EST
  1439. From: Jerry E. Pournelle <POURNE@mit-mc.arpa>
  1440. Subject: MATRIX INVERTER NEEDED
  1441. To: INFO-CPM@mit-mc.arpa, INFO-PASCAL@mit-mc.arpa, POURNELLE@mit-mc.arpa, 
  1442.     INFO-MICRO@mit-mc.arpa
  1443. Received: From Mit-Mc.ARPA via smtptcp;  29 Jan 83 19:37 EST
  1444. Received: From Brl.ARPA via smtptcp;  29 Jan 83 19:38 EST
  1445. Received: From Brl-Bmd.ARPA via smtptcp;  29 Jan 83 19:45 EST
  1446.  
  1447. I need a PASCAL implementatin of a reasonable matrix inverter
  1448. for matrices of arbitrary size.  Has anyone written a decent
  1449. algorithm for same?  Payment in autographed book or some such.
  1450. Urgent need.  Thanks .
  1451.  
  1452. JEP
  1453. 29-Jan-83 21:45:00,497;000000000000
  1454. Date: 29 January 1983 21:45 EST
  1455. From: Robert L. Plouffe <PLOUFF@mit-mc.arpa>
  1456. Subject: MODEM7 false dialling fixed
  1457. To: INFO-CPM@brl.arpa
  1458. Received: From Mit-Mc.ARPA via smtptcp;  29 Jan 83 21:46 EST
  1459. Received: From Brl.ARPA via smtptcp;  29 Jan 83 21:45 EST
  1460. Received: From Brl-Bmd.ARPA via smtptcp;  29 Jan 83 21:57 EST
  1461.  
  1462. See the file in AR61:cpm; at MIT-MC named MDM7xx FIX.
  1463. The changes in this file fix the false dialling bug upon retry
  1464. in MODEM796 and above (including MDM701 and 702)..
  1465. 30-Jan-83 11:43:00,1744;000000000000
  1466. Date: 30 Jan 1983 1043-PST
  1467. From: STERNLIGHT <STERNLIGHT@usc-ecl.arpa>
  1468. Subject: Re: TRS Mod-16
  1469. To: mknox@utexas-11.arpa
  1470. cc: STERNLIGHT@usc-ecl.arpa, info-cpm@mit-mc.arpa, info-micro@mit-mc.arpa
  1471. In-Reply-To: Your message of 8-Jul-82 2022-PDT
  1472. Received: From Mit-Mc.ARPA via smtptcp;  30 Jan 83 13:52 EST
  1473. Received: From Brl.ARPA via smtptcp;  30 Jan 83 14:10 EST
  1474. Received: From Brl-Bmd.ARPA via smtptcp;  30 Jan 83 14:15 EST
  1475.  
  1476. I bought the P&T advanced command processor
  1477. from them at the CPM-83 show last week in San Francisco.  It
  1478. has most of the features of ZCPR for a single user, except
  1479. for the bulletin-board related security features.  It has the
  1480. advantage that you can put it anywhere, including drive A of
  1481. a hard disk, and warm boots at the end
  1482. of programs are practically instantaneous.  It also
  1483. comes with a new 'SUB' which has most of the features of
  1484. supersub.
  1485. It is about $75 or less.  I like it.
  1486. P&T also showed CPM-68 which will be out in a couple of months.
  1487. They are ready, but Digital Research has a couple of mods to make.
  1488. It comes with C and uses standard 68000 mnemonics.  Presumably a lot
  1489. of 16 bit cp/m-86 software will also have the same hooks as cpm-68, if
  1490. the source code is compilable to 68000.
  1491. Tandy was showing CPM-3 for the Mod 16 in Z-80 mode.
  1492. It is coming out in a couple of weeks.  The amazing thing is that
  1493. Tandy finally has gone to CP/M in addition to TRSDOS. They have
  1494. finally reformed.  The new Mod 12 is very nice and can be had with
  1495. Mod 16 68000 cards.  Again it is a sign that Tandy has reformed; it
  1496. can be had with a card cage accessibly by users from the back via a
  1497. few simple thumb-wheels.  No more 'use only our stuff or
  1498. lose your warranty and service.'
  1499. --david--
  1500. -------
  1501. 30-Jan-83 11:43:00,1744;000000000000
  1502. Date: 30 Jan 1983 1043-PST
  1503. From: STERNLIGHT <STERNLIGHT@usc-ecl.arpa>
  1504. Subject: Re: TRS Mod-16
  1505. To: mknox@utexas-11.arpa
  1506. cc: STERNLIGHT@usc-ecl.arpa, info-cpm@mit-mc.arpa, info-micro@mit-mc.arpa
  1507. In-Reply-To: Your message of 8-Jul-82 2022-PDT
  1508. Received: From Mit-Mc.ARPA via smtptcp;  30 Jan 83 13:50 EST
  1509. Received: From Brl.ARPA via smtptcp;  30 Jan 83 14:09 EST
  1510. Received: From Brl-Bmd.ARPA via smtptcp;  30 Jan 83 14:15 EST
  1511.  
  1512. I bought the P&T advanced command processor
  1513. from them at the CPM-83 show last week in San Francisco.  It
  1514. has most of the features of ZCPR for a single user, except
  1515. for the bulletin-board related security features.  It has the
  1516. advantage that you can put it anywhere, including drive A of
  1517. a hard disk, and warm boots at the end
  1518. of programs are practically instantaneous.  It also
  1519. comes with a new 'SUB' which has most of the features of
  1520. supersub.
  1521. It is about $75 or less.  I like it.
  1522. P&T also showed CPM-68 which will be out in a couple of months.
  1523. They are ready, but Digital Research has a couple of mods to make.
  1524. It comes with C and uses standard 68000 mnemonics.  Presumably a lot
  1525. of 16 bit cp/m-86 software will also have the same hooks as cpm-68, if
  1526. the source code is compilable to 68000.
  1527. Tandy was showing CPM-3 for the Mod 16 in Z-80 mode.
  1528. It is coming out in a couple of weeks.  The amazing thing is that
  1529. Tandy finally has gone to CP/M in addition to TRSDOS. They have
  1530. finally reformed.  The new Mod 12 is very nice and can be had with
  1531. Mod 16 68000 cards.  Again it is a sign that Tandy has reformed; it
  1532. can be had with a card cage accessibly by users from the back via a
  1533. few simple thumb-wheels.  No more 'use only our stuff or
  1534. lose your warranty and service.'
  1535. --david--
  1536. -------
  1537. 30-Jan-83 12:01:00,1610;000000000000
  1538. Date: 30 Jan 1983 1101-PST
  1539. From: STERNLIGHT@usc-ecl.arpa
  1540. Subject: CPM Advanced CCP; TRS-80 Mod 2/16; CPM-68,3
  1541. To:   info-cpm@mit-mc.arpa
  1542. Received: From Mit-Mc.ARPA via smtptcp;  30 Jan 83 14:49 EST
  1543. Received: From Brl.ARPA via smtptcp;  30 Jan 83 15:22 EST
  1544. Received: From Brl-Bmd.ARPA via smtptcp;  30 Jan 83 15:27 EST
  1545.  
  1546. I bought the P&T advanced command processor for CP/M
  1547. from them at the CPM-83 show last week in San Francisco.  It
  1548. has most of the features of ZCPR for a single user, except
  1549. for the bulletin-board related security features.  It has the
  1550. advantage that you can put it anywhere, including drive A of
  1551. a hard disk, and warm boots at the end
  1552. of programs are practically instantaneous.  It also
  1553. comes with a new 'SUB' which has most of the features of
  1554. supersub.
  1555. P&T also showed CPM-68 which will be out in a couple of months.
  1556. They are ready, but Digital Research has a couple of mods to make.
  1557. It comes with C and uses standard 68000 mnemonics.  Presumably a lot
  1558. of 16 bit cp/m-86 software will also have the same hooks as cpm-68, if
  1559. the source code is compilable to 68000.
  1560. Tandy was showing CPM-3 for the Mod 16 in Z-80 mode.
  1561. It is coming out in a couple of weeks.  The amazing thing is that
  1562. Tandy finally has gone to CP/M in addition to TRSDOS. They have
  1563. finally reformed.  The new Mod 12 is very nice and can be had with
  1564. Mod 16 68000 cards.  Again it is a sign that Tandy has reformed; it
  1565. can be had with a card cage accessibly by users from the back via a
  1566. few simple thumb-wheels.  No more 'use only our stuff or
  1567. lose your warranty and service.'
  1568. --david--
  1569. -------
  1570. 31-Jan-83 18:24:36,314;000000000000
  1571. Date: 31 Jan 1983 20:24:36-EST
  1572. From: dudley@nadc.arpa
  1573. To: DCD@washington.arpa, info-cpm@brl.arpa
  1574. Subject: XMODEM on TOPS-20 request
  1575. Received: From Nadc.ARPA via smtptcp;  31 Jan 83 21:03 EST
  1576. Received: From Brl.ARPA via smtptcp;  1 Feb 83 1:39 EST
  1577. Received: From Brl-Bmd.ARPA via smtptcp;  1 Feb 83 1:57 EST
  1578. 31-Jan-83 18:26:49,356;000000000000
  1579. Date: 31 Jan 1983 20:26:49-EST
  1580. From: dudley@nadc.arpa
  1581. To: dcd@washington.arpa
  1582. Subject: 6502 dasm
  1583. Cc: info-cpm@brl.arpa
  1584. Received: From Nadc.ARPA via smtptcp;  31 Jan 83 21:04 EST
  1585. Received: From Brl.ARPA via smtptcp;  1 Feb 83 1:39 EST
  1586. Received: From Brl-Bmd.ARPA via smtptcp;  1 Feb 83 1:58 EST
  1587.  
  1588.     I have yet to upload it but I will soon.
  1589.                 dud
  1590. 15-Jan-83 08:17:00,2051;000000000000
  1591. Date: 15 Jan 1983 0717-PST
  1592. From: LHILL@usc-eclb.arpa
  1593. Subject: File transfer
  1594. To:   INFO-CPM@brl.arpa
  1595. cc:   INFO-TRS80@mit-mc.arpa
  1596. Received: From 10.0.0.23.ARPA via smtptcp;  15 Jan 83 10:09 EST
  1597. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 2:26 EST
  1598. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 12:38 EST
  1599. Received: From Ucla-Security.ARPA via smtptcp;  7 Mar 83 17:26 EST
  1600. Received: From Brl.ARPA via smtptcp;  7 Mar 83 17:31 EST
  1601. Received: From brl-gateway.ARPA via smtptcp;  7 Mar 83 17:38 EST
  1602.  
  1603.   This message is to thank the several people who responded to
  1604. my eairlier request about how to transfer files from the
  1605. mainframes to my micro, and to condense that advice for others
  1606. who might be interested. Most notable of the advisors was the 
  1607. info received from Bill Rizzi <RIZZI at ISIB> and Frank Wancho
  1608. <FJW at MIT-MC>.
  1609.    The best single piece of advice I can give is to get the
  1610. file modem.doc from SRI-KL, print it and save it!To do this:
  1611.     FTP
  1612.     *SRI-KL
  1613.     *LOGIN ANONYMOUS XYZ
  1614.     *ASCII
  1615.     *GET <BILLW>MODEM.DOC
  1616.        (to local file) MODEM.DOC
  1617.     *DIR <BILLW>                   Mightt as well get this
  1618.        (to local file)BILLS.DIR    dir while your here.
  1619.     *BYE
  1620.     [C
  1621. Now typ it out to your printer. The major subheadings
  1622. of this 13 page file are:
  1623.    TOPS-20
  1624.    UNIX
  1625.    VAX running VMS
  1626.    IBM PC
  1627.    TRS MOD I II & III
  1628.    APPLE
  1629.    CPM
  1630.    ATARI
  1631.    A Tutorial on prococol
  1632. It tells you what programs apply to the various systems and
  1633. where to get them!!!
  1634.    As for me I can't report success as yet. With Bill and Franks
  1635. help I do have a CPM version of MODEM which runs on the TOPS-20
  1636. in my space and ready to go. But at almost the exact point of
  1637. file Xfer the serial port died and my machine is now being
  1638. repaired. I am back on my TRS at the moment, and without a
  1639. MODEM80 program can't handle the protocol. So any of you who
  1640. are successful and find any additional
  1641. nuances which need to be overcome, I would appriciate the
  1642. feedback.
  1643.  
  1644. Lem Hill <LHILL at ECLB>
  1645. -------
  1646. 15-Jan-83 21:58:01,625;000000000000
  1647. Date:     15 Jan 83 21:58:01 EST (Sat)
  1648. From:     Rick Conn <rconn@brl.arpa>
  1649. To:       John Paul McNamee <JDOS@mit-ai.arpa>
  1650. cc:       INFO-CPM@mit-ai.arpa
  1651. Received: From 10.2.0.6.ARPA via smtptcp;  15 Jan 83 21:58 EST
  1652. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 7:12 EST
  1653. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 16:59 EST
  1654. Received: From Mit-Ai.ARPA via smtptcp;  7 Mar 83 17:19 EST
  1655. Received: From Brl.ARPA via smtptcp;  7 Mar 83 17:29 EST
  1656. Received: From brl-gateway.ARPA via smtptcp;  7 Mar 83 17:37 EST
  1657.  
  1658. UMODEM is in the UNIX archive under CPM.
  1659.  
  1660. CPM, of course, is a directory on MIT-MC.
  1661. 17-Jan-83 08:23:36,738;000000000000
  1662. Date: 17 Jan 1983  8:23:36 EST (Monday)
  1663. From: Mike Louden <louden@mitre.arpa>
  1664. Subject: BSR controller
  1665. To: INFO-CPM@mit-ai.arpa
  1666. Received: From 10.2.0.6.ARPA via smtptcp;  17 Jan 83 8:35 EST
  1667. Received: From 10.0.0.29.ARPA via smtptcp;  18 Jan 83 7:15 EST
  1668. Received: From 10.3.0.29.ARPA via smtptcp;  18 Jan 83 17:00 EST
  1669. Received: From Mit-Ai.ARPA via smtptcp;  7 Mar 83 16:03 EST
  1670. Received: From Brl.ARPA via smtptcp;  7 Mar 83 16:05 EST
  1671. Received: From brl-gateway.ARPA via smtptcp;  7 Mar 83 17:24 EST
  1672.  
  1673. Can anyone point me to an interface, either S100 or RS232 to
  1674. allow my system to control BSR remote switches?
  1675.  
  1676. If not S100 or RS232 I would still be interested in other less
  1677. easy methods.
  1678.  
  1679.     Thanks!
  1680.     Mike
  1681.  
  1682.     Louden!Mitre
  1683. 20-Jan-83 06:24:00,1303;000000000000
  1684. Date: 20 January 1983 06:24 EST
  1685. From: Keith Petersen <W8SDZ@mit-mc.arpa>
  1686. To: Info-Cpm@brl.arpa
  1687. cc: PLOUFF@mit-mc.arpa, PLK@mit-mc.arpa
  1688. Received: From Mit-Mc.ARPA via smtptcp;  20 Jan 83 6:25 EST
  1689. Received: From Brl.ARPA via smtptcp;  20 Jan 83 6:59 EST
  1690. Received: From Brl-Bmd.ARPA via smtptcp;  20 Jan 83 20:40 EST
  1691. Received: From Ucla-Security.ARPA via smtptcp;  7 Mar 83 17:25 EST
  1692. Received: From Brl.ARPA via smtptcp;  7 Mar 83 17:31 EST
  1693. Received: From brl-gateway.ARPA via smtptcp;  7 Mar 83 17:38 EST
  1694.  
  1695. Date: 01/19/83
  1696. From: Bruce Kargol
  1697. To:   Keith Petersen
  1698. Re:   MODEM797 bug?
  1699.  
  1700. I had a little trouble using MODEM797 and was hoping that
  1701. you might have a little help for me.  While transferring
  1702. files in the bulk mode I inadvertently entered this command:
  1703.   'TB A:*.*'    (Instead of the S for send I was thinking
  1704. T for transmit.  It erased all of the files on the diskette
  1705. and opened one with the name: ????????.???.  I recovered
  1706. all but the first file in the directory because the group
  1707. map for ????????.??? had been set to all zeros, and was
  1708. entered where my first file had been.
  1709.  
  1710. I'd like to be the one to fix it, but really not good
  1711. enough with assembler to do it. Any help would be apprec-
  1712. iated. I know, Iknow, Don't use the T, use the S.
  1713.  
  1714. Regards,    Bruce Kargol
  1715.