home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / CompSysCBM / 070996B.TXT < prev    next >
Text File  |  2019-04-13  |  37KB  |  981 lines

  1. #! rnews 2004
  2. Path: pravda.aa.msen.com!spool.mu.edu!sgigate.sgi.com!uhog.mit.edu!news.m=
  3. athworks.com!newsfeed.internetmci.com!katbert.ipa.net!news
  4. From: Jim Self <himselfo@ipa.net (Jim Self)>
  5. Newsgroups: comp.sys.cbm
  6. Subject: C=3D64 Users get last laugh
  7. Date: 9 Jul 1996 19:06:40 GMT
  8. Organization: Internet Partners of America
  9. Lines: 38
  10. Distribution: world
  11. Message-ID: <4ruak0$nun@katbert.ipa.net>
  12. NNTP-Posting-Host: ipa-171-3.ipa.net
  13.  
  14. If you are ever the least bit intimidated by derogatory
  15. remarks about owning/using old Commodore computers,
  16. think about this:
  17.  
  18. In the late 1940's you could buy an old used up Model T
  19. Ford for $10 to $20. The Model A was slightly higher. A
  20. neighbor of mine suffered the barbs and witticisms(?) of=20
  21. the local gentry because he enjoyed driving an old=20
  22. "Oakland" machine.  Who's lauging now?
  23.  
  24. In the mid 1960's, there was a big old paper-punch=20
  25. reading IBM computer at Fort Huachuca Arizona that was=20
  26. rumored to have cost the Army millions of dollars (yours
  27. and mine). It was rumored that leased time on that
  28. system was figured in the thousands of dollars a minute.
  29. (Rumors,yes, but you know it was high.) As I understand=20
  30. it, a Commodore 64, perhaps even a VIC 20 would outperform
  31. it. I don't really know that for sure but It'd be easy for=20
  32. me to believe. An Abacus data recorder I worked with still=20
  33. used flip-flops and NAND  gates on big old printed
  34. circuit cards.
  35.  
  36. Museums for our old computers are popping up everywhere.
  37. How many are there for the fast IBM compat. PC's? Oh,
  38. there may be or will be but you'll still have your old C=3D.
  39.  
  40. Can't  you  get a C=3D64 now for under a hundred dollars?
  41. You'll have fun.
  42. You'll have the last laugh.
  43.  
  44. Jim       C=3D  =3D  :)
  45.  
  46. P.S. (Analogy) Do you suppose in 30 years we will be able
  47. to buy an old worn out Columbia space ship for the=20
  48. equivalent of $10  (1945), $100 (1996)  and make private
  49. journeys into outer space. (Of course we'd fix it up)
  50. That may seem far-fetched but then so was the idea of=20
  51. owning a desk computer such as the C=3D64 for $100.
  52. #! rnews 2596
  53. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
  54. com!newsfeed.internetmci.com!katbert.ipa.net!news
  55. From: Jim Self <himselfo@ipa.net (Jim Self)>
  56. Newsgroups: comp.sys.cbm
  57. Subject: input# unhung ?
  58. Date: 9 Jul 1996 17:07:18 GMT
  59. Organization: Internet Partners of America
  60. Lines: 41
  61. Distribution: world
  62. Message-ID: <4ru3k6$dtb@katbert.ipa.net>
  63. NNTP-Posting-Host: ipa-171-24.ipa.net
  64.  
  65. n C=3D 64 basic (V2) , using  input#  to ask  the 1541 drive  for data  h=
  66. as always
  67. been a  troublemaker for  me.  Well, no wonder.   One  of  the early vers=
  68. ions  of
  69. the "leetle teeny"  manual says that  it's  going to give you strange res=
  70. ults if you
  71. try to use it.  I've been able to  use it only so long as I don't  let it=
  72.   get to the end
  73. of the data before closing the file. So, I would put in a dummy  string a=
  74. t  the end
  75. and  keep track my own eof.  This seemed awfully cumbersome. The typical =
  76. way
  77. around it  is to use  get# instead  and  concatenate a  string  until  yo=
  78. u reach a
  79. chr$(13).  But it is so much slower  than input #.   With long  files,  t=
  80. he loading
  81. time is unbearable.
  82.  
  83. The trouble starts for  me when I input#  the last  string.   The strings=
  84.  are all there
  85. but  <sometimes> the drive hangs up on  the last input# and won't close t=
  86. he file.
  87. So now the entire program is  hung.
  88.  
  89. So I finally  got out a disk utility program (Doctor V5) and looked at th=
  90. ings. I
  91. compared programs that would load OK with those that hung. The only diffe=
  92. rence
  93. I  could find was that there was a chr$(32) just one byte past what seeme=
  94. d to be
  95. the end of file.  This almost slipped my attention since  it was apparane=
  96. tly a byte
  97. beyond what I THOUGHT was the end of the file.
  98.  
  99. Naturally, I then tried writing chr$(32) at the end of my sequential data=
  100.  files just
  101. before closing the file as the last Print# to go in.  Lo and behold!   It=
  102.  sort of
  103. surprised me that it worked.
  104.  
  105. So far, I have been able to use input# relentlessly on sequential data  f=
  106. iles with no
  107. more problems.
  108.  
  109. There may not be many people who still program in V2 commie basic.  But i=
  110. f you
  111. do, and didn't already know this, write it down somewhere in your 1541 ti=
  112. dbit file
  113. for later reference so you can experiment with it.  I'd like to hear if i=
  114. t still gives any
  115. kind of trouble.  I scratched it into the "little teeny" manual which is =
  116. where I go
  117. read when I hit problems.
  118.  
  119. Of course, none of this has been much tested by me so there still may be =
  120. other
  121. problems I haven't found yet and so you'll have to keep  that in mind if =
  122. you use
  123. this.
  124.  
  125. I may be re-writing old known history here but I just discovered  it and =
  126. wanted to
  127. share it.
  128.  
  129. Jim
  130. #! rnews 1559
  131. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!newsf=
  132. eed.internetmci.com!uwm.edu!src.honeywell.com!The-Star.honeywell.com!spac=
  133. enns.space.honeywell.com!usenet
  134. From: Brian Heyboer <bjheyboer@space.honeywell.com>
  135. Newsgroups: comp.sys.cbm
  136. Subject: Re: need info on 1541 drive
  137. Date: Tue, 09 Jul 1996 12:58:45 -0400
  138. Organization: Honeywell Space Systems
  139. Lines: 26
  140. Message-ID: <31E28FC5.59A9@space.honeywell.com>
  141. References: <31E01515.178D@microagewny.com>
  142. Reply-To: bjheyboer@space.honeywell.com
  143. NNTP-Posting-Host: bjheyboer.space.honeywell.com
  144. Mime-Version: 1.0
  145. Content-Type: text/plain; charset=3Dus-ascii
  146. Content-Transfer-Encoding: 7bit
  147. X-Mailer: Mozilla 2.02 (Macintosh; I; PPC)
  148.  
  149. Karl K wrote:
  150. >=20
  151. > Hi, I am looking for help with a 1541 drive.
  152. > It will come on but will not read. Any suggestions
  153. > or some one got one for sale or to donate?
  154. >         Please let me know, Karl K
  155.  
  156. You are going to have to give more details before we can be of much=20
  157. help.
  158.  
  159. Did it ever work?  What was the last thing you did that did work?
  160.  
  161. When you turn it on, do both LEDs come on, the drive spin for a short=20
  162. while, and then the red LED turns off?
  163.  
  164. Can you access the drive at all, or does the computer say "Device not=20
  165. present"?
  166.  
  167. When you try to read a disk, does the head seak but the red LED flashes=20
  168. an error?  Have you read the error channel, and if so what error is=20
  169. reported?
  170.  
  171. Can you format a disk?  If not, what error is reported?
  172.  
  173. It coulld be anything from a stuck or dirty head to a major hardware=20
  174. problem, but you've given us nothing to go on.
  175. #! rnews 1116
  176. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!winternet.com!m=
  177. alox
  178. From: malox@winternet.com (Kevin Schaeffer)
  179. Newsgroups: comp.sys.cbm
  180. Subject: Re: Apple //e trade for C128
  181. Date: 9 Jul 1996 17:34:26 GMT
  182. Organization: StarNet Communications, Inc
  183. Lines: 25
  184. Message-ID: <4ru572$rkr@blackice.winternet.com>
  185. References: <4rtrn8$1t5@stratus.skypoint.net>
  186. NNTP-Posting-Host: subzero.winternet.com
  187. X-Newsreader: TIN [version 1.2 PL2]
  188.  
  189. Larry Mullaly (lmull@skypoint.com) wrote:
  190.  
  191. : I am looking to trade an Apple //e system for a Commodore 128 system wi=
  192. th
  193. : someone in the Minneapolis/St. Paul area.  Here is what I would like to
  194. : trade: =20
  195.  
  196. : Enhanced Apple //e with 128K=20
  197. : Super serial card=20
  198. : Two Disk ][ drives
  199. : Apple color monitor=20
  200.  
  201. : In exchange for: =20
  202.  
  203. : Commodore 128 computer=20
  204. : Two 1571 Disk drives (I might also take 1541 drives instead)=20
  205. : 1701 color monitor=20
  206. : All associated power supplies and cables=20
  207.  
  208. : If interested leave me mail at lmull@skypoint.com
  209. : =20
  210. ------------------------------------------------
  211. Larry,
  212. Try "The Last Stand" its a C=3D bbs in mpls at (612) 533-5267 - very=20
  213. friendly bbs!
  214.  
  215. #! rnews 8743
  216. Newsgroups: comp.sys.cbm
  217. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!n=
  218. ews.mathworks.com!enews.sgi.com!news.uoregon.edu!arclight.uoregon.edu!new=
  219. s.bc.net!torn!watserv3.uwaterloo.ca!undergrad.math.uwaterloo.ca!csbruce
  220. From: csbruce@ccnga.uwaterloo.ca (Craig Bruce)
  221. Subject: Re: How to transfer files from PC to C64?
  222. Sender: news@undergrad.math.uwaterloo.ca (news spool owner)
  223. Message-ID: <DuA5KE.D7K@undergrad.math.uwaterloo.ca>
  224. Date: Tue, 9 Jul 1996 14:29:01 GMT
  225. References: <4rcep2$net@druid.borland.com> <milocco-0507961828030001@140.=
  226. 105.4.232> <4rs2po$iqp@druid.borland.com>
  227. Nntp-Posting-Host: ccnga.uwaterloo.ca
  228. Organization: University of Waterloo, Canada (eh!)
  229. Lines: 224
  230.  
  231. In article <4rs2po$iqp@druid.borland.com>,
  232. Josh Lubliner <squonk@mousehouse.com> wrote:
  233.  
  234. >milocco@elettra.trieste.it (Andrea MILOCCO) wrote:
  235. >>ftp://ccnga.uwaterloo.ca//pub/cbm/telecomm/xmodem64.zip
  236. >>ftp://ccnga.uwaterloo.ca//pub/cbm/telecomm/xmodem64.readme
  237. >
  238. >Thank you!  That is _exactly_ what I wanted to know.  I tried to reply
  239. >to you through e-mail, but I kept getting bounced.
  240. >
  241. >There is one problem:  That file is apparently corrupted, and I cannot
  242. >unzip it.  I e-mailed the administrator.
  243.  
  244. The file in question does indeed appear to be corrupted, since it looks v=
  245. ery
  246. small and doesn't extract for me either.  But, I think that what's suppos=
  247. ed
  248. to be inside of it was posted to this newsgroup in Sept. 1995 by Gaelyne
  249. Moranec.  I have included her article below (which contains the
  250. BASIC-program listing).
  251.  
  252. Keep on Hackin'!
  253.  
  254. -Craig Bruce
  255. csbruce@ccnga.uwaterloo.ca
  256. "Never underestimate the power of a simple tool."
  257.  
  258. C=3D256,64K-VDC,REU,RL16,HD200,FD4000,SL,USR28.8,C=3D128,1581,1571,C=3D64=
  259. C,1541,VIC20
  260.  
  261. -----
  262. Article 42103 of comp.sys.cbm:
  263. From: moranec@hal9000.apana.org.au (Gaelyne Moranec)
  264. Newsgroups: comp.sys.cbm
  265. Subject: terminal program for 300
  266. Date: 11 Sep 1995 10:30:39 -0500
  267. Organization: UTexas Mail-to-News Gateway
  268. Lines: 188
  269. Sender: nobody@cs.utexas.edu
  270. Message-ID: <199509111539.BAA26033@hal9000.apana.org.au>
  271. NNTP-Posting-Host: news.cs.utexas.edu
  272.  
  273. To: comp-sys-cbm@cs.utexas.edu
  274.  
  275.  
  276.  CE> has anyone got a listing of a 300 baud
  277.  CE> terminal program? i just lent a
  278.  CE> modem off a friend, but i don't have any
  279.  CE> software... if anyone has a
  280.  CE> program that i can type in (yes, type in,
  281.  CE> currently i don't have a way
  282.  CE> of transferring files from/to the C64), i
  283.  CE> would be happy, happy, happy,
  284.  
  285. I have one on my web site:
  286.  
  287. http://www.msen.com/~brain/guest/Gaelyne_Moranec/term.html
  288.  
  289. I just browsed through it and it doesn't seem to have a baud rate - I
  290. would assume that so long as both computers are using the same baud
  291. rate, the program should work.
  292.  
  293.  
  294.    ---------------------   Text Import Start   ---------------------
  295.  
  296.     Note, I don't know that an ASCII to Basic converter will convert
  297. all properly unless you first remove the bracketed magazine-style
  298. keypresses ( [blue] [shft-home] etc), then put-in the actual keypresses
  299. after the conversion is done (or at least since they are in print
  300. statements, just bear in mind that they are there in that format, and
  301. will need to be entered properly once the thing is in Basic).  But of
  302. course for the original type-in purpose, this is just what the doctor
  303. ordered :-)
  304.  
  305.  
  306.  
  307. 10 rem *****************
  308. 15 rem * xmodem 64 3.6 *
  309. 20 rem *  karl schmitt *
  310. 25 rem *****************
  311. 30 poke53281,3:poke53280,6:printchr$(151)chr$(14):open5,2,3,chr$
  312.    (6)+chr$(.)
  313. 35 open15,8,15:u=3D212:d=3D256:w=3D1:e$=3Dchr$(147):c=3D250:s=3D64:p$=3Dc=
  314. hr$
  315.    (19):o=3D8
  316. 40 bl$=3D"[home][5-dn]":er$=3D"[home][8-dn][14 spcs][up]"+chr$(13)
  317. 45 ack=3D6:nak=3D21:eot=3D4:can=3D24:z=3D131:v=3D132:f=3D255:m=3D288:p=3D=
  318. 12
  319. 50 c$=3Dchr$(.):r$=3Dchr$(18):j$=3Dchr$(13):o$=3Dchr$(18)+chr$(32)+
  320.    chr$(157)+chr$(146)
  321. 55 printe$j$"[blue]XMODEM 64"j$
  322. 60 print"DOWNLOAD & UPLOAD";:g$=3Dchr$(133):q$=3Dchr$(34):i$=3Dchr$(20)
  323. 65 print" TERMINAL PGM"j$j$"DISK VERSION 3.6"j$
  324. 70 print"by Karl Schmitt"j$j$
  325. 75 print"Hit <f1> For Main Menu."
  326. 80 printj$"Use XMODEM protocol for all transfers."j$j$:l$=3Dchr$
  327.    (32)+chr$(157)
  328. 85 print"1. Bulletin Board"j$j$"2. 64 to 64"j$j$j$j$
  329. 90 print"Type 1 or 2 to begin.":gosub505:ifa$=3D"1"then105
  330. 95 ifa$=3D"2"thenb=3Dw:goto105
  331. 100 goto90
  332. 105 dimf%(f),t%(f),u%(p,v)
  333. 110 printe$"Please stand by for 9 seconds."j$j$"Creating Translat
  334.     ion tables."
  335. 115 forj=3D32to64:t%(j)=3Dj:next:t%(13)=3D13:t%(20)=3D8:forj=3D65to90:t%(=
  336. j)
  337.     =3Dj+32:next
  338. 120 forj=3D91to95:t%(j)=3Dj:next:forj=3D193to218:t%(j)=3Dj-128:next:t%
  339.     (146)=3Dp
  340. 125 t%(133)=3Dp:t%(147)=3D19:t%(137)=3D3:t%(134)=3D17:t%(138)=3D19:forj=3D=
  341. .to
  342.     f:k=3Dt%(j)
  343. 130 ifk<>.thenf%(k)=3Dj:f%(k+128)=3Dj
  344. 135 next
  345. 140 rem------------terminal------------
  346. 145 printchr$(14)
  347. 150 printe$" Terminal Mode"j$:ifa$=3Dchr$(can)thenprint"Transfer CA
  348.     NCELLED!"
  349. 155 iffa=3Dwthenprint"When host is ready to receive, hit f1"j$"for
  350.     main menu and";
  351. 160 iffa=3Dwthenfa=3D.:print" start the upload."j$
  352. 165 get#5,a$:ifa$=3D""then180
  353. 170 printl$chr$(f%(asc(a$)));:ifa$=3Dq$thenpokeu,.
  354. 175 goto165
  355. 180 printo$;:geta$:ifa$=3D""then165
  356. 185 ifb=3Dwthen:x=3Dasc(a$):ifx=3D13orx=3D145orx=3D157orx=3D29orx=3D17orx=
  357. =3D19
  358.     thenprintl$;
  359. 190 ifb=3Dwthenprinta$;:ifa$=3Dq$thenpokeu,.
  360. 195 ifa$=3Dg$thenprintl$j$:goto320
  361. 200 print#5,chr$(t%(asc(a$)));:goto165
  362. 205 rem-----------download-------------
  363. 210 printe$"is host computer waiting to send? y/n":gosub505:ifa$=3D
  364.     "n"then145
  365. 215 printj$:ifa$<>"y"then210
  366. 220 g=3D3:k$=3D"w":gosub345:print:bl=3D.:n=3D.
  367. 225 printj$"downloading  "f$er$"[up]status"
  368. 230 forh=3Dwtop
  369. 235 ch=3D.:forx=3Dwtov:get#5,a$:e=3Dst:ifa$=3D""thenife=3Dothenl=3Dl+w
  370. 240 ife=3D.thenl=3D.:goto255
  371. 245 ifl=3Dmthenl=3D.:gosub525:printbl$"waiting":goto230
  372. 250 goto235
  373. 255 ifx=3Dwthenifa$=3Dchr$(eot)thengosub520:goto310
  374. 260 u%(h,x)=3Dasc(a$+c$):ch=3Dch+u%(h,x):next:ch=3Dch-u%(h,v)
  375. 265 if(u%(h,w)+u%(h,2)+u%(h,3)and f)<>.thengosub525:printer$"soh
  376.     error":goto235
  377. 270 ifu%(h,v)<>(chandf)thengosub525:printer$"checksum error":
  378.     goto235
  379. 275 bl=3Dbl+w:printbl$"block"bl
  380. 280 ifu%(h,2)<>blthenbl=3Dbl-1:gosub520:printer$"duplicate bl":
  381.     goto235
  382. 285 ifh<>pthengosub520
  383. 290 next:h=3Dh-w
  384. 295 ifn=3Dwthenifh=3D.then310
  385. 300 fory=3D1toh:forx=3Deottoz:print#3,chr$(u%(y,x));:next:next
  386. 305 gosub520:goto230
  387. 310 fora=3Dwtoh:forr=3Deottoz:print#3,chr$(u%(a,r));:next:next:close3
  388.     :goto550
  389. 315 rem-----------menu-----------------
  390. 320 printchr$(142)e$
  391. 325 printj$"1. download"j$"2. upload"j$"3. terminal"j$"4. directo
  392.     ry"
  393. 330 print"5. start upload"j$"6. end":gosub505
  394. 335 onval(a$)goto210,375,145,475,585,515
  395. 340 goto325
  396. 345 printe$:input"filename e[rvs-on]x[rvs-off]it.";f$:iff$=3D"x"
  397.     then320
  398. 350 printe$:input"filetype [rvs-on]p[rvs-off]rogram[space]
  399.     [rvs-on]s[rvs-off]equential e[rvs-on]x[rvs-off]it";ft$:ifft$=3D
  400.     "x"then320
  401. 355 ft$=3Dleft$(ft$,w)
  402. 360 openg,8,g,"0:"+f$+","+ft$+","+k$:input#15,a,b$:printe$;a;b$:
  403.     ifa=3D.thenreturn
  404. 365 closeg:goto325
  405. 370 rem-----------upload---------------
  406. 375 g=3D6:k$=3D"r":gosub345:bl=3D.:fa=3Dw
  407. 380 printer$"[up]reading      ":fory=3Dwtop:u%(y,w)=3Dw
  408. 385 bl=3Dbl+w:u%(y,2)=3Dbl:u%(y,3)=3Df-bl:ch=3Dw+u%(y,2)+u%(y,3):printer$
  409.     "block"bl
  410. 390 forx=3Deottoz:get#6,b$:ifst=3D.then400
  411. 395 fl=3Dy:ch=3Dch+u%(y,x):fora=3Dx+wtoz:u%(y,a)=3D.:next:u%(y,v)=3Dchand=
  412. f:
  413.     goto405
  414. 400 u%(y,x)=3Dasc(b$+c$):ch=3Dch+u%(y,x):next:u%(y,v)=3Dchandf:next:
  415.     y=3Dy-w
  416. 405 iffa=3Dwthen145
  417. 410 get#5,a$:ifa$<>chr$(nak)then410
  418. 415 bl=3Dbl-y:y=3D.
  419. 420 printer$"[up]upload status"j$"nak"bl$"[up]uploading"
  420. 425 y=3Dy+w:bl=3Dbl+w
  421. 430 printbl$"block"bl:forx=3Dwtov:print#5,chr$(u%(y,x));:next
  422. 435 fora=3D.to1200:get#5,a$:ifa$=3D""thennext:goto430
  423. 440 ifa$=3Dchr$(ack)thenify=3Dpthenprinter$"ack":goto380
  424. 445 ifa$=3Dchr$(ack)theniffl<>ythenprinter$"ack":goto425
  425. 450 ifa$=3Dchr$(ack)theniffl=3Dythenfl=3D.:gosub535:gosub540:close6:
  426.     goto550
  427. 455 ifa$=3Dchr$(nak)thenprinter$"nak":goto430
  428. 460 ifa$=3Dchr$(can)thenclose6:goto550
  429. 465 goto435
  430. 470 rem---------directory--------------
  431. 475 printe$:open1,8,0,"$0":get#1,a$,a$
  432. 480 get#1,a$,a$:ifa$=3D""then500
  433. 485 get#1,a$,b$:printasc(a$+c$)+asc(b$+c$)*d;
  434. 490 get#1,a$:ifa$=3D""thenprint:goto480
  435. 495 printa$;:goto490
  436. 500 close1:goto325
  437. 505 geta$:ifa$=3D""then505
  438. 510 return
  439. 515 end
  440. 520 print#5,chr$(ack);:printer$"ack":q=3D.:return
  441. 525 q=3Dq+w:ifq=3D11thenclose3:a$=3Dchr$(can):print#5,a$:goto550
  442. 530 print#5,chr$(nak);:printer$"nak":return
  443. 535 print#5,chr$(eot);:printer$"eot":return
  444. 540 get#5,a$:ifa$=3D""then540
  445. 545 return
  446. 550 print"[clr/home]hit any key for terminal mode"
  447. 555 so=3D54272
  448. 560 pokeso+1,250:pokeso+5,10:pokeso+15,200
  449. 565 pokeso+24,15:forcl=3D1to12:pokeso+4,21:fortm=3D1to1250:next:
  450.     pokeso+4,20
  451. 570 getb$:ifb$=3D""then560
  452. 575 so=3D54272:forcl=3D.to24:pokeso+cl,.:next
  453. 580 goto145
  454. 585 printe$"is host computer ready to recieve? y/n"j$:gosub505:
  455.     ifa$=3D"n"then145
  456. 590 ifa$<>"y"then585
  457. 595 printe$"have the first 12 (or less) blocks to[3 spaces]upload
  458.     been read yet ?"
  459. 600 gosub505:ifa$=3D"n"then145
  460. 605 ifa$<>"y"then595
  461. 610 printe$"uploading[2 spaces]"f$:goto405
  462.  
  463.    ---------------------   Text Import End   ---------------------
  464. #! rnews 884
  465. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
  466. com!hunter.premier.net!netnews.worldnet.att.net!newsadm
  467. From: Larry Haynes <larry.haynes@worldnet.att.net>
  468. Newsgroups: comp.sys.cbm
  469. Subject: Re: Post FAQ, please.
  470. Date: 9 Jul 1996 17:54:05 GMT
  471. Organization: AT&T WorldNet Services
  472. Lines: 8
  473. Message-ID: <4ru6bt$lks@mtinsc01-mgt.ops.worldnet.att.net>
  474. References: <4rri4s$s7@druid.borland.com>
  475. NNTP-Posting-Host: 94.denver-2.co.dial-access.att.net
  476. Mime-Version: 1.0
  477. Content-Type: text/plain; charset=3Dus-ascii
  478. Content-Transfer-Encoding: 7bit
  479. X-Mailer: Mozilla 1.22ATT (Windows; U; 16bit)
  480.  
  481. squonk@mousehouse.com (Josh Lubliner) wrote:
  482. >Could someone please post the CSC FAQ?
  483. >
  484. It's posted monthly and you are only a couple of days late.  Try
  485. backing the date up on your newsviewer.  Or you can retrieve it=20
  486. from the source.  http://www.msen.com/~brain/cbmhome.html
  487.  
  488.  
  489. #! rnews 6153
  490. Path: pravda.aa.msen.com!not-for-mail
  491. From: brain@mail.msen.com (Jim Brain)
  492. Newsgroups: comp.sys.cbm
  493. Subject: Commodore Hacking Issue #13 Preview
  494. Date: 9 Jul 1996 21:55:02 GMT
  495. Organization: Msen, Inc. -- Ann Arbor, MI.
  496. Lines: 133
  497. Message-ID: <4rukfn$85f@pravda.aa.msen.com>
  498. NNTP-Posting-Host: conch.aa.msen.com
  499. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  500.  
  501. Wow, guys, it's looking big, but we'll see how it shapes up size wise.
  502. I suspect it'll be coming out early next week.
  503.  
  504.  
  505. Jim
  506.  
  507. P.S.  Sorry for the delay, but I think it'll be worth it.
  508.  
  509.  
  510. @(#)top:
  511.  =20
  512.                    ########
  513.              ##################
  514.          ######            ######
  515.       #####
  516.     #####  ####  ####      ##      #####   ####  ####  ####  ####  ####  =
  517.  #####
  518.   #####    ##    ##      ####    ##   ##   ##  ###     ##    ####  ##   #=
  519. #   ##
  520.  #####    ########     ##  ##   ##        #####       ##    ## ## ##   ##
  521. #####    ##    ##    ########  ##   ##   ##  ###     ##    ##  ####   ## =
  522.   ##
  523. #####  ####  ####  ####  ####  #####   ####  ####  ####  ####  ####   ###=
  524. ###
  525. #####                                                                    =
  526.  ##
  527.  ######            ######            Issue #13
  528.    ##################               Version 1.0
  529.        ########                      July 1996
  530.  
  531. -------------------------------------------------------------------------
  532.  
  533. @(#)contents: Table of Contents
  534.  =20
  535.  
  536. Features
  537.   XX. OS/A65: A Multitasking Operating System by Andre Fachat
  538.       (Reference: os)
  539.         Just when you thought it was safe to run a single program on
  540.         your Commodore 64, Andre ups the ante and details a framework
  541.         that allows you to coax your machine to do multiple things at
  542.         once.  If one app was trouble enough, try taming two or more at
  543.         a time!=20
  544.   XX. Exploiting the 65C816S CPU by Jim Brain
  545.       (Reference: cpu)=09
  546.         So, the eagerly anticipated accelerator from CMD is becoming
  547.         available.  Sure it's fast, and it'll boost speeds in existing
  548.         applications.  However, you know users won't be content for long.
  549.         Learn how to take advantage of the extra addressing modes and wid=
  550. er
  551.         CPU registers when you flip the '816 into Native mode.  In additi=
  552. on,
  553.         Jim will detail the preliminary set of "magic" memory locations=20
  554.         in the CMD SuperCPU.      =20
  555.   XX. Using UQWK with QWKR128 by Gaelyne Moranec
  556.       (Reference: uqwk)
  557.         After years of using QWKR128 to read BBS email and FIDO echoes,=20
  558.         you've graduated to the Internet.  Does that mean you'll have to
  559.         shelve QWKR128?  No way!  Gaelyne details how to use a UNIX progr=
  560. am
  561.         called UQWK to package up USENET newsgroups and Internet
  562.         electronic mail for offline perusal by QWKR128.
  563.   XX. Brad Templeton: The Programmer's Friend - An Interview by Jim Lawle=
  564. ss
  565.       (Reference: pal)
  566.         Templeton, the originator of the PAL assembler and a driving forc=
  567. e
  568.         in programmer aids in the late 70's and early 80's, reflects on
  569.         those early years, where programmer tools were pretty spartan.=20
  570.         Travel in time with Brad to an era where IBM specialized in
  571.         mainframes, and proprietary schemes were commonplace.
  572.   XX. Creating 3-D Dungeon Crawls by Todd Elliott
  573.       (Reference: dungeon)
  574.         So you have created the world's nastiest dungeon engine for your
  575.         torture chamber of a game.  Don't forget the presentation.  Todd
  576.         shows how to create a 3-dimensional scene that will bring your
  577.         dungeon to life. This will give your unsuspecting victim the
  578.         most realistic gameplay possible.
  579.   XX. Using HTML on the Commodore, Part 1 by Jim Brain
  580.       (Reference: html)
  581.         Your IBM friends are drooling over the World Wide Web and its
  582.         markup language:  HyperText Markup Language (HTML).  Are you worr=
  583. ied
  584.         your CBM machine might not be able to handle HTML?  Worry no more.
  585.         Jim will teach you the HTML language and how it can be used on th=
  586. e
  587.         Commodore system.  In part 1, Jim details the language and its
  588.         elements and lays the ground work for a Commodore HTML parsing en=
  589. gine.
  590.  
  591. Columns
  592.   XX. Hi Tech Trickery by Alan Jones
  593.       (Reference: trick) =20
  594.         Here's the proof you need to kill off the persistent myth that
  595.         8-bitters can't cut the mustard in complex computations.  Alan
  596.         lays some groundwork and details a few tricks in stretching=20
  597.         those 8-bits to the limit and beyond.
  598.   XX. Hacking Graphics by Stephen Judd
  599.       (Reference: gfx)
  600.         Driven disk magazine just finished their 4 kilobyte demo contest.
  601.         Stephen takes you behind the scenes of dim4, his entry into the
  602.         contest.  Learn what is inside this 4kB file that expands to leav=
  603. e
  604.         only 8kB memory free.  Stepohen shows just how a demo is put
  605.         together.
  606.   XX. Twiddling the Bits by Ward Shrake
  607.       (Reference: bits)
  608.         Even though its younger brother was more popular, this older
  609.         child of Commodore Business Machines was a fine computer system=20
  610.         indeed.  Ward Shrake takes us inside the Commodore VIC-20 with
  611.         technical information and pinout diagrams.  Don't underestimate=20
  612.         this workhorse of a machine.
  613.        =20
  614. Departments
  615.   XX. The (cough,cough) Hacking Editor
  616.       (Reference: editor)
  617.   XX. Input/Output
  618.       (Reference: io)
  619.   XX. Newsfront
  620.       (Reference: news)
  621.   XX. Hacking the Mags
  622.       (Reference: mags)
  623.   XX. UseNuggets
  624.       (Reference: usenet)
  625.   XX. FIDO's Nuggets
  626.       (Reference: fido)
  627.   XX. Hack Surfing
  628.       (Reference: surf)
  629.   XX. Commodore Trivia
  630.       (Reference: trivia)
  631.   XX. ? DS, DS$: rem The Error Channel
  632.       (Reference: error)
  633.   XX. The Next Hack
  634.       (Reference: next)
  635.   XX. Hacking the Code
  636.       (Reference: code)
  637.  
  638. -------------------------------------------------------------------------
  639.  
  640.  
  641.  
  642.  
  643. --=20
  644. Jim Brain, Embedded System Designer, Brain Innovations, Inc. (BII) (onlin=
  645. e sig)
  646. j.brain@ieee.org   "Above views DO reflect my employer, since I'm my empl=
  647. oyer"
  648. Dabbling in WWW, Embedded Systems, VR, Old CBM computers, and Good Times!=
  649.   -Me-
  650. <a href=3Dhttp://www.msen.com/~brain/>Jim Brain: BII, VR, and CBM info</a=
  651. >   =20
  652. #! rnews 1121
  653. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
  654. com!newsfeed.internetmci.com!newsxfer2.itd.umich.edu!netnews.worldnet.att=
  655. .net!newsadm
  656. From: Larry Haynes <larry.haynes@worldnet.att.net>
  657. Newsgroups: comp.sys.cbm
  658. Subject: Re: c64 to pc serial
  659. Date: 9 Jul 1996 18:29:04 GMT
  660. Organization: AT&T WorldNet Services
  661. Lines: 10
  662. Message-ID: <4ru8dg$lks@mtinsc01-mgt.ops.worldnet.att.net>
  663. References: <4rt2v2$1b58@serra.unipi.it>
  664. NNTP-Posting-Host: 94.denver-2.co.dial-access.att.net
  665. Mime-Version: 1.0
  666. Content-Type: text/plain; charset=3Dus-ascii
  667. Content-Transfer-Encoding: 7bit
  668. X-Mailer: Mozilla 1.22ATT (Windows; U; 16bit)
  669.  
  670. pacino@cli.di.unipi.it (Lelio Pacino) wrote:
  671. >It may be a common question.......but i have a printer (star NL-10)
  672. >with detachable interface for c64, now i want to use it with my pc >(ser=
  673. ial port
  674. >I think),so i need know how to make compatible signals (c64 is not stand=
  675. ard
  676. > serial), have you any possible electronic schema? Thank you.
  677. If it is the "detachable interface" that I'm thinking of, once it
  678. is removed you should be able to use a standard parallel port to=20
  679. printer cable.
  680.  
  681.  
  682. #! rnews 1095
  683. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!n=
  684. ews.mathworks.com!news.kei.com!nntp.coast.net!howland.reston.ans.net!news=
  685. junkie.ans.net!newsfeeds.ans.net!hermes.louisville.edu!pubs07a.adm-houche=
  686. ns.louisville.edu!user
  687. From: dgdela01@homer.louisville.edu (Dan Delaney)
  688. Newsgroups: comp.sys.cbm
  689. Subject: Re: Zip Drives
  690. Date: Tue, 09 Jul 1996 15:42:08 -0400
  691. Organization: University of Louisville, Louisville KY USA
  692. Lines: 7
  693. Distribution: world
  694. Message-ID: <dgdela01-0907961542080001@pubs07a.adm-houchens.louisville.ed=
  695. u>
  696. References: <pine.sgi.3.93.960702020504.17156a-100000@heart.engr.csulb.ed=
  697. u> <zxfnl1x.arca93@delphi.com> <31df2ef4.7d0e@netcom.ca> <4rpkas$1o0m@use=
  698. neta1.news.prodigy.com>
  699. NNTP-Posting-Host: pubs07a.adm-houchens.louisville.edu
  700.  
  701. In article <4rpkas$1o0m@useneta1.news.prodigy.com>, RVTP18B@prodigy.com
  702. (David Tuomi) wrote:
  703.  
  704. > I've used a ZIP on my 128, but only by hooking it up to my 128 through =
  705. a=20
  706. > CMD SCSI hard drive.  The ZIP drives are a tad inconvenient in that the=
  707. y=20
  708.  
  709. Might I ask WHERE CAN I GET one of these CMD-HD SCSI adapters for the C64=
  710. /C128?
  711. #! rnews 701
  712. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
  713. com!newsfeed.internetmci.com!uwm.edu!vixen.cso.uiuc.edu!koutsos
  714. From: koutsos@students.uiuc.edu (koutsos angelo john)
  715. Newsgroups: comp.sys.cbm
  716. Subject: FS: cartridges for the C64
  717. Date: 9 Jul 1996 20:28:35 GMT
  718. Organization: University of Illinois at Urbana
  719. Lines: 15
  720. Message-ID: <4rufdj$2nb@vixen.cso.uiuc.edu>
  721. NNTP-Posting-Host: ux4.cso.uiuc.edu
  722.  
  723. I have Jumpman Jr. In the original box for the C64
  724. it is unopened !!
  725.  
  726.  
  727. I also have Star Trek with docs,
  728.     Grid Runner,
  729.     Radar Rat Race
  730.     (above are loose cartridges)
  731.  
  732.  
  733.     please make me an offer!!
  734.                                            koutsos@students.uiuc.edu
  735.  
  736.  
  737.  
  738. #! rnews 941
  739. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!newsf=
  740. eed.internetmci.com!news.sprintlink.net!news-stk-200.sprintlink.net!news.=
  741. sprintlink.net!news-pen-14.sprintlink.net!ns1.win.net!bugs
  742. From: simeon@sndcreate.win.net (Simeon Amburgey)
  743. Newsgroups: comp.sys.cbm
  744. Subject: Lots of Stuff For Sale...
  745. Date: Tue, 9 Jul 1996 17:08:26 -0400
  746. Organization: Sound Creations
  747. Lines: 20
  748. Message-ID: <MPLANET.31e2ca3bsimeon989681@news.win.net>
  749. NNTP-Posting-Host: dial-02.win.net
  750. X-Newsreader: MicroPlanet Gravity v1.00 (30 Day Trial)
  751.  
  752. I have some Commodore stuff I need to sell.
  753.  
  754. 1 C-64
  755. 1 C-64c
  756. 2 1541 Floppy Drives
  757. 1 1750 Ram Expansion Unit Expanded to 1 meg with Battery Backup
  758. 1 Super Snapshot with reset switch
  759. 1 MIDI interface with lots of sequencing software
  760. 1 KXP2180 24pin printer
  761. 1 G-Wiz Printer interface
  762. 1 Mouse
  763.  
  764. Lots more
  765. No reasonable offer refused
  766.  
  767. Thanks,
  768. Simeon Amburgey
  769. simeon@sndcreate.win.net
  770. Louisville, KY
  771. Amiga user
  772. #! rnews 2054
  773. Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!news.=
  774. mathworks.com!uunet!inXS.uu.net!nntp.crl.com!crl13.crl.com!not-for-mail
  775. From: ceejack@crl.com (Jack Vander White)
  776. Newsgroups: comp.sys.cbm
  777. Subject: Re: C=3D64 Users get last laugh
  778. Date: 9 Jul 1996 14:50:06 -0700
  779. Organization: Humanity Against Late-Night Infomercials
  780. Lines: 40
  781. Distribution: world
  782. Message-ID: <4ruk6e$llr@crl13.crl.com>
  783. References: <4ruak0$nun@katbert.ipa.net>
  784. NNTP-Posting-Host: crl13.crl.com
  785. X-Newsreader: TIN [version 1.2 PL2]
  786.  
  787. Jim Self (himselfo@ipa.net(JimSelf)) wrote:
  788. : If you are ever the least bit intimidated by derogatory
  789. : remarks about owning/using old Commodore computers,
  790. : think about this:
  791.  
  792. : In the late 1940's you could buy an old used up Model T
  793. : Ford for $10 to $20. The Model A was slightly higher. A
  794.  
  795. I paid $35 for my '29 A coupe in '51. A whole two weeks wages=20
  796. back then.
  797.  
  798. : Museums for our old computers are popping up everywhere.
  799.  
  800. Here in Silicon country seems like everyone is planning or
  801. opening a museum. I see requests in local echos almost daily
  802. for old computers, but not PCs.
  803.  
  804. : Can't  you  get a C=3D64 now for under a hundred dollars?
  805. : You'll have fun.
  806. : You'll have the last laugh.
  807.  
  808. We have a couple of hundred BBS's locally. Most run by programmers
  809. or hardware people from the local plants of Intel, Hewlett-Packard,=20
  810. Apple/Mac, Packard Bell, etc.. About half have a 64 or 128 setup=20
  811. running in addition to their latest Pentium.=20
  812.  =20
  813. Before the Army's Signal Depot shut down I found out that about=20
  814. half the repair tech's there were still running 64's or 128's at
  815. home for their own pleasure. Some even using them to run diagnostics
  816. for the army stuff they were repairing.=20
  817.  =20
  818. Jack VW
  819.   =20
  820. =20
  821. : P.S. (Analogy) Do you suppose in 30 years we will be able
  822. : to buy an old worn out Columbia space ship for the=20
  823. : equivalent of $10  (1945), $100 (1996)  and make private
  824. : journeys into outer space. (Of course we'd fix it up)
  825. : That may seem far-fetched but then so was the idea of=20
  826. : owning a desk computer such as the C=3D64 for $100.
  827. #! rnews 602
  828. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
  829. com!newsfeed.internetmci.com!news-feed.iguide.com!news.delphi.com!usenet
  830. From: joy daidola <joydaidola@delphi.com>
  831. Newsgroups: comp.sys.cbm
  832. Subject: Re: Homecomputer museum
  833. Date: Tue, 9 Jul 96 20:09:31 -0500
  834. Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
  835. Lines: 2
  836. Message-ID: <RtGse8T.joydaidola@delphi.com>
  837. References: <31DFC7B2.709D@algonet.se>
  838. NNTP-Posting-Host: bos1d.delphi.com
  839. X-To: Hakan Karlsson <Hakan_k@algonet.se>
  840.  
  841. Hi! If you are interested in atari stuffI have a bunch I have no use for.=
  842. e-mail
  843. me..
  844. #! rnews 817
  845. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!h=
  846. unter.premier.net!news-res.gsl.net!news.gsl.net!swrinde!howland.reston.an=
  847. s.net!newsfeed.internetmci.com!news-feed.iguide.com!news.delphi.com!usene=
  848. t
  849. From: joy daidola <joydaidola@delphi.com>
  850. Newsgroups: comp.sys.cbm
  851. Subject: WT.Trade...stuff
  852. Date: Tue, 9 Jul 96 20:14:17 -0500
  853. Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
  854. Lines: 7
  855. Message-ID: <ZtGvmsZ.joydaidola@delphi.com>
  856. NNTP-Posting-Host: bos1d.delphi.com
  857.  
  858. Hi! I am in despirate need of a 386 or
  859. 486 computer..I have loads of great
  860. Commie stuff i could trade, as well as asmall amount of cash..If any inte=
  861. rest,
  862. E-mail me and I'll tell you what I have.
  863. A laptop would be great,,I need windows.
  864. a mouse and modem..any other software
  865. would be great..Thanks..Please help!!!
  866. #! rnews 1685
  867. Path: pravda.aa.msen.com!spool.mu.edu!howland.reston.ans.net!cs.utexas.ed=
  868. u!uwm.edu!news-res.gsl.net!news.gsl.net!EU.net!Norway.EU.net!nntp.uio.no!=
  869. news.global-one.no!news1.transpac.net!oden.abc.se!dos.canit.se!uno.canit.=
  870. se!p1.f411.n201!f411.n201!not-for-mail
  871. Newsgroups: comp.sys.cbm
  872. X-Comment-To: ChrisC
  873. From: Pontus Berg <Pontus.Berg@p71.anet.canit.se>
  874. Date: Tue, 09 Jul 96 19:45:26 +0200
  875. Subject: ANNOUNCE: C64 Prog Ref Gu
  876. Message-ID: <836966726@p71.f411.n201.z2.ftn>
  877. References: <1244570100@sjx-ixn4.ix.netcom.com>
  878. Organization: BoArDgasm, Farsta, Sweden
  879. X-FTN-AREA: CANIT_COMP_SYS_CBM
  880. X-FTN-MSGID: 2:201/411.71 31e31946
  881. X-FTN-REPLY: sjx-ixn4.ix.netcom.com 4a2ea1f4
  882. X-FTN-CHRS: IBMPC 2
  883. X-FTN-Tearline: Spot 1.3a #676
  884. X-FTN-Origin: BoArDgasm, Farsta, Sweden (2:201/411.71)
  885. X-FTN-SEEN-BY: 201/411=20
  886. X-FTN-PATH: 201/411=20
  887. X-FTN-PATH: 201/411
  888. Lines: 18
  889.  
  890. In a message of 04 Jul 96 ChrisC wrote to All:
  891.  
  892.  C> 1) I don't believe it was the original source code, but a dissasembly
  893.  C> and  commented code.  It is not illegal to reference code in a book a=
  894. s
  895.  C> long as  noone uses it to program thier own drive.
  896.  
  897. It isn't even a disassembly but a a three column description; Name, addre=
  898. ss and
  899. description of the routines! I find that hard to see as something illegal=
  900. , even
  901. looking at it and being picky!
  902.  
  903. )=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
  904. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
  905. =3D=3D=3D=3D=3D=3D=3D=3D=3D(
  906. )  o/    Bacchus@FairLight.COM  Fido: 2:201/411.71         (
  907. ) (#        HTTP://WWW.Canit.Se/ANet/p71.html              (
  908. )=3D/7=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
  909. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
  910. =3D=3D=3D=3D=3D=3D=3D(
  911.  
  912. ... In those days dollars were scarce and time wasplentiful (ah, college =
  913. daze)
  914. ... now dollars are scarce andso is time.
  915.     Bruce R. McFarling
  916. #! rnews 2509
  917. Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!h=
  918. unter.premier.net!news-res.gsl.net!news.gsl.net!swrinde!cs.utexas.edu!uwm=
  919. .edu!math.ohio-state.edu!jussieu.fr!oleane!plug.news.pipex.net!pipex!weld=
  920. .news.pipex.net!pipex!hole.news.pipex.net!pipex!tube.news.pipex.net!pipex=
  921. !dish.news.pipex.net!pipex!soap.news.pipex.net!pipex!usenet
  922. From: gsz@dial.pipex.com (George Szaszvari)
  923. Newsgroups: comp.sys.cbm
  924. Subject: Re: 1526 printer ribbons?
  925. Date: 10 Jul 1996 00:38:42 GMT
  926. Organization: Romulan Ale Symposium
  927. Lines: 35
  928. Message-ID: <4ruu2i$4kn@soap.news.pipex.net>
  929. References: <4rn9i3$s7l@soap.news.pipex.net> <31E28D5E.3599@space.honeywe=
  930. ll.com>
  931. NNTP-Posting-Host: ac187.du.pipex.com
  932. X-Newsreader: WinVN 0.99.6
  933.  
  934. In article <31E28D5E.3599@space.honeywell.com>,=20
  935. bjheyboer@space.honeywell.com says...
  936. >The 1526 is no a Centronics printer.  Are you sure that's what you have?=
  937.  =20
  938. >There was an IEEE-488 version (connector looks like Centronics but short=
  939. er=20
  940. >-- 22 pins rather than 36), I think its the 4023.
  941. >Assuming it is a 1526 or 4023 (if I have the number right), the ribbon i=
  942. s=20
  943. >the same as a Mannesman Tally Spirit 80.  Most stationary stores have a=20
  944. >ribbon list they can order from, and the Spirit 80 is listed by most=20
  945. >manufacturers, but not always the CBM's.
  946. >BEWARE that some are selling inked ribbons for use in these printers in=20
  947. >addition to the carbon-film ones.  They are not designed for that --=20
  948. >stick with the carbon-film ones even though they are more expensive to=20
  949. >use.  Ribbon type is usually a code in the ribbon listing -- be sure to=20
  950. >check.  The 1526 has square pins and very little space between pins and=20
  951. >head.  Carbon-film ribbons don't leave a residue in the pins, but inked=20
  952. >ribbons DO. This will cause the pins to stick and the resultant increase=
  953. =20
  954. >in power required to "fire" the pins can damage the head.
  955.  
  956. Thanks for all this fascinating and useful info!=20
  957.  
  958. Regarding whether the 1526 is centronics or not, I can't say (having just
  959. acquired it) except to quote the six page "manual" that comes with it and=
  960. =20
  961. describes the interface (with edge connector) as *parallel centronics* an=
  962. d=20
  963. has a tape that allows the printer to be treated as if it were a device o=
  964. n=20
  965. the serial bus. I'll be checking it out in the next few weeks and will le=
  966. t=20
  967. the group know in due course....
  968.  
  969. Thanks for the responses so far...
  970.  
  971. Regards,
  972. =20
  973. --
  974. George Szaszvari, DCPS Chess Club, 42 Alleyn Park, London SE21 7AA, UK
  975. *** Acorn Archimedes..ARM Club * Commodore64..ICPUG * NW London CC ***
  976.  
  977.  
  978.  
  979.  
  980. =END=
  981.