home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 382.lha / ST / poster < prev    next >
Internet Message Format  |  1990-06-05  |  1KB

  1. Path: altitude!philmtl!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!xanth!cs.odu.edu!Amiga-Request
  2. From: Amiga-Request@cs.odu.edu (Amiga Sources/Binaries Moderator)
  3. Newsgroups: comp.sources.amiga
  4. Subject: v90i176: st - interrupt-driven serial i/o testbed, Part01/01
  5. Message-ID: <12705@xanth.cs.odu.edu>
  6. Date: 4 Jun 90 00:05:36 GMT
  7. Sender: tadguy@cs.odu.edu
  8. Reply-To: jcs@crash.uucp
  9. Lines: 747
  10. Approved: tadguy@cs.odu.edu (Tad Guy)
  11. X-Mail-Submissions-To: Amiga@cs.odu.edu
  12. X-Post-Discussions-To: comp.sys.amiga
  13.  
  14. Submitted-by: jcs@crash.uucp
  15. Posting-number: Volume 90, Issue 176
  16. Archive-name: util/st/part01
  17.  
  18.   This code directly accesses the hardware and achieves very high
  19. baud rates without errors.  This code should be legal if the serial
  20. device is first opened and exclusive access is granted.  Speeds of
  21. over 130k baud between a stock, nofastmem 500 and a 25mhz GVP 68030
  22. have been achieved.  The '030 Amiga can go much faster; it can read
  23. at least 223,720 baud.  The 500 poops out at 132,575 baud.  Writing
  24. fast is no problem, reading eats up some bandwidth, and is thus
  25. the bottleneck.  Polled I/O (yuk) can yield faster rates. These
  26. baud rates were accomplished with a direct 2,3,7 wire, 50 foot
  27. shielded cable.  Max baud rates may vary depending on cable and
  28. hardware configurations.
  29.