home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / dcom / modems / 10999 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.7 KB  |  35 lines

  1. Newsgroups: comp.dcom.modems
  2. Path: sparky!uunet!rde!ksmith!keith
  3. From: keith@ksmith.uucp (Keith Smith)
  4. Subject: Re: Serial and Parallel interface ??????
  5. Organization: Keith's Computer, Hope Mills, NC
  6. Date: Thu, 23 Jul 92 01:38:15 GMT
  7. Message-ID: <1992Jul23.013815.14602@ksmith.uucp>
  8. References: <BrKAoH.4Gp@news.cso.uiuc.edu> <1992Jul20.190425.22188@cc.ic.ac.uk> <1992Jul21.210753.8014@qiclab.scn.rain.com>
  9. Lines: 24
  10.  
  11. Thomas,
  12.  
  13. Get with the program.  A parallel port is just as, if not more demanding
  14. to the resource of the CPU as a serial one.  If you want real SPEED at
  15. the modem interface you are going to need something buffered, and/or a
  16. little closer to the bus.  Actually in this case a SCSI device wouldn't
  17. be such a bad idea.  Most SCSI controllers have a 50 pin connector on
  18. the back already, and you could cable straight into the modem.  The
  19. MODEMS are already driven with a couple of CPU's and buffers inside. 
  20. Adding the SCSI logic shouldn't be a major hurdle.  Then the SCSI bus
  21. controller could use mastering and say 32 bit (EISA) transfers to really
  22. move the data with very slight CPU overhead.
  23.  
  24. Using a parallel port, and Programmed I/O There is no way you will
  25. exceed 8MB/sec (8Mhz bus 1 byte at the time) HALF-DUPLEX.  That means
  26. 4MB/sec bi-directional, and in reality you can't even hope to move CLOSE
  27. to 1 byte per clock accross the lower half of an ISA bus to the parallel
  28. port.  Consider if it is comming from/ going to disk the disk is gonna
  29. need the bus to get it in memory too, immediately halfing the bandwidth
  30. before you start.
  31. -- 
  32. Keith Smith          uunet!ksmith!keith            5719 Archer Rd.
  33. Digital Designs      BBS 1-919-423-4216            Hope Mills, NC 28348-2201
  34. Somewhere in the Styx of North Carolina ...
  35.