home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18464 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.9 KB

  1. Path: sparky!uunet!uunet.ca!kink!hugh
  2. From: hugh@kink.PhaedraV.On.Ca (Hugh D. Gamble)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: How Fast Can The Serial Port Go?
  5. Message-ID: <Jd3hs*sa2@kink.PhaedraV.On.Ca>
  6. Date: Sun, 10 Jan 1993 19:01:01 EST
  7. References: <C0CGA1.CMy@mentor.cc.purdue.edu>
  8. Organization: Phaedra V
  9. Lines: 35
  10.  
  11. In article <C0CGA1.CMy@mentor.cc.purdue.edu>, Allen B writes:
  12.  
  13. > I would like to talk to my LaserWriter at a faster rate than
  14. > 19.2Kb.  I know my (Fusion-Forty retrofitted 2000)
  15. > computer will go faster than that and that my (NTX)
  16. > printer will.  How fast can I get the UART or whatever to go?
  17.  
  18. You can run the motherboard serial port of an accelerated A2000 at
  19. 115.2kbps. On an unaccelerated system MIDI speed is about the best you
  20. can be guaranteed to handle if everything running complies to the
  21. guidelines about how long interrupts should be disabled.
  22.  
  23. > And then, are there terminal programs that will let me go
  24. > that fast as well?  I mainly use my printer via a terminal
  25.  
  26. Yup.
  27.  
  28. > Barring that, how bad is adding another (or several more)
  29. > serial port(s).  What are the user and programmer level
  30. > ramifications? 
  31.  
  32. That depends on the serial ports. If you add a smart board like the C=
  33. A2232 then there should be little CPU impact except for any overhead
  34. or bus contention from DMA transfers. If you add a port on an
  35. accelerator board it doesn't have to tie up the system bus at all. If
  36. you add a dumb board like the ASDG DSB or GVP I/O Extender that has a
  37. multi byte FIFO your CPU has longer to respond before you start losing
  38. bytes so you should get better performance in a busy system.
  39.  
  40. -- 
  41. # Hugh D. Gamble  UUCP: hugh@kink.UUCP  Domain: hugh@kink.PhaedraV.On.Ca     %
  42. # AMIX: HGAMBLE  bix: hgamble  voice: +1 416 267 6159                        %
  43. #  "butane everything works Finland" - autofix.el in emacs automatically     %
  44. # correcting my mistyping of "but everything works fine".                    %
  45.  
  46.