home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / HARDWARE01.SFX / 01hardware
Encoding:
Text File  |  1990-02-12  |  32.0 KB  |  815 lines

  1.  ************
  2. Topic 5         Thu Jun 16, 1994
  3. A.PLATT3 [Chance]            (Forwarded) 
  4. Sub: Fax/Modem for Commodore 64/128         
  5.  
  6.      What about sending and receiving faxes on the Commodre 64 and 128? Is it
  7. possibile?  Will it ever be a reality?
  8.  
  9. 9 message(s) total.
  10.  ************
  11.  ------------
  12. Category 4,  Topic 5
  13. Message 1         Thu Jun 16, 1994
  14. A.PLATT3 [Chance]            (Forwarded) 
  15.  
  16.      I was wondering if sending and receving faxes on the 64 or 128 was
  17. possible.  Earlier in a discussion I learned that sending and or receiving
  18. faxes took a whole bunch of memory.  Could faxes be acheived through a REU or
  19. a RamLink?  
  20.      I realise buying an RS-232 (SwiftLink sorta thing) send/receive fax/modem
  21.  will be needed.
  22.      Any comments??
  23.  
  24.      Platt
  25.  ------------
  26. Category 4,  Topic 5
  27. Message 2         Fri Jun 17, 1994
  28. S.GOLDSMITH2 [Iron.Man]      (Forwarded) 
  29.  
  30. >     I was wondering if sending and receving faxes on the 64 or 128 was
  31.  >possible.  Earlier in a discussion I learned that sending and or receiving
  32.  >faxes took a whole bunch of memory.  Could faxes be acheived through a REU
  33. >or a RamLink?
  34.  >     I realise buying an RS-232 (SwiftLink sorta thing) send/receive
  35. >fax/modem will be needed.
  36.  
  37. I'm writing a DOS P mode multi session terminal program with Async
  38. Professional 2.01 from Turbo Power.  Async Pro includes a class I/II/Intel fax
  39. library.  Even if you could write the comm routines, protocols and graphic <=
  40. => text, prtiner drivers, etc. in 65xx Assembler it would take up too much RAM
  41. in a stock C64.  You would need at least 9600 baud unless you plan to power
  42. snooze waiting for the image to xmit.  I'm not saying it's impossible, but it
  43. would take a lot of time to hack a good/small/fast generic fax library...
  44.  
  45. SG :)
  46.  
  47.  ------------
  48. Category 4,  Topic 5
  49. Message 3         Wed Jun 29, 1994
  50. D.TUOMI [Doctor]             at 00:50 EDT
  51.  
  52. Don't sound so descouraging.  You sound as if it isn't even possible. Well, if
  53. an MS-DOS computer can do it, a 64 can.  It's just a matter of how much of a
  54. "power snooze" you're willing to take.
  55.  
  56. Seriously, the problems with fax are mainly that most of the libraries written
  57. are for the 80x86 processor or one of the languages which run on that machine.
  58. For someone to write FAX software they'll need to write custom 6502 code for
  59. the job.  Also, the code will have to be written in such a way as to take
  60. advantage of the pecularilities (both advantagous and disadvantagous) of the
  61. 64/128 machines.  All in all, its not a project for the faint hearted.  I've
  62. heard tell that there are a few bold adventurers who are attempting it, but as
  63. yet no dice.
  64.  
  65. Doc.
  66.  ------------
  67. Category 4,  Topic 5
  68. Message 4         Wed Jun 29, 1994
  69. S.GOLDSMITH2 [Iron.Man]      at 02:38 EDT
  70.  
  71. >Don't sound so descouraging.  You sound as if it isn't even possible. Well,
  72. >if an MS-DOS computer can do it, a 64 can.  It's just a matter of how much
  73. >of a "power snooze" you're willing to take.
  74.  
  75. >Seriously, the problems with fax are mainly that most of the libraries
  76. >written are for the 80x86 processor or one of the languages which run on
  77. >that machine.  For someone to write FAX software they'll need to write
  78. >custom 6502 code for the job.  Also, the code will have to be written in
  79. >such a way as to take advantage of the pecularilities (both advantagous and
  80. >disadvantagous) of the 64/128 machines.  All in all, its not a project for
  81. >the faint hearted.  I've heard tell that there are a few bold adventurers
  82. >who are attempting it, but as yet no dice.
  83.  
  84. My point was that the 6502 library wouldn't fit in the standard C64's 64K.
  85. Once you understand what is involved as far as com driver, protocols (Class
  86. I/II/Intel CAS), buffers to handle converting from text <> graphic, etc. you
  87. would have to use a REU or slow virtual memory (disk).  Also, I don't think
  88. there would be much of a market to support such a project or someone like CMD
  89. would have done it by now.
  90.  
  91. SG :)
  92.  
  93.  ------------
  94. Category 4,  Topic 5
  95. Message 5         Wed Jun 29, 1994
  96. D.TUOMI [Doctor]             at 23:21 EDT
  97.  
  98. I wasn't aware that their were any 6502 source for FAX.  At any rate, I would
  99. assume that anyone tackling it would still want to write custom code because
  100. of the 64's operating particulars.
  101.  
  102. I would assume that the program to do the job would probably be devided into
  103. sections.  Each section stored as a seperate program on disk or REU to be
  104. loaded up when the terminal made a call.  For example, when incoming fax is
  105. detected, a modual that is responsible for only receive fax would be loaded
  106. (perhaps even as far as a seperate modual for the different classes).  Once
  107. done then the program would be handed off elsewhere for storage.  Also the
  108. send would then be its own modual.
  109.  
  110. As to OCR capabilities.  I would think that it would be necessary to first
  111. have the ability to send and receive the images before worrying about OCR. I
  112. think there have been scanner programs for Datel's handyscan that would do
  113. OCR.  I might be wrong, however, but if I'm correct then perhaps these
  114. programs which already possibly exist could be put to this use rather than
  115. attempting to write a new program all by yourself.
  116.  
  117. Doc.
  118.  ------------
  119. Category 4,  Topic 5
  120. Message 6         Wed Jun 29, 1994
  121. C128.JBEE                    at 23:55 EDT
  122.  
  123.  There were OCR programs for the Handyscanner but they did such a poor
  124.  job and took so long it was not worth usig them or selling them.
  125.  ------------
  126. Category 4,  Topic 5
  127. Message 7         Thu Jun 30, 1994
  128. S.GOLDSMITH2 [Iron.Man]      at 05:33 EDT
  129.  
  130. >As to OCR capabilities.  I would think that it would be necessary to first
  131.  >have the ability to send and receive the images before worrying about OCR.
  132. >I think there have been scanner programs for Datel's handyscan that would >do
  133. OCR.  I might be wrong, however, but if I'm correct then perhaps these
  134.  >programs which already possibly exist could be put to this use rather than
  135.  >attempting to write a new program all by yourself.
  136.  
  137. I wasn't talking about OCR.  Fax data is graphic in nature.  When you receive
  138. a FAX it is in a graphic format.  If you want to send a text file you must
  139. first convert it into bit mapped graphics.  As I said before, I don't think
  140. there would be much of a market for C= fax in any event.
  141.  
  142. SG :)
  143.  
  144.  ------------
  145. Category 4,  Topic 5
  146. Message 8         Thu Jun 30, 1994
  147. D.TUOMI [Doctor]             at 23:15 EDT
  148.  
  149. I would think as muh a market for the Commodore as any other machine.
  150. Converting text to bitmap isn't difficult.  There are already utilities and
  151. programs which do this for lower resolution screens the Commodore can display.
  152. The same principal applies.  As to display, you would use a program like
  153. MACView, which allows you to view MacPaint files on the Commodore.  The file
  154. is pretty high resolution, but it's only monochrome. You just use cursor keys
  155. to scan around the entire image.
  156.  
  157. These programs and ideas I mentioned are all software already written. The
  158. trick of the matter is converting all these ideas into a working and
  159. intigrated piece of software which would support a fax modem.
  160.  
  161. Doc.
  162.  ------------
  163. Category 4,  Topic 5
  164. Message 9         Sat Oct 22, 1994
  165. S.LOGSDON4                   at 11:36 EDT
  166.  
  167. Whelp, I am one of the "brave adventurers" mentioned above... I'm thinking of
  168. undergoing the task on a 128d.. Does anyone have any dox as to the format of 
  169. geoPaint,.gif and fax images?
  170.  
  171. Shawn
  172.  ------------
  173.  
  174. 4 | ************
  175. Topic 8         Mon May 23, 1994
  176. I.COBB1                      (Forwarded) 
  177. Sub: Dead 128 keyboard                      
  178.  
  179. Computer doesn't read keyboard...
  180. 9 message(s) total.
  181.  ************
  182.  ------------
  183. Category 4,  Topic 8
  184. Message 1         Mon May 23, 1994
  185. I.COBB1                      (Forwarded) 
  186.  
  187. I am trying to repair a 128 which seems to have a dead keyboard.  The keyboard
  188. itself works OK when attached to a different 128, and the computer responds as
  189. expected when powered up with the C= or STOP keys depressed. A new CIA chip
  190. had no effect.  Any ideas as to what the problem might be?
  191.  
  192.  ------------
  193. Category 4,  Topic 8
  194. Message 2         Mon May 23, 1994
  195. B.MASSE [BIG BOB]            (Forwarded) 
  196.  
  197.   
  198.  Category 4,  Topic 47
  199.  
  200.  >I am trying to repair a 128 which seems to have a dead keyboard.  The
  201. keyboard
  202.  >itself works OK when attached to a different 128, and the computer responds
  203. as
  204.  >expected when powered up with the C= or STOP keys depressed. A new CIA chip
  205.  >had no effect.  Any ideas as to what the problem might be?
  206.  
  207.  JUST A  REMINDER....  make sure when you plug in the new CIA chip that you
  208.  have it in the RIGHT direction...  zapppp...
  209.  
  210.  .......when in doubt,  mumble.
  211.                                    Bob
  212.  
  213.  
  214.  ------------
  215. Category 4,  Topic 8
  216. Message 3         Mon May 23, 1994
  217. C128.JBEE                    (Forwarded) 
  218.  
  219.  Try swapping these chips from the good 128 with the bad 128 in this
  220.  order 1) VIC  2) SID  3)8502.
  221.  
  222.  Make sure both fuses are good in the power supply.
  223.  ------------
  224. Category 4,  Topic 8
  225. Message 4         Sun Jul 31, 1994
  226. B.BEDFORD [BROM]             at 20:58 EDT
  227.  
  228. I have lost my 128 to my four yaer old daughter.  She gave it a terrible
  229. static shock.  Now the following keys don't work. Inst/del, Restore??, Return,
  230. both cursor keys under the return key, & all function keys.  My 10 key keypad
  231. works.  I can boot in both 40 & 80 column mode & 128 & 64 mode boots ok also. 
  232. Just can't do much without those keys on the right side of the board.  Is the
  233. a program and/or book to help me diagnose the chips affected?  Where can I get
  234. parts these days? Any help would be appreciated.
  235.  
  236.            Thanks,
  237.  
  238.                       Brian
  239.  
  240.  ------------
  241. Category 4,  Topic 8
  242. Message 5         Mon Aug 01, 1994
  243. C128.JBEE                    at 18:46 EDT
  244.  
  245.  You can try swapping your 6526 chips. Though that will mean you will lose
  246.  use of at least your modem.  If the shock came through the joystick port
  247.  I would be almost 100% sure it was a 6526 that bite the dust.
  248.  
  249.  The 6526 is about $10.
  250.  ------------
  251. Category 4,  Topic 8
  252. Message 6         Mon Aug 01, 1994
  253. C128.JBEE                    at 18:49 EDT
  254.  
  255.  Afterthought:
  256.  If you are not good at soldering, make sure your 6526 chips are socketed
  257.  before ordering any chips, especially if you have a C-128D.
  258.  Otherwise you might want to send it to someone to fix.  I use E.HARVEY
  259.  for most of my repairs.
  260.  ------------
  261. Category 4,  Topic 8
  262. Message 7         Mon Aug 01, 1994
  263. R.DAY                        at 19:27 EDT
  264.  
  265. You CIA chip must be bad. It has 8 pins that do input output to the keyboard.
  266. It would be the CIA next to were the plug, plugs in to the keyboard. You can
  267. test this out by unpluging your other CIA chip over by were your modem plugs
  268. in. Swop them and if you keyboard works the CIA is what is wrong. But now your
  269. drives will not work with a bad CIA in the other sockit. You can get a CIA
  270. 6526 or 6526A, A is for 2MHz but they both cost the same and all I/O on the
  271. 128 is at 1MHz. They both cost the same so get the 6526A. At Jameco it cost
  272. $14.95 Mybe $20 by the time you do S/H. Erol Harvey my have one too. I don't
  273. know how to speel his name so mybe some one else can tell you that and I think
  274. he on on GEnie any way I don't know his name here on GEnie. I hope this info
  275. helps you.
  276.  ------------
  277. Category 4,  Topic 8
  278. Message 8         Mon Aug 01, 1994
  279. R.DAY                        at 19:28 EDT
  280.  
  281. O yet one more thing. Jameco's # is 1-800-831-4242.
  282.  ------------
  283. Category 4,  Topic 8
  284. Message 9         Wed Aug 03, 1994
  285. B.BEDFORD [BROM]             at 01:33 EDT
  286.  
  287. Thanks to C128.JBEE & R.DAY for your advice.  I'll give it a try.  It would
  288. sure be nice if I can get off that easy.  Then again, that's one of the nice
  289. things about the C128.  It is a relatively simple machine compared to others
  290. that are out there these days. 128D? I don't think mine is a "D".  I got it
  291. back in 1985.  Except for some cold solder joints in the monitor from time to
  292. time it has been trouble free till now.  Four year olds are hard on everything
  293. they touch, n'est pas?  :)
  294.  ------------
  295.  
  296. 4 | ************
  297. Topic 10        Wed Nov 30, 1994
  298. B.MASSE [BIG BOB]            (Forwarded) 
  299. Sub: 128 flat character color problem       
  300.  
  301. What is wrong when a 128 flat starts displaying wierd colors on the characters
  302. in the 40 col 64 mode???
  303. 4 message(s) total.
  304.  ************
  305.  ------------
  306. Category 4,  Topic 10
  307. Message 1         Wed Nov 30, 1994
  308. B.MASSE [BIG BOB]            (Forwarded) 
  309.  
  310.  I have a 128 flat that has a problem on the 64 side of it. 
  311.  The problem is this...
  312.  
  313.  Wierd colors in the characters on the screen. The Characters are where they
  314.  are supposed to be,  but, the colors are all screwed up. (kind of flashing
  315.  a little and sparkely...)
  316.  
  317.                            Thanks for the help
  318.  
  319.                                   Big Bob
  320.  ------------
  321. Category 4,  Topic 10
  322. Message 2         Fri Dec 02, 1994
  323. D.TUOMI [Doctor]             (Forwarded) 
  324.  
  325. I once had this problem with a 64.  Unfortunately, that was in 1984, and as I
  326. was not particularly technical at the time I returned the machine to CBM with
  327. $64 for a repair.  Longest wait I ever had!  But, thinking back I would
  328. suppose something has gone wrong with either the color memory or the VIC chip.
  329. How does your 40 column screen look on the 128?
  330.  
  331. Doc.
  332.  ------------
  333. Category 4,  Topic 10
  334. Message 3         Sat Feb 04, 1995
  335. B.MASSE [BIG BOB]            (Forwarded) 
  336.  
  337.  Thanks Doctor for your reply (about a month ago).  You were right about the
  338.  vic chip in the computer.  Replaced the color ram first, no difference, then
  339.  swapped out the vic chip and it works great now. 
  340.  
  341.  Bob :)
  342.  ------------
  343. Category 4,  Topic 10
  344. Message 4         Sun Feb 05, 1995
  345. D.TUOMI [Doctor]             (Forwarded) 
  346.  
  347. Glad I could be of service.  ;)
  348.  
  349. Doc.
  350.  ------------
  351.  ************
  352. Topic 11        Wed Jan 25, 1995
  353. A.PLATT3 [Chance]            (Forwarded) 
  354. Sub: Monitors for use with Interlaced grafx 
  355.  
  356.      Discussion on different types, models, and companies of monitors that
  357. perform well under interlaced graphics, as well as 40 column usage.
  358. 4 message(s) total.
  359.  ************
  360.  ------------
  361. Category 4,  Topic 11
  362. Message 1         Wed Jan 25, 1995
  363. A.PLATT3 [Chance]            (Forwarded) 
  364.  
  365.      I made a mistake awhile ago.  I purchased a monitor that does poorly
  366. under the "influence" of interlaced graphcs.  Which monitors do "yall" think
  367. would be the best?  I've heard a variety of names, but for as experience with
  368. different monitors I have had none.  The few monitors' names I have heard:
  369. 1902, 1902a, 2002, 1804, and wht else? Which in your opinion give the best
  370. picture, using prgs like IPaint?
  371.  
  372. Thanks!
  373.  
  374.  -- Chance
  375.  ------------
  376. Category 4,  Topic 11
  377. Message 2         Thu Jan 26, 1995
  378. D.TUOMI [Doctor]             (Forwarded) 
  379.  
  380. A monitor with slow persistance phosphers would work best with the Interlace
  381. mode.  The only one that I know of that Commodore ever made was there White
  382. Page monochrome monitor.  They made it for desktop publishing with the Amiga
  383. (forgot the designation), but supposedly it also worked w with the 64/128. 
  384. Unfortunately its only a monochrome monitor.
  385.  
  386. Doc.
  387.  ------------
  388. Category 4,  Topic 11
  389. Message 3         Wed Feb 15, 1995
  390. C128.JBEE                    (Forwarded) 
  391.  
  392.  For a Commodore monitor I think the 1080 Amiga monitor was the best ever
  393.  produced under the Commodore label.  I would look for a new or used
  394.  RGBI monitor meant to be used on a PC at 15.75 Mhz, which is the same
  395.  as the C-128.  I have not had the time to check this out but the
  396.  NEC 2a multi-scan monitors look like they might work on the C-128! I still
  397.  have to check it out and will report if I have any success.
  398.  ------------
  399. Category 4,  Topic 11
  400. Message 4         Fri Feb 24, 1995
  401. A.PLATT3 [Chance]            (Forwarded) 
  402.  
  403.       [AWelp, JBEE, I've tried it and it works!  The best Interlaced  graphics
  404. I found were on the IBM monitor.  Bad thing was, I didn't pick it up while I
  405. was there.  But ya, the monitor gave an Inte [C [C [Crlaced picture that
  406. looked like it wouldn't hurt your eyes, and it actually gave the  impression
  407. of 640 * 400, not two 640 * 200 screens.
  408.  
  409.  -- Chance
  410.  ------------
  411.  ************
  412. Topic 12        Sat Mar 26, 1994
  413. R.DAY                        (Forwarded) 
  414. Sub: swiftlink with IBM mouse               
  415.  
  416. Well IBM mouses plug in to the RS232 port of them so why can't you porgram a
  417. input driver to use a Swiftlink RS-232 Serial Cartridge with a IBM type mouse?
  418. Could it be done?
  419. 18 message(s) total.
  420.  ************
  421.  ------------
  422. Category 4,  Topic 12
  423. Message 1         Sat Mar 26, 1994
  424. C128.JBEE                    (Forwarded) 
  425.  
  426.  That is possible, the data transfer between a mouse and the PC serial bus
  427.  is actually quite slow compared with regular RS232 communications.
  428.  
  429.  ------------
  430. Category 4,  Topic 12
  431. Message 2         Sat Mar 26, 1994
  432. CMD-DOUG                     (Forwarded) 
  433.  
  434. It is indeed quite possible, and was even considered as a possible product
  435. extension by us at CMD. However, there are some definate problems - mainly
  436. software compatibility, and also there are programs which can use a mouse but
  437. would also want to use SwiftLink for modem hookup (example: Dialogue 128).
  438.  
  439.  ------------
  440. Category 4,  Topic 12
  441. Message 3         Sat Mar 26, 1994
  442. R.DAY                        (Forwarded) 
  443.  
  444. I think I could make one if I could find the info on how to do it. I looked in
  445. the IBM files here but it don't look like any tell how to program a IBM mouse.
  446. Well with my swiftlink and Data pump I can have 2 RS-232's at the same time. I
  447. could even hook up a nother data pump. I'm going to ask my bother if he can
  448. get some info on how to program a IBM mouse. He is into programing on IBM's. I
  449. did plug in a IBM mouse and a term at 600 baud seems like the data came the
  450. best but junk in a term. With CMD's mouse comming out don't look like any one
  451. will need this any way. It's nice how the IBM mouse will plug right in to a
  452. swiftlink!
  453.  ------------
  454. Category 4,  Topic 12
  455. Message 4         Sun Mar 27, 1994
  456. S.GOLDSMITH2 [Iron.Man]      (Forwarded) 
  457.  
  458. R.DAY,
  459.  
  460. The Microsoft serial mouse is accessed via a mouse driver on the PC. Usually a
  461. TSR loaded at boot up which hooks interrupt 33h.  As for low level interfacing
  462. you set the DTR to which the mouse replies with a M on the data line.  The
  463. comm prarms are 1200, 7N1 if I remember right.  7 bits are available to
  464. describe movement along X,Y.  Each mouse message will consist of 3 bytes:
  465. Button status, and relative X,Y movement since last xmit. Movements are
  466. measured in 'mickeys' which are either 1/200 or 1/400.
  467.  
  468. As you can see it quite a bit of programming just to interface a serial mouse
  469. to the C= not to mention writing your own RS-232 driver.
  470.  
  471. SG :)
  472.  
  473.  ------------
  474. Category 4,  Topic 12
  475. Message 5         Sun Mar 27, 1994
  476. L.SCHONDER [C128.LOU]        (Forwarded) 
  477.  
  478. Why tie up a wonderous swiftLink with an IBM mouse? Seems silly to me. Sounds
  479. like using a Porsche to deliver papers.
  480.  ------------
  481. Category 4,  Topic 12
  482. Message 6         Sun Mar 27, 1994
  483. R.DAY                        (Forwarded) 
  484.  
  485. People can't find any 1351 mouses. So if a Porsche was the only car to deliver
  486. papers, That's why.
  487.  ------------
  488. Category 4,  Topic 12
  489. Message 7         Sun Mar 27, 1994
  490. CBM-ED [e.g.bell]            (Forwarded) 
  491.  
  492.  Actually, Lou, you would not necessarily have to tie up a SwiftLink
  493.  because the cartridges can be addressed at one of 3 locations.  The
  494.  point is that more than 1 SwiftLink can be used in the 128.  :)
  495.  So you would have to tie up a SwiftLink, but you could still use one
  496.  for RS232 as well.  
  497.  ------------
  498. Category 4,  Topic 12
  499. Message 8         Sun Mar 27, 1994
  500. L.SCHONDER [C128.LOU]        (Forwarded) 
  501.  
  502. What about the CMD mice, they're nice!
  503.  ------------
  504. Category 4,  Topic 12
  505. Message 9         Sun Mar 27, 1994
  506. CMD-DOUG                     (Forwarded) 
  507.  
  508. The 3-byte standard described by Steve Goldsmith is the Microsoft standard.
  509. There is also a five-byte standard, available now on most high-res 3-button
  510. mice (I believe this standard came from Mouse Systems). Both use a baud rate
  511. of 1200 baud, btw. Tying up a Swiftlink AND having to patch every mouse driven
  512. program didn't make a lot of sense to us, which is why we decided to go ahead
  513. with making a 1351 compatible mouse. But hackers will hack, and for those who
  514. wish to, it can be done (actually HAS been done to a certain extent with a
  515. standalone driver here at CMD).
  516.  ------------
  517. Category 4,  Topic 12
  518. Message 10        Wed Mar 30, 1994
  519. D.TUOMI [Doctor]             (Forwarded) 
  520.  
  521. Why don't you release that little driver so the hackers can hack. It shouldn't
  522. be of too much competition to CMD, since the only thing that would ever truely
  523. be compatible would be a Commodore style mouse. Another port you guys are over-
  524. looking is the user port.  The built in user port can handle 1200 bps.  If one
  525. could program a Commodore to use both the built in user port and the Swiftlink
  526. at the same time, then the mouse could be in the slow old user port, and your
  527. modem in the new fast Swiftlink.
  528.  
  529. Doc.
  530.  ------------
  531. Category 4,  Topic 12
  532. Message 11        Sat Apr 02, 1994
  533. CMD-DOUG                     (Forwarded) 
  534.  
  535. Our test program is just exactly that - all it does is display the 3 or 5
  536. values to the screen which the mouse outputs. It in itself is only in a hack
  537. form from what I recall of it, nothing I'd want to put somewhere for general
  538. public consumption.
  539.  
  540. The user port would still require an RS-232 interface, as PC mice derive their
  541. operating current from one of the 'normally unused' handshake lines, and most
  542. of the ones we tested wouldn't operate at 5 volt levels. Software
  543. compatibility is still the most major issue anyway. I may have Mark do an
  544. article on it in Commodore World at some point, though, since some of the info
  545. might prove interesting to hackers.
  546.  ------------
  547. Category 4,  Topic 12
  548. Message 12        Sat Apr 02, 1994S.GOLDSMITH2 [Iron.Man]      (Forwarded) 
  549.  
  550. Doug,
  551.  
  552. I C= World going to have some good hack 'em articles?  I'm going to let my
  553. dieHard subscription dieFast because of the lame content.
  554.  
  555. SG :)
  556.  
  557.  ------------
  558. Category 4,  Topic 12
  559. Message 13        Sat Apr 02, 1994
  560. CMD-DOUG                     (Forwarded) 
  561.  
  562. Hacking articles won't be a main fare, but there will be some from time to
  563. time. Overall, though, CW will offer more to the non-beginner while also
  564. maintaining columns and features aimed directly at the beginner.
  565.  ------------
  566. Category 4,  Topic 12
  567. Message 14        Tue Apr 05, 1994
  568. D.TUOMI [Doctor]             (Forwarded) 
  569.  
  570. As far as dieHard is concerned, I'm pleased with any support within the
  571. Commodore community.  And dieHard serves a need.  With RUN and the printed
  572. version of Gazette gone, many beginners have no place to turn.  I feel that
  573. this magazine does well at serving that function. I also rather like the
  574. Archaic Computer column where they review old software.  It's a rather novel
  575. approach.  Overall, I think the content of the magazine is acceptable.  It's
  576. not Transactor, but it is something to read about my favorite computer which
  577. comes out regularly.
  578.  
  579. Doc.
  580.  ------------
  581. Category 4,  Topic 12
  582. Message 15        Wed Apr 06, 1994
  583. R.KING53 [Ron]               (Forwarded) 
  584.  
  585. I guess one of the things I like about dieHard is their way of ending the
  586. articles with the "READY." prompt!
  587.  ------------
  588. Category 4,  Topic 12
  589. Message 16        Sun Jun 26, 1994
  590. A.PLATT3                     (Forwarded) 
  591.  
  592.      Well, again about those IBM mouses  :)
  593.  
  594.      Couldn't it be possible to connect it through the Joystick port?  I mean,
  595. the poor port can operate as fast as you want it to!  The only thing,  you
  596. would have to have some kind of RS-232 adapter with a plug-in or  batteries to
  597. supply over 5 volts.
  598.  
  599. Any thoughts?
  600.  
  601.  ------------
  602. Category 4,  Topic 12
  603. Message 17        Sun Jun 26, 1994
  604. CMD-DOUG                     (Forwarded) 
  605.  
  606. I already put my comments in topic 20.
  607.  ------------
  608. Category 4,  Topic 12
  609. Message 18        Thu Aug 25, 1994
  610. A.PLATT3 [Arthur]            (Forwarded) 
  611.  
  612.      For me, the IBM mouse hooked up to the SwiftLink wuld be all that I need
  613. for GEOS.  GEOS is all that I use a mouse for, hence not making a prob. here
  614. for compatibility.  Tho I don(t have any experience at all with I/O thu the
  615. SwiftLink, I still think that using an IBM mouse, SL, and a GEOS IBM mouse
  616. driver would work wonderfully.
  617.  
  618.      Art
  619.  
  620. (Yes, if somehow someone devised a IBM mouse driver I would probably get it:
  621. tho I dn't have GeoAssembler, and I don't have any kowledge about how the
  622. internal works for the GEOS. :(  )
  623.  ------------
  624.  
  625. 4 | ************
  626. Topic 15        Sat Jul 23, 1994
  627. J.ROBBINS16 [JBUS]           (Forwarded) 
  628. Sub: 128D internal 1571 disconnect?         
  629.  
  630. Does anyone know a reliable way to disconnect the internal 1571 disk drive
  631. from the 128D?
  632. 16 message(s) total.
  633.  ************
  634.  ------------
  635. Category 4,  Topic 15
  636. Message 1         Sat Jul 23, 1994
  637. J.ROBBINS16 [JBUS]           (Forwarded) 
  638.  
  639. Hi, (this is out of frustration) I'm really getting tired of all the screw-ups
  640. from the internal 1571 drive in my 128D. Does anybody know a reliable way to
  641. disconnect it from the computer so an external drive can be used instead? I'm
  642. not interested in fixing it again.  Just want to get rid of it and just use
  643. the computer with external drives.
  644.  ------------
  645. Category 4,  Topic 15
  646. Message 2         Sun Jul 24, 1994
  647. M.MINNIG                     (Forwarded) 
  648.  
  649.  To disable the internal 1571 in your 128D, interrupt the ATN line that goes
  650. to
  651.  the drive circuitry.  Here's how:
  652.  
  653.  Find U113
  654.  Cut pin 1 at the point where it enters the board(use exacto knife).
  655.  With the ATN line out of the serial loop(switch open),the device is
  656.  effectively off the bus and won't be recognized.
  657.  
  658.  Michael
  659.  ------------
  660. Category 4,  Topic 15
  661. Message 3         Sun Jul 24, 1994
  662. J.ROBBINS16 [JBUS]           (Forwarded) 
  663.  
  664. Thanks! ;] Maybe this is gonna be a good month afterall! I had schm. for the
  665. flat but not the 128d.
  666.  ------------
  667. Category 4,  Topic 15
  668. Message 4         Sun Jul 24, 1994
  669. J.ROBBINS16 [JBUS]           (Forwarded) 
  670.  
  671. Thanks again Mike.  Tried it and it works fine.
  672.  ------------
  673. Category 4,  Topic 15
  674. Message 5         Sat Aug 06, 1994
  675. J.ROBBINS16 [JBUS]           (Forwarded) 
  676.  
  677. Found another little trick for those who don't want to get rid of the internal
  678. 1571 drive... pins 15 & 16 on U106 act just like the switches on the rear of
  679. an external 1571 drive to change the device number. Ex... both pins
  680. disconnected will make the internal 1571 device #11 ..The chip is a 40 pin,
  681. 6522A.. ...Got this info. from Ian, and it works a.o.k. ...
  682.  ------------
  683. Category 4,  Topic 15
  684. Message 6         Sat Aug 06, 1994
  685. CMD-DOUG                     (Forwarded) 
  686.  
  687. It's generally not good to 'float' chip inputs. They should generally be
  688. pulled high or low through a resistor if they aren't going to be driven by an
  689. other signal. 'Floating' signals can sometimes cause unpredictable logic
  690. conditions, and in some cases can even cause premature failure of an
  691. integrated circuit.
  692.  ------------
  693. Category 4,  Topic 15
  694. Message 7         Tue Aug 09, 1994
  695. R.DAY                        (Forwarded) 
  696.  
  697.  
  698.   By 'float' I guess Doug means chip pins conected to nothing.  You do need a
  699. reistor to put the pin hight, +5 volts.  Or low, a ground.  You need a
  700. resistor so you can use only 2 wires to a switch.  To make it hi put a
  701. resistor to a +5 volts and to the chip pin.  To make it low, put a wire to
  702. ground on the pin were the resistor goes.  You need the resistor so you will
  703. not grond out the 5 volts. A 10k OHM, Radio Shack #271-1335 is a good resistor
  704. to use for this.
  705.  ------------
  706. Category 4,  Topic 15
  707. Message 8         Wed Aug 10, 1994
  708. J.ROBBINS16 [JBUS]           (Forwarded) 
  709.  
  710. Thanks guys, think I'll give John Ian a buzz bout' that.
  711.  ------------
  712. Category 4,  Topic 15
  713. Message 9         Thu Aug 11, 1994
  714. J.ROBBINS16 [JBUS]           (Forwarded) 
  715.  
  716. Hi again,  You guys got my curiosity up so I dug into this with more details.
  717. and found out some interesting things... Both the 6522 & 6526 have internal
  718. pull-up resistors, 10k ohms nominal, connected Including pins 15 & 16 for the
  719. device numbers, so no external resistors are required.  Just ground a pin for
  720. low and leave it  open for high. Adding a couple of switches instead of just
  721. pulling up pins is still a better indea if you intend to change device numbers
  722. often, but if you don't, leaving the pin open is o.k..  It doesn't require an
  723. external resistor.
  724.  ------------
  725. Category 4,  Topic 15
  726. Message 10        Thu Aug 11, 1994
  727. CMD-DOUG                     (Forwarded) 
  728.  
  729. As long as you want the signal high, in this case, yes, it's okay. But other
  730. chips, general gates and such, may not have them, depending on the type of
  731. logic family. But for pulling a signal down on a chip like this, you should
  732. still use a resistor; you want a low logic condition, but by connecting it
  733. directly to ground you cause it draw excessive current. This can actually
  734. effect other signals on the chip. Anything in the range of 1K will at least
  735. help limit the current. A 1K value would set up a 10:1 voltage divider in
  736. conjunction with the internal 10K pull-up, giving you .5 volt condition on
  737. that line... plenty low for a solid low condition.
  738.  ------------
  739. Category 4,  Topic 15
  740. Message 11        Fri Aug 12, 1994
  741. J.ROBBINS16 [JBUS]           (Forwarded) 
  742.  
  743. Sounds like a good precaution for safe' sake.
  744.  ------------
  745. Category 4,  Topic 15
  746. Message 12        Sun Nov 27, 1994
  747. S.EYRSE [steve]              at 01:24 EST
  748.  
  749. For some reason all of a sudden when I boot the 128D the internal 1571 goes
  750. into a "HEAD KNOCKING" mode. This will happen when I don't have a disk in. It
  751. won't "reset" back to a correct mode. I have needed to Open the case push the
  752. head back to the end of the guide then it works OK. But if I forget to have a
  753. disk in it goes out of whack.  Any Ideas?? Also has anyone found the trace or
  754. plug to "take it off the buss" This would be the same as unpluging a stand
  755. alone drive. It would seem you should be able to switch out the internal drive
  756. and get rid of it when you want. Steve:
  757.  ------------
  758. Category 4,  Topic 15
  759. Message 13        Sun Nov 27, 1994
  760. M.RANDALL2 [Maurice]         at 17:20 EST
  761.  
  762. Steve, in reference to disabling the internal drive of the 128D: The same
  763. thinking as to disabling the drive would also apply to any drive that would
  764. connect to a 64 or 128. You must disconnect the serial bus ATN line to the
  765. drive. Since the 1571's electronics are an integral part of the 128D's
  766. motherboard, it is a little more difficult to do with this drive. With any
  767. plug in drive, you can just cut the ATN line as it enters the serial port.
  768.   On the 128D, the 1571 picks up the ATN line at pin #1 of U113. Chip U113 is
  769. located under the drive mechanism. It is a 14 pin chip that is about 4 inches
  770. from the front and 2 inches from the right of the case. Pin #1 would be the
  771. right front pin pointing towards the right front corner. This pin needs to be
  772. cut. If you do this, the drive will never respond to the computer. You could
  773. very carefully snip the pin, leaving enough length to solder a wire to it. And
  774. after soldering a second wire to the spot on the board where it was cut, you
  775. could join the two wires together at a toggle switch. Then you could enable or
  776. disable the drive whenever you wish. You could also remove the whole
  777. motherboard and find the trace leading to this pin and either cut the trace or
  778. cut it and run two wires, accomplishing the same thing.
  779.   For those that would like to change the device number of the drive, find
  780. chip #U106. It is about 3 inches to the left of U113. Two of the pins on this
  781. chip control the device number. These two pins lead up to two traces on the
  782. board that can be cut, or cut with wires soldered to them and then brought out
  783. to a couple of toggle switches or to a rotary switch to select the device
  784. number. The traces can be found just to the left of this chip about a half
  785. inch from the rear, going towards the front of the machine.
  786.  
  787. Hope some of this info helps you Steve, as well as anybody else that might be
  788. interested.
  789.    - Maurice Randall
  790.  ------------
  791. Category 4,  Topic 15
  792. Message 14        Mon Nov 28, 1994
  793. F.OGLE [Color BBS]           at 20:11 EST
  794.  
  795. That's some really helpful information to have, Maurice :)
  796.  ------------
  797. Category 4,  Topic 15
  798. Message 15        Sun Dec 04, 1994
  799. S.EYRSE [steve]              at 01:37 EST
  800.  
  801. Thank you Maurice..I'll try a switch so I can put it back if I need Now if we
  802. could just get a debugger to work in 80 clm. like link and assembl..life would
  803. be fine..  Steve  ;)
  804.  ------------
  805. Category 4,  Topic 15
  806. Message 16        Tue Dec 20, 1994
  807. C128.JBEE                    at 06:54 EST
  808.  
  809.  Besides something being wrong with your computer/drive that
  810.  forces it to bang the head until it gets stuck, if you have a
  811.  drive protector you can insert that to push the disk head back
  812.  into position.
  813.  ------------
  814.  ************
  815.