In TinyTERM, you can configure the printer setup to print landscape pages. However, TinyTERM 4.20 ignores the setting, always printing portrait instead. You can fix that by applying the patches in this directory.
To use the patches, go to the C:\Program Files\Century\TinyTERM directory. Locate the following three files:
CenTE.ocx
TT.int
cencom.dll
Rename each as a backup. Then copy the patch files into the same directory. They will be in effect the next time you start TinyTERM.
CR 260, fixed in TinyTERM 4.21
Posted in Printing | Comments Off on Can’t Print Landscape
The TN5250 emulation included with TinyTERM Plus does not have the capability to set up print sessions. It can only print screen.
CR 34
Posted in 5250, Printing | Comments Off on TN5250 Print Sessions
In some cases, TinyTERM 4.20 will not properly display colors. To fix that, apply this patch.
To use it, locate the existing CenTE.ocx file in C:\Program Files\Century\TinyTERM. Rename that as a backup, then copy the patch into the same directory. The next time you start TinyTERM, it will be in effect.
CR 494, fixed in TinyTERM 4.31
Posted in Attributes, SCOANSI | Comments Off on Color Problems in TinyTERM 4.20
This error means one of two things:
- Your version of TinyTERM is too old for your version of Windows. The version of TAPI is therefore too new for TinyTERM to use. Upgrading TinyTERM is the only solution.
- TinyTERM has a specific incompatibility with the modem. Update the modem drivers in this case.
If both TinyTERM and the modem drivers are up to date, you will need to dial the modem manually.
Posted in Modem, Version, Windows | Comments Off on TAPI Error: Line Negotiate API Version Unhandled
As a security feature, some host systems will allow you to login over a modem, then disconnect you and call you back at a predetermined phone number. Functionality to allow TinyTERM to answer the phone in this situation was added in version 4.30, in the form of the te.WaitForCall property. Setting it to true causes TinyTERM to wait for the currently selected modem to ring, then answers it:
te.WaitForCall=true;
This property allows you to set up an automated callback login. We have a sample script that does exactly that. It only requires editing for the correct telephone number and prompts.
CR 342, script
CR 399, capability
CR 455, duplicates CR 342
Posted in CScript, Modem | Comments Off on Hosts That Require Callback
When you see this error from TinyTERM, one or both of the listed Windows files is corrupt or missing. To fix the problem, copy them from another PC running the same version of Windows. Replace the existing files when asked.
Posted in Windows | Comments Off on MSVCIRT.DLL Is Linked to Missing Export MSVCRT.DLL
A TCP/IP connection creates a pseudo-tty device (ptty) on the fly at the host system. The numbers assigned to them are not stored, but are lost at disconnect. The specific ptty may change with each connection.
Some configurations may require that users login through specified ptty ports. SCO UNIX has a solution for this in the recon command. Similar commands may exist for other host operating systems, but they are not as well documented.
Posted in TCP/IP, UNIX | Comments Off on Assigning a Specific pty Per User
This error generally indicates a firewall is blocking TERM or TinyTERM from connecting via TCP/IP. To get rid of the error, configure the firewall to allow TERM or TinyTERM to connect without restrictions. The specifics will depend on how your firewall is configured.
CR 708, firewall handling improved in TinyTERM 4.50
Posted in TCP/IP | Comments Off on 10022 Invalid Argument
TinyTERM 4.40 added an Extra Printers option to the File menu. With that capability, if you’re using SCOANSI emulation, you can select between up to six printers. Wyse60 allows up to three printers. No other emulation can take advantage of these for transparent printing.
Printer number 1 is still configured through the Printer Setup option on TinyTERM’s File menu. Printers 2 through 6 are configured through the Extra Printers submenu.
In either emulation, it’s based on the “print on” sequence sent by the host. The default “print on” sequences for each, the one used by TinyTERM’s File | Print Setup settings, are listed below. <Esc> is the escape character, ASCII 27:
SCOANSI: <Esc>[5i
Wyse60: <Esc>d0#
To access the extra printers, add two for each to the SCOANSI “print on” code:
Printer 2: <Esc>[7i
Printer 3: <Esc>[9i
etc.
For Wyse60, only the first two extra printers are available, making three total. For each of those, just add one to the “print on” code:
Printer 2: <Esc>d1#
Printer 3: <Esc>d2#
You can then use <Esc>d# to access the current printer in Wyse60, using the digit again only if you need to change the printer. If you haven’t selected a printer yet using any of the “print on” codes listed above, <Esc>d# will automatically select printer 1 as the default printer.
Regardless of which printer you use, the “print off” sequence is the same, based on the emulation:
SCOANSI: <Esc>[4i
Wyse60: ^T
That’s Ctrl-T, ASCII value 20, for Wyse60.
Each printer can have different settings, of course. So the host can select between multiple printers, or one printer with multiple settings.
CR 210, Wyse60
CR 580, SCOANSI
Posted in SCOANSI, Transparent, Wyse | Comments Off on Multiple Printers for SCOANSI and Wyse60
There may be too many spaces between lines. Or the lines will break in unexpected places. When this happens, turn off end of line wrap. You’ll find it in the terminal emulation setup part of TERM or TinyTERM. It may also be labeled EOL wrap.
Posted in Terminal Emulation | Comments Off on Line Spacing Is Incorrect
|