Patch for SmarTerm v.11.0.1 2/11/2003 ------------------------------------------------------------- Product: SmarTerm Version: v.11.0.1 -------------------------------------------------------------- Description of Problem: The customer has specified VT320 Device Attributes for the session. Once the session has been opened the escape sequence [62"p is sent. SmarTerm changes the device attributes to VT400 based off of the standard set in the VT manual. The customer would like to maintain the VT320 settings. This patch allows the customer to use a hidden setting in the STW file to force the VT320 device attributes. By adding esc62ToVT320=1 to the [DEC] section of the STW file the session will maintain VT320 device attributes when this escape sequence is sent. If the switch is set to 0 it will be turned off. This switch is case sensitive! --------------------------------------------------------------- Files in Patch: Name Date Size parse340.dll 2/11/2003 417KB parse420.dll 2/11/2003 353KB --------------------------------------------------------------- Installation Instructions: 1. Close all running instances of SmarTerm. 2. Open the directory SmarTerm where SmarTerm is installed. By default this will be C:\Program Files\Esker\SmarTerm. 3. Rename the existing files to *.dll.OLD 4. Copy the new files to the SmarTerm directory. 5. Open the SmarTerm session file in Notepad. 6. Add the following entry to the bottom of the [DEC] section: esc62ToVT320=1 7. Restart SmarTerm and test.