home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / HRDWARE-MSGS.ARC / 00HARDWARE.MSGS next >
Encoding:
Text File  |  2019-04-13  |  23.3 KB  |  633 lines

  1.  
  2.  
  3. rea 6-7 nor
  4. rea 9 nor
  5. rea 12 nor
  6. rea 15 nor
  7. rea 17 nor
  8. rea 19 nor
  9. rea 21-22 nor
  10.  ************
  11. Topic 6         Sun Feb 13, 1994
  12. K.DOWHOWER                   at 06:51 EST
  13. Sub: Upgrading the C-128 MPU                
  14.  
  15. Discuss the feasability of improving the processing speeds of the C-128/C-64
  16. by using 65C02 processers.
  17. 6 message(s) total.
  18.  ************
  19.  ------------
  20. Category 4,  Topic 6
  21. Message 1         Sun Feb 13, 1994
  22. K.DOWHOWER                   at 06:56 EST
  23.  
  24.  First off, there has got to be a wa to accelerate this thing! I do have
  25. RamLink, FD-2000, and a HD-100(170) but I want the MPU to process data at a
  26. faster or more effecient rate for graphics work.
  27.  The most likely thing would be to speed up the clock but that can get rather
  28. sticky with timing problems and such. Another route which I am looking into is
  29. to replace the 8510 with a 6C02 which can run at a  faster clock speed and
  30. has a streamlined architecture. It is also pin- compatable too :). Any one got
  31. any ideas? Sources for chips?
  32.  ------------
  33. Category 4,  Topic 6
  34. Message 2         Wed Mar 30, 1994
  35. D.TUOMI [Doctor]             at 01:25 EST
  36.  
  37. I'm not sure why one couldn't use clock doubling technology for the 128. There
  38. is currently an upgrade for the PC 286 and 386 class machines which allow you
  39. to upgrade those machines to a 486 class machine. They do it by having a small
  40. daughter board or custom microprocessor which is pin compatible with the 286
  41. or 386 chip.  The chip itself communicates with the outside world at the speed
  42. of the bus.  12-16mhz for a 286, and 16-25mhz for a 386sx, and 20-33mhz for a
  43. 386dx.  Inside the chip all calculations and processes happen at exactly
  44. double the bus rate.  Meaning that if you were running at 20mhz on a 386dx,
  45. the 486 would be internally processing at 40mhz.  They also have the
  46. technology on the higher end machine to triple or even quadruple the speed.
  47.  
  48. This might be a useful alternative for the 128 computer, since the main system
  49. is stuck at 1mhz in slow mode and 2mhz in fast mode, go ahead and allow the
  50. bus to remain at those speed, but have a daughter board which is busy
  51. processing the instructions at say 4mhz, or 8mhz. With the appropriate
  52. buffering circuitry, the system could run stable and without serious hitches. 
  53. Of course, the computer would be no faster at I/O, but when it had to number
  54. crunch or process a basic source line, you would notice an increase in speed.
  55.  
  56. Doc.
  57.  ------------
  58. Category 4,  Topic 6
  59. Message 3         Sat Apr 02, 1994
  60. CMD-DOUG                     at 00:30 EST
  61.  
  62. No reason why a clock-doubled processor wouldn't work if made right. But I
  63. doubt you'll find anyone willing to invest a quarter to a half million dollors
  64. for the chip development and production.
  65.  ------------
  66. Category 4,  Topic 6
  67. Message 4         Tue Apr 05, 1994
  68. D.TUOMI [Doctor]             at 07:52 EDT
  69.  
  70. I would think that in the case of the Commodore a specific chip probably
  71. couldn't be manufactured.  But, I don't see why a daughter board couldn't be
  72. constructed at a much cheaper rate that would place off the shelf chips on the
  73. system to do the dirty work of converting and buffering a faster processor
  74. onto the 8510 bus.
  75.  
  76. Doc.
  77.  ------------
  78. Category 4,  Topic 6
  79. Message 5         Tue Apr 05, 1994
  80. C128.JBEE                    at 09:05 EDT
  81.  
  82.  It is called timing and not having any to play with on the Commodore 128,
  83.  unlike the Apple versions.  It would require at least a custom ASIC and
  84.  $20,000 worth of programming.
  85.  
  86.  The study I had done (and later confirmed by a C= engineer) was that any
  87.  high speed processor (8 MHZ+) would freeze or corrupt the bus and data
  88.  and the C-128 itself would interfer with the added chip.  It is possible
  89.  but requires much more than simply slapping a CPu inside the machine.
  90.  
  91.  It is possible to add a 4MHZ chip cheaply as an external processor like
  92.  the TurboMaster, but I did not consider it to be worth it for the end user
  93.  since it would mean not using RamLinks or anything else that plugs into
  94.  the expansion port.
  95.  
  96.  You CAN have 6502 chips custom programmed like an ASIC up to 8Mhz and that
  97.  was the most feasible option, IF, the plans for the C-128 were available
  98.  as CAD files, which they are not.
  99.  
  100.  Since there are no national newstand magazines left and the project
  101.  requires such a heavy investment, I would not expect anyone to bother
  102.  trying it.
  103.  ------------
  104. Category 4,  Topic 6
  105. Message 6         Thu Apr 07, 1994
  106. D.TUOMI [Doctor]             at 06:38 EDT
  107.  
  108. I must conceed as to not being a hardware design expert.  However, I can not
  109. help but think that with a clever design a daughter board approach could work.
  110. In my earlier example I used the 486 upgrade board for 286 and 386 class
  111. computers, this is a good example.  The 286 computers have a similar problem
  112. to being upgraded as the 128 does.  The main bus in many cases is niether
  113. designed for the an upgraded chip or for its speedup.  One thing that helps in
  114. stability is cache RAM for both incoming and ougoing information.  This RAM
  115. stores operations temporarily from main memory while the processor works on
  116. it.  Judging by Commodore's implimintation of the REU, a simular direct memory
  117. access is possible using Commodore hardware.  If so, then perhaps the solution
  118. is to use the main bus for only processing I/O, and using a daughter board
  119. with its own memory as the actual processing center.  In this way, the main
  120. bus of the computer would only be called upon during an I/O work cycle and not
  121. during a process cycle.  This, controlled by interrupts within the computer,
  122. could be used to switch between the default processor 8510, and the
  123. accelerated processor (operating on commands within its memory). This is all
  124. kind of jury rig, but does represent a simular operation to what Commodore did
  125. to impliment CP/M on the 128, and many of the flat 128's can run CP/M in 4mhz
  126. mode.
  127.  
  128. Doc.
  129.  ------------
  130.  ************
  131. Topic 7         Mon Jun 06, 1994
  132. R.HARRIS1 [Randy Harris]     (Forwarded) 
  133. Sub: OkiData Microline 182 DIPs sets NEEDED 
  134. 1 message(s) total.
  135.  ************
  136.  ------------
  137. Category 4,  Topic 7
  138. Message 1         Mon Jun 06, 1994
  139. R.HARRIS1 [Randy Harris]     (Forwarded) 
  140.  
  141. A friend recently picked up an OKIDATA Microline 182 printer and needs to know
  142. how to set the DIP switches.  If you could help me out with this it will be
  143. GREATLY appreciated as this friend has been a GREAT help to me!
  144.  
  145. Or better yet, if you have a manual you could send me, that would be  even
  146. better!!
  147.  
  148. R.HARRIS1 Randy Harris 312-375-9017
  149.  
  150. :-)
  151.  ------------
  152.  
  153. 4  ************
  154. Topic 9         Sat May 14, 1994
  155. T.FARRELL5 [12Paws]          (Forwarded) 
  156. Sub: 1526 print darkness                    
  157.  
  158. My 1526 printer prints darker on the right side of each line than the
  159. left.Anyone know of adjustment?
  160. 1 message(s) total.
  161.  ************
  162.  ------------
  163. Category 4,  Topic 9
  164. Message 1         Sun May 15, 1994
  165. C128.JBEE                    (Forwarded) 
  166.  
  167.  It might be caused by the print head moving slower as it gets to the right
  168.  hand side.  The platen or the rail that the print head rides on might be
  169.  dirty from ink and paper dust that has collected over the years.  I suggest
  170.  cleaning both and then greasing, not oiling, the rail itself.
  171.  
  172.  Do not move the print head by hand, use the FF/LL button or software.
  173.  ------------
  174.  
  175. 4  ************
  176. Topic 12        Wed May 11, 1994
  177. F.WILSON4                    (Forwarded) 
  178. Sub: Commodore 286                          
  179.  
  180. Was or is there such a thing as a Commodore 286?
  181. 3 message(s) total.
  182.  ************
  183.  ------------
  184. Category 4,  Topic 12
  185. Message 1         Thu Jun 23, 1994
  186. CBM-DENNIS                   (Forwarded) 
  187.  
  188. This was an MS-DOS compatable 286 called the COLT PC 20 or PC 40 depending on
  189. if it had a 20meg or 40meg SCSI hard disk drive. Mine has 2 meg built on board
  190. and if you want to expand the ram you have to use one of your 8 bit expansion
  191. ports. This was a COST reduced version with most of the standard I/O device
  192. connectors built onto the mother board.
  193.  ------------
  194. Category 4,  Topic 12
  195. Message 2         Tue Jun 28, 1994
  196. CBM-DENNIS                   at 00:04 EDT
  197.  
  198. Some more info *** From what I can tell, you have to use a COMMODORE #910 3.5"
  199. and a #920 5.25" floppy drives. There is no way to disable the onboard floppy
  200. drive controller, there for you can not plug in a  standard floppy disk
  201. controller into the expansion bus and use a  "standard" ibm drive!
  202.  ------------
  203. Category 4,  Topic 12
  204. Message 3         Wed Jul 13, 1994
  205. F.WILSON4                    at 19:43 EDT
  206.  
  207. I am finished with this topic :)  thank you
  208.  ------------
  209.  
  210. 4  ************
  211. Topic 15        Sat May 07, 1994
  212. S.SIMPSON7 [Scotty]          (Forwarded) 
  213. Sub: Xetec Super Graphix Jr. 5v source.     
  214.  
  215. Could someone help me eliminate the cassette hookup for this interface.
  216.  
  217. 5 message(s) total.
  218.  ************
  219.  ------------
  220. Category 4,  Topic 15
  221. Message 1         Sat May 07, 1994
  222. S.SIMPSON7 [Scotty]          (Forwarded) 
  223.  
  224. I have a Super Graphic Jr. printer interface that I'm trying to eliminate the
  225. hookup in the cassette port on.  I thought I read somewhere that you could
  226. take the 5v output of your printer and use it.  However, when I tried, nothing
  227. happened.  My printer, and Epson AP 5000, has 5v output on pins 13 & 35. One
  228. says "Output +5v thru 3.3 k ohms", the outher says the same but without the +
  229. in front of the 5v.  Do I have to use pin 13 as the hot wire, and then hook
  230. pin 35 as a ground or what? Any help would be appreciated.
  231.  ------------
  232. Category 4,  Topic 15
  233. Message 2         Sun May 08, 1994
  234. B.MASSE [BIG BOB]            (Forwarded) 
  235.  
  236.  
  237.  
  238. Category 4,  Topic 43 S.SIMPSON7 [Scotty]          at 22:12 EDT
  239.  
  240. I have a Super Graphic Jr. printer interface that I'm trying to eliminate the
  241. hookup in the cassette port on.  I thought I read somewhere that you could
  242. take the 5v output of your printer and use it. 
  243.  
  244. Scotty.. I read this in Loadstar #118.  All modern printers have the five
  245. volts needed on pin #18 of the 36 pin connector.  I guess that is worth 2
  246. cents? 
  247.  
  248.                                Bob
  249.  
  250. ... WindowsError:005  Multitasking attempted. System confused.
  251.  
  252.  ------------
  253. Category 4,  Topic 15
  254. Message 3         Sun May 08, 1994
  255. L.SCHONDER [C128.LOU]        (Forwarded) 
  256.  
  257. Why are you trying to eliminate the 5V connection? Do you have an SX64?
  258.  ------------
  259. Category 4,  Topic 15
  260. Message 4         Sat May 21, 1994
  261. S.EYRSE [steve]              (Forwarded) 
  262.  
  263. There is a easy way to get rid of the wire that feeds the 5VDC to the Jr.
  264. printer driver. As mentioned in the prior posts Loadstar had a artical on how
  265. to do it with the Super Graphic but it didn't apply to the jr.  However it got
  266. me thinking on how to do it and it is so simple it is funny first open the
  267. plug to the computer it is opened by pushing down thru the hole in the black
  268. casing to release the tab. Then cut the red feed wire as close to the end as
  269. you can. We don't want any shorts..Put it back together.  Then the case opens
  270. by prying apart. Use a butter knife.  You will see where the red feed comes
  271. into the board.  Unsolder it and clip the lead where it comes in from the
  272. cable.  Then you will see that there is a trace coming from where the red wire
  273. went to the board that runs close to the IC.. and one that if you hold it up
  274. to the light comes out from under the chip.  This is the "HOT" feed from the
  275. printer. Tie these to together a solder jumper and now....your printer feeds
  276. the interface not the puter.. But as the original Loadstar notes if your going
  277. thru a switch box to use multi printers this won't work because the box won't
  278. pass the voltage so you need to keep the doopy red wire... Steve *
  279.  ------------
  280. Category 4,  Topic 15
  281. Message 5         Sat May 21, 1994
  282. L.SCHONDER [C128.LOU]        (Forwarded) 
  283.  
  284. Geez. I like the red wire. Gives my system that trendy "hacker" look!!!  :D
  285.  ------------
  286.  
  287. 4  ************
  288. Topic 17        Mon Apr 25, 1994
  289. J.BARBER9 [Dan Barber]       (Forwarded) 
  290. Sub: Electronic project useing air sensors  
  291.  
  292. I am trying to build a air testor that would test for pollens and other things
  293. that bother my allegeries And useing my 64 as the "Brain".  Does anyone have
  294. any idea how I would go about this?  Any books or any other info
  295. 11 message(s) total.
  296.  ************
  297.  ------------
  298. Category 4,  Topic 17
  299. Message 1         Mon Apr 25, 1994
  300. J.BARBER9 [Dan Barber]       (Forwarded) 
  301.  
  302. would be greatly apprecaited.  Thanks in advance. :)
  303.  
  304. Dan
  305.  ------------
  306. Category 4,  Topic 17
  307. Message 2         Sun May 01, 1994
  308. L.SCHONDER [C128.LOU]        (Forwarded) 
  309.  
  310. You're looking at a rather expensive proposition.
  311.  
  312. Detecting minute items is not simple stuff.
  313.  
  314. One way would be to try to do it optically. Your sensor would have to be VERY
  315. sensitive, and the amplifier handling the signal would need some critical
  316. design, due to a probable need for a high signal-to-noise ratio.
  317.  
  318. Another way would be chemical detection. Messy. Expensive, not worth thinking
  319. about.
  320.  
  321. Another way would be to force the air through fixed orifices, each of which
  322. could detect passing particles. Once again, expensive stuff.
  323.  
  324. Try the local news radio. They report pollen counts, don't they?
  325.  
  326.  ------------
  327. Category 4,  Topic 17
  328. Message 3         Sun May 01, 1994
  329. C128.JBEE                    (Forwarded) 
  330.  
  331. Of course, how do you tell the difference between pollen and paper dust? One
  332. thing people do not realize that at this time of year, mites can be
  333. responsible for as many reactions as pollen.  I imagine it could be done, but
  334. at what cost?  I tried finding a system for that looking through my Metrabyte
  335. magazines and such and for any system capable of measuring minute air
  336. particles the cost is a minimum of $20k+
  337.  
  338. The systems work by blowing a precise amount of air through a series of
  339. charged filters that measure the change in the charges to determine how many
  340. particles (parts per million) are in the air.
  341.  
  342.  ------------
  343. Category 4,  Topic 17
  344. Message 4         Mon May 02, 1994
  345. L.SCHONDER [C128.LOU]        (Forwarded) 
  346.  
  347. $20,000? Geez, I would have guessed more like $21 or $22 thousand!!!  ;)
  348.  ------------
  349. Category 4,  Topic 17
  350. Message 5         Tue May 03, 1994
  351. C128.JBEE                    (Forwarded) 
  352.  
  353.  ;D
  354.  
  355.  Did you know you can buy vacuum cleaners with micron filters?  They are
  356.  a tad expensive but if you vacuum all your furniture once a day and use
  357.  an ionizer(?) you can cut back on the pollen, dust, and mites inhaled.
  358.  Which might make your breathing a lot easier.
  359.  
  360.  Sure Lou would know more about this than me :)
  361.  ------------
  362. Category 4,  Topic 17
  363. Message 6         Wed May 04, 1994
  364. L.SCHONDER [C128.LOU]        (Forwarded) 
  365.  
  366. You're right, JBEE, I would. Keep your nasal linings moist. I do.
  367.  
  368. I would guess that you'd need to vacuum BEFORE you use the  vacuum you are
  369. discussing, JBEE!
  370.  
  371. Another thought: Arizona has good air.
  372.  ------------
  373. Category 4,  Topic 17
  374. Message 7         Tue May 10, 1994
  375. J.BARBER9 [Dan Barber]       (Forwarded) 
  376.  
  377. How much would it cost to hook up a system and get it running with one sensor?
  378. Probably useing the optical sensor.  Thanks for all the info!  :)
  379.  
  380.  
  381. Dan
  382.  ------------
  383. Category 4,  Topic 17
  384. Message 8         Wed May 11, 1994
  385. C128.JBEE                    (Forwarded) 
  386.  
  387.  I will defer to Lou on this one, I am no engineer :)
  388.  ------------
  389. Category 4,  Topic 17
  390. Message 9         Sun May 15, 1994
  391. J.BARBER9 [Dan Barber]       (Forwarded) 
  392.  
  393. Thanks.  :)
  394.  ------------
  395. Category 4,  Topic 17
  396. Message 10        Sun May 15, 1994
  397. L.SCHONDER [C128.LOU]        (Forwarded) 
  398.  
  399. Dan, you can't afford it. The cost is excessive. If you are affluent, consider
  400. purchasing one.
  401.  
  402. I am sorry if I mislead you with previous posts. :)
  403.  ------------
  404. Category 4,  Topic 17
  405. Message 11        Sun May 22, 1994
  406. J.BARBER9 [Dan Barber]       (Forwarded) 
  407.  
  408. Thanks anyway.  :) I was just wondering anyway.  I did not think that I could
  409. afford it after your previous posts.  I was just courous anway.  :)
  410.  
  411. Dan
  412.  ------------
  413.  
  414. 4  ************
  415. Topic 19        Mon Apr 25, 1994
  416. R.DAY                        (Forwarded) 
  417. Sub: A even faster Swiftlink?               
  418.  
  419. Brian Bell the one that made Omni BBS for the 128 said CMD said they could put
  420. a even faster cristol in Swiftlink to make it 2 x as fast then now. It would
  421. cost more to figger out when the baud is over to switch faster. Would'nt the
  422. Chip
  423. 4 message(s) total.
  424.  ************
  425.  ------------
  426. Category 4,  Topic 19
  427. Message 1         Mon Apr 25, 1994
  428. R.DAY                        (Forwarded) 
  429.  
  430. Would'nt the chip, the RS232 chip bern up going this fast? I don't even think
  431. any Commodore could go this fast any way. Any 128 or 64. I know they got
  432. 28.800 modems out no so Swiftlink can't go that fast.
  433.  ------------
  434. Category 4,  Topic 19
  435. Message 2         Mon Apr 25, 1994
  436. CMD-DOUG                     (Forwarded) 
  437.  
  438. The v.fast modems can be used with a SwiftLink. 28.8K baud is under the top
  439. rate of 38,400 - but you wouldn't be able to take advantage of the data
  440. compression modes for even higher rates. While I've looked into making a
  441. higher speed version of SwiftLink, it isn't likely to happen. It CAN be done,
  442. but if it were to remain backwards-compatible with the current version, the
  443. cost would be higher; and the benefits would be slim, since we're getting
  444. pretty close to maximum throughput with the current version.
  445.  ------------
  446. Category 4,  Topic 19
  447. Message 3         Sun May 01, 1994
  448. L.SCHONDER [C128.LOU]        (Forwarded) 
  449.  
  450. I have a 14.4K modem, and SwiftLink does a GREAT job. Flawless.
  451.  
  452. Signed, Happy Customer
  453.  
  454.  ------------
  455. Category 4,  Topic 19
  456. Message 4         Sun May 01, 1994
  457. B.GANN1                      (Forwarded) 
  458.  
  459.  From Brian (showed him the above)
  460.  Correct, though as stated in the hardware message base, the 19200 and 28800
  461.  carriers will have their own benefit - virtually all data on a BBS in the
  462.  file transfer area are already compressed with some type of archiving
  463. program,
  464.  and as such CAN NOT take advantage of anything higher than the current
  465.  carrier rate! Given this irrefutable fact, the 19200 and 28800 carrier
  466.  rates will benefit this system as much as any other.
  467.  
  468.   Omni has produced up to 32500 bps streams in optimum conditions, and
  469.  20000 bps streams in direct carrier conditions. As you can see, 20000 is
  470.  very close to 19200 and this is where the advantage is.
  471.  
  472.   At this very moment, you can transfer files to the BBS using a null modem
  473.  connection and acheive up to 1980 cps (19800+ bps).
  474.  
  475.  All of this ignores the fact that the chip in SL-232 can also support iup
  476.  to 125,000 bps via an external clock line. Though no one has done this,
  477.  it is perfectly possible and would be cheap to do.
  478.  
  479.  re: "burning" the chip up
  480.  
  481.   No, it will not happen. The chip is rated for up to 125,000 baud.
  482.  
  483.   *sn
  484.  ------------
  485.  
  486. 4  ************
  487. Topic 21        Thu Apr 14, 1994
  488. W.MYERS1                     (Forwarded) 
  489. Sub: g wiz                                  
  490.  
  491. g wiz interface for star nx 10 printer
  492. 8 message(s) total.
  493.  ************
  494.  ------------
  495. Category 4,  Topic 21
  496. Message 1         Thu Apr 14, 1994
  497. W.MYERS1                     (Forwarded) 
  498.  
  499. this works but only for straight type. it won't accept printer commands
  500. perhaps I need to reset dip switches can anyone tell me what the dip settings
  501. for c-64 and star nx 10  is? please cc my mailbox with replies so I don't miss
  502. any. thanks.
  503.  ------------
  504. Category 4,  Topic 21
  505. Message 2         Sat Apr 23, 1994
  506. B.REEVES2 [Alter Ego]        (Forwarded) 
  507.  
  508. Hi,
  509.  
  510. I have a  G-Wiz and a Cardco +G.  I don't know anything about either one of
  511. them, and I was wondering which one is better?  The Cardco says it is a
  512. printer interface with graphics. Do you need special software to get the
  513. graphics?  Or do I just tell my program, (like Geos for instance) what kind of
  514. printer I am using and then I get graphics automaticlly?  What do the dip
  515. switch setting do on the G-Wiz?  Any help would be appreciated.
  516.  
  517. Thanks,
  518.  
  519. Alter Ego
  520.  
  521.  
  522.  ------------
  523. Category 4,  Topic 21
  524. Message 3         Sun Apr 24, 1994
  525. GEOS-TIM                     (Forwarded) 
  526.  
  527. I don't have a Cardco, but essentially dip switch control how the interface
  528. operates: they indicate to the interface what kind of computer, select
  529. different printing modes, device number to use, etc..  You will  need to set
  530. your interface's dip switches to the configuration of your printer.  The
  531. manual that comes with the interface will tell you what  you need to know.
  532.    If you purchased the interface used, and there wasn't a manual you will
  533. more than likely get the settings off this board, Just ask, but indicate what
  534. printer you are using.
  535.    If your interface is set properly, you will not have to set it for GEOS.   
  536. :) -Tim
  537.  ------------
  538. Category 4,  Topic 21
  539. Message 4         Mon Apr 25, 1994
  540. B.REEVES2 [Alter Ego]        (Forwarded) 
  541.  
  542. GEOS-TIM
  543.  
  544. Thanks.  I of course purchased it used without documentation of any sort.  I
  545. guess I'll have to experiment.
  546.  
  547. -Alter Ego
  548.  
  549.  ------------
  550. Category 4,  Topic 21
  551. Message 5         Tue Apr 26, 1994
  552. GEOS-TIM                     (Forwarded) 
  553.  
  554. Alter Ego: Let us know what kind of hardware configuration you have, and we
  555. might be able to come up with what you need.
  556.                                           :) -Tim
  557.  ------------
  558. Category 4,  Topic 21
  559. Message 6         Sun May 01, 1994
  560. L.SCHONDER [C128.LOU]        (Forwarded) 
  561.  
  562. I know someone with a G-Wiz interface. It's driving a Mannesman Tally clone
  563. (1526 emulation) rather well. It has a built-in buffer, the size of which I am
  564. unaware. It seems to work well. Without DIP switches, I'd question it's
  565. versatility.
  566.  ------------
  567. Category 4,  Topic 21
  568. Message 7         Wed May 04, 1994
  569. B.REEVES2 [Alter Ego]        (Forwarded) 
  570.  
  571. I have a Panasonic KX-P1124 that I want to plug it into. I will probably use
  572. it with GEOS and Word Writer 4.
  573.  
  574.  
  575.  ------------
  576. Category 4,  Topic 21
  577. Message 8         Fri May 06, 1994
  578. GEOS-TIM                     (Forwarded) 
  579.  
  580.  Try these on the two interfaces you mentioned:
  581.          Cardco +G Dip Switches:1-2 off, 3-4 on, 5 off 6-8 optional
  582.          Cardco G-Whiz         :1,2, & 5 off, 3 & 4 on,6-8 optional
  583.                                     :) -Tim
  584.  ------------
  585.  ************
  586. Topic 22        Sat Mar 26, 1994
  587. R.HAMMERSTED                 (Forwarded) 
  588. Sub: DRIVE PROBLEM                          
  589.  
  590. Trouble with two drives Two 1541 drives work OK separately but not when hooked
  591. up together. Had been OK.  What can I do.
  592. 2 message(s) total.
  593.  ************
  594.  ------------
  595. Category 4,  Topic 22
  596. Message 1         Sat Mar 26, 1994
  597. R.HAMMERSTED                 (Forwarded) 
  598.  
  599.  Satd March 26, 1994 To: WHOEVER CAN HELP SUBJECT: Problem with two CBM 1541 
  600. drives.
  601.  
  602. The two drives are used as #8 and #9. When only one or the other is connected
  603. it will operate properly as #8 or #9. When both are connected nether one will
  604. work. Nothing can be loaded from either drive. Only the red light will keep
  605. blinking. This is true whether being used as CBM or GEOS. Prior to this they
  606. worked OK when both  were hooked up.
  607.  
  608. Thanks for your help.
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  ------------
  615. Category 4,  Topic 22
  616. Message 2         Sat Apr 02, 1994
  617. DO.RAE.MI                    (Forwarded) 
  618.  
  619. From you statement, I take it that NEITHER drive is hardwired to be drive #9. 
  620. If that is so, when both are on thhe system, both are viewed as  drive 8 &
  621. therefore Everything is confused & nothing will work. I think, but let someone
  622. with more hardware knowledge correct me if I'm wrong that you can connect
  623. them, turn on driive one, command it with software too  be drive 9, then turn
  624. onthe other as drive 8 & both will work til you  reset the computer.  You can
  625. also scratch a connector, location varies with 1541 version drive you have to
  626. make one of the 2 always a #9 drive.  & things will always work.  I also
  627. believe there have been hardware switches,  commercial & homebrewed that let
  628. you switch a drive with a toggle switchh between being #8 or #9. Bottom line,
  629. things are normal though not as you like them to be.
  630.    Ted
  631.  ------------
  632.  
  633. 4