home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / datacomm / 5361 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.9 KB

  1. Path: sparky!uunet!dtix!relay!afterlife!bkwilli
  2. From: bkwilli@afterlife.ncsc.mil (Bryan Williams)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: GVP multi-port card
  5. Message-ID: <1992Jul27.044951.8006@afterlife.ncsc.mil>
  6. Date: 27 Jul 92 04:49:51 GMT
  7. References: <1992Jul20.220100.22197@afterlife.ncsc.mil> <1992Jul16.150923.18622@cs.hut.fi> <rwm.711907616@atronx.OCUnix.On.Ca>
  8. Organization: The Great Beyond
  9. Lines: 28
  10.  
  11. In response to: 
  12. >Article 5247 (46 more) in comp.sys.amiga.datacomm:
  13. >From: rwm@atronx.OCUnix.On.Ca (Russell McOrmond)
  14. >  When you buy a PC card, you are getting just that - a CARD.  When you buy an
  15. >Amiga serial device solution, you get a serial board AND a driver.
  16.  
  17.  
  18. Yes, that is true. BUT I think you jumped off the dock, over the boat, and into
  19. the water on the other side. The nice thing about PC's is that they DON'T NEED
  20. EXTRA SOFTWARE!!!! It is all supported through the COM1: thru COM4: bios
  21. support, plug & play, basically. It isn't quite that simple, but it isn't
  22. impossible to do either. -- ie, port jumper selection, IRQ, etc.
  23.  
  24. In case no one has noticed, in general, when you have hardware products, the 
  25. software is generally FREE (exception: FAX software). I can point out endless
  26. examples & I don't think anyone needs that. --- the price of the A2000 didn't
  27. go up because AmigaVision was sold with it....
  28.  
  29. really, though, the device driver, if done correctly, rarely needs to be touched
  30. , save for incompatible OS revisions. And once written, it's basically a one-ti
  31. one-time expense. The hardware has a physical cost per unit, where the disk
  32. has only the <$1 per unit cost......
  33.  
  34. Unfortunately for us Amigans, custom hardware requires a custom driver, since 
  35. we're free to implement it as we please. This is also an advantage, too. But
  36. it isn't the same as plugging a serial card in and knowing it will be COM1:, etc.
  37.  
  38. --> I'm not denying that the device driver is a biggie for Amiga implementation.
  39.