|
Archive for the 'Terminal Emulation' Category
Friday, March 9th, 2007
Telnet and SSH servers can automatically detect the terminal type at connection. However, most systems don’t have separate definitions for VT220-7 or VT320-7 emulations. You can correct that with the Telnet terminal type option. Set it to VT220 or VT320 as appropriate, and the host system will recognize the emulation.
Posted in SSH, Telnet, Terminal Emulation, VT220 | Comments Off on VT220-7 and VT320-7 Report Unknown Terminal Type
Friday, March 9th, 2007
The Wyse50 and Wyse60 terminals have several status lines, lines of text separate from the main screen at the top and bottom. There are both standard and extended lines at the top of the screen, and shifted and unshifted label lines at the bottom. TinyTERM currently supports only the unshifted label line.
CR 103, unshifted label line added in TinyTERM 4.21
CR 798, requested in TERM for AIX
CR 1006
Posted in Wyse | Comments Off on Status Lines in Wyse Emulations
Friday, March 9th, 2007
When using the AT386 emulation, the cursor may disappear. Opening the Session Properties, then clicking OK without making changes will bring it back. For TinyTERM versions 4.00-4.10, this patch will resolve the issue.
To use the patch, locate your exising CenTE.ocx file in C:\Program Files\Century\TinyTERM. Rename it as a backup. Copy the patch into the same directory, and rename it CenTE.ocx. The next time you start TinyTERM, it will be in effect.
CR 97, fixed in TinyTERM 4.11
Posted in Terminal Emulation | Comments Off on Cursor Disappears in AT386
Friday, March 9th, 2007
Using SCOANSI emulation, Medical Manager menu items should highlight as you use the arrow keys. When they don’t, it means there’s a setting in Medical Manager that needs to be changed. To get to it, go to a command prompt and type:
install su
Accept the default path when offered, then say no to changing terminal characteristics. Login to Medical Manager normally after that.
From the resulting menu, select option 1. Type “n” once to go to the next page. At the top of the screen there’s a “Color Init” line. In that line, change the number 49 to 48. Save the changes and exit. The next time you start Medical Manager, the color highlights will work properly.
CR 642
Posted in SCOANSI | Comments Off on No Menu Highlights in Medical Manager
Thursday, March 8th, 2007
Different versions of TinyTERM for Windows handle copying and pasting text differently. Pasting into another application, such as Lotus Notes, may give a graphic instead of text. Or the lines may break incorrectly: too many spaces between, or none. And pasting into the emulator may put extra blank lines in, or erase the line feeds badly. Furthermore, exactly what happens will vary with the version of TinyTERM.
Oddly enough, all these behaviors came about because of customer requests. Depending on the source or destination for the copied text, different applications have different needs.
The ability to copy a part of the screen as an image was removed permanently in TinyTERM 4.20. But the line feed issues varied by version from there until TinyTERM 4.53, when an interface option was added.
To get to that option, open the Session Properties. Next to the Emulation line is a Setup button. The Add carriage return to copy check box in the resulting dialog allows the user to control the copy/paste behavior as desired.
CR 30
CR 186
CR 636, interface option
Posted in Terminal Emulation | Comments Off on Copy and Paste Issues
Wednesday, March 7th, 2007
A TCP/IP connection error usually includes a five-digit number that starts with 100 or 110; e.g., 10057. These errors always come from the operating system, not TERM or TinyTERM.
There is an excellent reference to the error numbers at sockets.com. Toward the bottom of the page is a list of all the errors in numeric order for quick reference. It’s an excellent way to troubleshoot TCP/IP socket errors.
Posted in TCP/IP | Comments Off on TCP/IP Error Reference
Wednesday, March 7th, 2007
In TinyTERM 4.10 with multiple sessions open, you may see your active session close. This happens when you have “Close on disconnect and exit” set in one of the inactive sessions. But it only happens when the inactive session is disconnected remotely.
The host may have a timeout set. (See this entry for more details.) When the inactive session is timed out, it should close automatically. But due to a bug in TinyTERM 4.10, the active session gets closed instead. There is no patch to fix this. You must use a newer version of TinyTERM.
CR 101, fixed in TinyTERM 4.11.
Posted in Connect | Comments Off on Disconnect Goes to Wrong Session
Wednesday, March 7th, 2007
TERM and TinyTERM can use a cell modem, as long as the operating system recognizes it. There is only one change needed. In the modem’s configuration, set it up so that it dials without waiting for a dial tone. Otherwise the connection will fail.
Posted in Modem | Comments Off on Using a Cell Modem
Tuesday, March 6th, 2007
This error means that a system somewhere in the connection sent a reset signal, which will disconnect TinyTERM or TERM. Any system from the PC to the server — and any router, firewall or gateway in between — can generate this error.
To find the source of the problem, you will need to run a packet capture utility such as Ethereal. That will show you which system is sending the reset signal. With that information you can correct the error on that system.
Posted in Connect, General, TCP/IP | Comments Off on 10054 Connection Reset by Peer
Tuesday, March 6th, 2007
This is a display bug in some versions of TinyTERM 4. There is no patch to fix it.
It does not affect functionality at all, though. You can ignore the display.
Posted in Connect, Windows | Comments Off on “Connected=” Shows an Incorrect Connection Type
|