home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / misc / 25623 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.7 KB  |  35 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!darwin.sura.net!Sirius.dfn.de!fauern!fauna!morpheus!hjkirch
  3. From: hjkirch@morpheus.informatik.uni-erlangen.de (Hans-Joachim Kirchhoff (StudArb-Tribius))
  4. Subject: Re: fax modems
  5. References: <9207261553.AA13006@jed.cs.nyu.edu>
  6. Message-ID: <hjkirch.712247147@morpheus>
  7. Sender: news@immd4.informatik.uni-erlangen.de (News Administration at faui45)
  8. Organization: CSD., University of Erlangen, Germany
  9. Distribution: comp.os.os2.misc
  10. Date: Mon, 27 Jul 1992 14:25:47 GMT
  11. Lines: 22
  12.  
  13. In <9207261553.AA13006@jed.cs.nyu.edu> m-lp9966@JED.CS.NYU.EDU (Lewis Perin) writes:
  14.  
  15. >Like everything else with no moving parts, fax modems have been
  16. >getting very cheap lately.  While I don't often need to send images
  17. >over the wire, the prospect of sending and receiving text at 9600 baud
  18. >makes me want to junk my old 2400 baud modem and get one of the things
  19. >I see advertised these days.  Since I don't want to foreclose the
  20. >possibility of ever doing fax, can anyone tell me if any of the fax
  21. >modems on the market today with text speeds >= 9600 are OS/2
  22. >compatible?
  23.  
  24. If you want to use the high-speed modem with DOS software, you might want
  25. to get yourself a new UART 16550. This UART does some hardware-buffering.
  26. On CompuServe, they highly recommend it, if you want to use >9600 Baud with
  27. DOS apps. The virtual Com-Driver eats up some time, so the response time
  28. for an arriving byte to be read can be to long with higher baud rates.
  29. This is especially the case, if you have an 80386 with lower clock speed.
  30. The UART 16550 is pin-compatible to the 16450 and not so very expensive.
  31. If you have got one, set MODE COMx:BUFFER=ON from a DOS prompt to enable
  32. the hardware FIFO.
  33.  
  34. -Hajo
  35.