home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / dv_x / dvxhlp10.zip / EXAMPLE.ZIP / Q25.TXT < prev    next >
Text File  |  1992-05-30  |  1KB  |  32 lines

  1. /FHQ25: My {9600 or greater} BPS modem drops characters under DESQview.  Is high
  2. speed communication possible under DESQview?/FB
  3.  
  4.  
  5.  
  6. Yes, high speed communication is possible.  First, you must go into the
  7. DESQview setup program and set ``Optimize Communications'' to Y /JB(see Q29)/q29.txt/.  If you still lose characters, you may have to get a new serial
  8. board.  The characters are coming in too fast for DESQview and your
  9. communications program to process them.
  10.  
  11.  
  12.  
  13. The chip that controls serial communication is known by many names.  On
  14. an XT (or an 8-bit I//O board) it is an 8250.  Most ATs contain the
  15. 16450. The problem with these chips is that they can only buffer one
  16. character at a time, so if DESQview doesn't allow your communications
  17. program to respond fast enough, you'll lose that character.
  18.  
  19.  
  20.  
  21. The solution is to get a board with the National Semiconductor NS16550AN
  22. or NS16550AFT chip.  This chip buffers up to 16 characters, so character
  23. loss is less likely to occur.  If you are the handy type, you can even
  24. swap your 8250 (or whatever) for the NS16550AN yourself, for the chips
  25. are pin-compatible.
  26.  
  27.  
  28.  
  29. Do not get a 16550 non-A chip.  It is an old, buggy chip.  Also, Western
  30. Digital makes a 16550 which is rumored to be buggy at speeds of 2400 BPS
  31. or less.
  32.