home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / dcom / modems / 11343 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  2.7 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!oobleck!bender
  2. From: bender@oobleck (Duke of Canterbury)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Serial and Parallel interface ??????
  5. Date: 29 Jul 1992 02:25:50 GMT
  6. Organization: SPARK's R US
  7. Lines: 46
  8. Distribution: world
  9. Message-ID: <l7c0deINNlh@appserv.Eng.Sun.COM>
  10. References: <clemon.08km@lemsys.UUCP>
  11. Reply-To: bender@oobleck.eng.sun.com
  12. NNTP-Posting-Host: oobleck
  13. X-Newsreader: Tin 1.1 PL3
  14.  
  15. clemon@lemsys.UUCP (Craig Lemon VE3XCL) writes:
  16. : In article <gR9FoB5w164w@zswamp.UUCP> geoff@zswamp.UUCP (Geoffrey Welsh) writes:
  17. : [[  MUNCH!  ]]
  18. : >   They are... the interrupt overhard of high-throughput byte-at-a-time I/O 
  19. : >will cripple anything.  The 16550's 16-byte buffer helps, but what's needed is 
  20. : >an intelligent serial card.
  21. : >
  22. : >   Unfortunately for Craig, I don't believe that there are such things for 
  23. : >Amigae, [...]
  24.  
  25. Ahh, but there are! (dvsg0223@uxa.cso.uiuc.edu) designed and had manufactured
  26. a card called the Golden Gate card - it sits on both the Zorro (Amiga) and
  27. PC bus, and provides the necessary signal translation between the two - the
  28. goal of the card is to be able to use IBM-PC peripherals in your Amiga, but
  29. have the device driver code run native on the 680X0, so this isn't a Bridge
  30. Board in that it doesn't have an Intel 80XX CPU on it, it just provides a
  31. bridge between the two busses.  I've gont one of these cards and the quality
  32. is superb.  Here's part of the writeup on the (supplied) serial device
  33. driver:
  34.  
  35. : No mountlist entry is required to use the driver with a terminal program.
  36. : Simply put the driver into your "devs" directory, and change the serial
  37. : device in your terminal program to "ibmser.device".  You do not need to have
  38. : "binddrivers" or any other mounting program.  The AmigaDOS operating system
  39. : will automatically mount the driver when it is first used.
  40. : The driver supports up to four units, numbered 0 through 3.  These
  41. : correspond to the IBM serial devices COM1 through COM4.  You must set up the
  42. : dipswitches/jumpers on your modem or multi I/O card to make the serial port
  43. : COM number you want to use match the unit you specify with your serial
  44. : device.
  45. : The driver will automatically select FIFO buffering if it senses a newer
  46. : series 16C550-compatible UART chip in the IBM card.  Otherwise, it will stay
  47. : with normal 16C450 compatibility.
  48. : If you want to access the new serial ports from the CLI, you can experiment
  49. : with creating a mountlist entry, listing "ibmser.device" under the device
  50. : heading.
  51. : I have been using this driver with a v.32 IBM-type internal modem on my
  52. : A3000 at 38400 DTE baud rate without any problems.
  53.  
  54. mike
  55.