home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DRWY231.ZIP / WHATS.NEW < prev    next >
Text File  |  1996-02-02  |  6KB  |  137 lines

  1. New in Doorway 2.30:
  2.  
  3. REMOTE SCREEN SIZE AUTOSENSE:
  4.  
  5. Added the ability to autosense the other end's screen capabilities.  Use
  6. a /b:a to automatically sense if it has 24, 25, 42, 43, 49 or 50 lines,
  7. and to autosense if the "z" is needed.  If the other end cannot be sensed
  8. will default to whatever other settings are given.  For instance a /b:amz
  9. will try to auto sense, and if successful override the m and z to optimum
  10. set up, but if it cannot auto sense will assume the m and z.  Will now
  11. work with Ripaint when put into autosense mode.  Note that if 24 lines
  12. is sensed it will use the b parameter unless an x is included on the line.
  13.  
  14. Here is a table of what the final setting will be when auto sensing depending
  15. on the defaults selected and what is sensed on the remote:
  16.  
  17.                             sensed ok    sensed but needs z  unable to sense
  18. number of lines on remote - 24   >24        24   >24           any number
  19. default setting
  20. /b:za                      /b:m   *       /b:mz    *             /b:z
  21. /b:ma                      /b:m   *       /b:mz    *             /b:m
  22. /b:mza                     /b:m   *       /b:mz    *             /b:mz
  23. /b:xa                      /b:x   *       /b:xz    *             /b:x
  24. /b:xza                     /b:x   *       /b:xz    *             /b:xz
  25.  
  26. There will be no b: entry on autosense if there is more than 25 lines and
  27. autosensed successfully.
  28.  
  29. SHIFT STATUS UPDATING:
  30.  
  31. Added shift, alt, and control key signals to the characters, for programs
  32. which refuse to accept a control or shifted character unless they can actually
  33. see the control or shift key pressed.  Many programs which would work for most
  34. keys, but would not accept such things as the control keys, may now work.
  35.  
  36. To make Doorway update the shift status use the /KS switch.  Set Desqview
  37. to maintain seperate shift states if this switch is use.
  38.  
  39. SWITCHING MODES BETWEEN DIRECT AND BIOS:
  40.  
  41. You can now switch modes between direct and bios by using an int $10 call
  42. or the new version of dwredir.exe.
  43.  
  44. ALTERNATE KEYBOARD HANDLING:
  45.  
  46. Some programs, primarily 3270 and other emulators, do not handle the keyboard
  47. by standard means.  Use of the /KBD switch forces Doorway to use the real
  48. keyboard buffer for characters coming in.  This switch cannot be used with
  49. multitaskers as all keyboard entry will go to the foreground.
  50.  
  51. KEYBOARD TIMEOUT:
  52.  
  53. Now limited to 32767 seconds instead of 255 seconds.
  54.  
  55. 16650 SUPPORT:
  56.  
  57. DOORWAY and DWCOMM both now support 16650 UARTS.
  58.  
  59. If you are using a 16650 UART it will be autodetected, and Doorway will
  60. configure to use it's 32 byte buffer.
  61.  
  62. VT102 PRINTER REDIRECTION NOW SUPPORTED:
  63.  
  64. If printer redirection is asked for and the remote will not support Doorway
  65. printer redirection, but VT102 redirection is supported, then Doorway will
  66. fall back to using the VT102 sequences.
  67.  
  68. FORCE 16450 OPERATION WITH 16550 OR 16450 UARTS.
  69.  
  70. Added /450 switch to override autodetection of 16550 and 16650 UARTS.
  71.  
  72. REDIRECT SPECIFIC PRINTER:
  73.  
  74. If you use a /Y:1 it will redirect lpt1, but print lpt2 and lpt3 on the host.
  75. Likewise a /Y:2 or /Y:3 will redirect lpt2 or lpt3 and the other lpts will
  76. print on the host.
  77.  
  78. DWCOMM
  79.  
  80. Supports foreign language files.  Use the ENGLISH.LAN as a template for
  81. other languages.  Rename to DWCOMM.LAN for DWCOMM to use them.
  82.  
  83. DWREDIR
  84.  
  85. supports switching between direct and bios mode as well as turning redirection
  86. on and off.
  87.  
  88. New in DWHost v3.12 (1/8/95):
  89.  
  90. - The interrupt service routine is now assembler-based and much faster.
  91.   It also can handle 16550 UARTs and can operate with high IRQs (8-15).
  92.  
  93. - The configuration screen and the context-sensitive help for
  94.   configuration have been modified to accommodate entry of hi IRQ
  95.   numbers.   Note: To specify and IRQ of 10 to 15, you must enter
  96.   "A" thru "F" respectively.
  97.  
  98. - Problems in working with strange BIOS conventions for comm ports higher
  99.   than COM2 have been eliminated.   If COM3 or COM4 are specified during
  100.   configuration, the user is forced to enter the port base address and
  101.   IRQ used.  This info only is what is referenced by the comm routines.
  102.   The code no longer looks at BIOS-generated data for comm ports other
  103.   than for COM1 or COM2.
  104.  
  105. Whats New in Doorway 2.31
  106.  
  107. A new compilation of Doorway is necessary to fix a bug in Windows 95.  Under
  108. some circumstances Window 95 will arbitrarily change the com port settings
  109. from 8 bit to 5 bit no parity.  The result is that you will get garbage on
  110. the remote end until something reinitializes the port.  Doorway has always
  111. assumed that since the port was working prior to it being loaded, the safest
  112. thing to do is leave the settings alone.  However with the release of Windows
  113. 95 and its bugs, this is no longer valid.  Doorway now checks, and if it sees
  114. that the com port has been chenged to 5 bits, reinitializes that register to
  115. 8N1.  Unfortunately, if you are trying to run with 7 bit and parity, this will
  116. still cause a problem under Windows 95 since Doorway has no way of knowing
  117. what your original settings were prior to Windows messing the setting up.
  118.  
  119. Added a /550 switch.  This switch like the previously implimented /450 switch
  120. forces Doorway to configure for a specific UART.  The reason is that some
  121. internal modems are identifing themselves as having 16650 UARTS but really
  122. contain 16550 UARTS.  The /550 switch will force Doorway to ignore and
  123. configure for the 16550 instead.
  124.  
  125. Fixed bug where printer redirection did not work properly with Fossil or
  126. Device drivers.
  127.  
  128. DWCOMM
  129.  
  130. Increased maximum baud rate if using a fossil from 9600 to 38400.
  131.  
  132. Fixed bug where the form feed character was being displayed instead of
  133. the screen clearing as it should.
  134.  
  135. NOTE!!! Our phone number area code has changed from 615 to 423.  This is
  136. true for our voice, fax and bbs lines.
  137.