home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / comm / doorway / whats.new < prev    next >
Text File  |  1995-05-18  |  4KB  |  104 lines

  1. New in Doorway 2.3:
  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.