|
Archive for the 'Terminal Emulation' Category
Tuesday, April 10th, 2007
Using TinyTERM 3.3 with IBM3151 emulation, the numeric keypad may fail. When that happens, copy and paste the following to the end of your .tap file:
[keyboard]
country=United States
;name=ibm3151-13
;[IBM 3151-13]
<^C>=<ABORT>
<^E>=<^E>
<C-RIGHT>=<SCRRIGHT>
<C-LEFT>=<SCRLEFT>
<C-PGUP>=<SCRPGUP>
<C-PGDN>=<SCRPGDN>
<C-UP>=<SCRLINEUP>
<C-DOWN>=<SCRLINEDN>
<F1>=<ESC>a<^M>
<F2>=<ESC>b<^M>
<F3>=<ESC>c<^M>
<F4>=<ESC>d<^M>
<F5>=<ESC>e<^M>
<F6>=<ESC>f<^M>
<F7>=<ESC>g<^M>
<F8>=<ESC>h<^M>
<F9>=<ESC>i<^M>
<F10>=<ESC>j<^M>
<F11>=<ESC>k<^M>
<F12>=<ESC>l<^M>
<SF1>=<ESC>!a<^M>
<SF2>=<ESC>!b<^M>
<SF3>=<ESC>!c<^M>
<SF4>=<ESC>!d<^M>
<SF5>=<ESC>!e<^M>
<SF6>=<ESC>!f<^M>
<SF7>=<ESC>!g<^M>
<SF8>=<ESC>!h<^M>
<SF9>=<ESC>!i<^M>
<SF10>=<ESC>!j<^M>
<SF11>=<ESC>!k<^M>
<SF12>=<ESC>!l<^M>
<CSF1>=<ESC>”a<^M>
<CSF2>=<ESC>”b<^M>
<CSF3>=<ESC>”c<^M>
<CSF4>=<ESC>”d<^M>
<CSF5>=<ESC>”e<^M>
<CSF6>=<ESC>”f<^M>
<CSF7>=<ESC>”g<^M>
<CSF8>=<ESC>”h<^M>
<CSF9>=<ESC>”i<^M>
<CSF10>=<ESC>”j<^M>
<CSF11>=<ESC>”k<^M>
<CSF12>=<ESC>”l<^M>
<KP0>=0
<KP.>=.
<KP1>=1
<KP2>=2
<KP3>=3
<KP4>=4
<KP5>=5
<KP6>=6
<KP7>=7
<KP8>=8
<KP9>=9
<KP/>=/
<KP*>=*
<KP->=-
<KP+>=+
<KPENTER>=<^M>
<NUMLOCK>=<NUMLOCK>
<AF1>=<MENU>
<AF2>=<HELP>
<AF3>=<GOLD>
<AF4>=<SHELL>
<AF5>=<CAPTURE>
<AF6>=<PRINT>
<AF9>=<COMPOSE>
<AF10>=<NEXTSESS>
<ALTB>=<BREAK>
<ALTT>=<SCANMODE>
Posted in IBM, Keyboard | Comments Off on TinyTERM 3.3 and IBM3151 Numeric Keypad
Tuesday, April 10th, 2007
You may see sporadic Winsock errors in TinyTERM when connecting to an Ishare modem server. This happens when the Ishare modem server conflicts with the TCP/IP settings for the local network. You will need to redirect Ishare to look at the modem server only, and redirect the local network to look at the network configuration only. This may require a hosts file on the PC.
Posted in Modem, TCP/IP | Comments Off on Ishare Modem Server Errors
Tuesday, April 10th, 2007
Occasionally TinyTERM 3.3 will not save a change to the IP address or phone number it’s using. When that happens, open the .tap file in Notepad or another text editor. Make the change there, then save the file. It will be in effect the next time you start TinyTERM.
Posted in Connect | Comments Off on Can’t Save Address in .tap File
Tuesday, April 10th, 2007
The full error message is, “This program has performed an illegal operation and will be shut down. TN3232 caused an invalid page fault in Winfws32.dll.” To get rid of this error, uncheck the “Enable Extended Attributes” setting in the Attributes tab of the Preferences.
Posted in 3270 | Comments Off on TN3232 Caused an Invalid Page Fault
Tuesday, April 10th, 2007
Using TinyTERM 3.2 on Windows 3.1, Netscape will not load pages if the Marathon Winsock.dll is in place. However, using Netscape’s Winsock.dll causes TinyTERM to dial the modem, rather than connecting to an ISP.
To bypass this, use the Century Internet Dialer to connect to the ISP before starting Netscape or TinyTERM. This will allow the use of Netscape’s Winsock.dll, while TinyTERM will still recognize the ISP connection.
Posted in Modem, TCP/IP | Comments Off on Netscape Winsock Causes TinyTERM to Dial Modem
Tuesday, April 10th, 2007
TinyTERM Plus 3.2 comes with a Marathon TCP/IP stack for Windows 3.1. If you want to install without it, edit the PC’s AUTOEXEC.BAT and CONFIG.SYS files.
In the AUTOEXEC.BAT, REM out everything except ECHO, PROMPT and PATH commands. In the CONFIG.SYS, REM out everything except FILES, BUFFER, HIMEM.SYS and EMM386.EXE.
Restart your PC after this. When you install TinyTERM, you will be able to bypass the Marathon portion.
Posted in Install, TCP/IP | Comments Off on Install Without Marathon Stack
Monday, April 9th, 2007
This error comes up when installing TinyTERM 3.2 on Windows 3.1. It’s caused by one of two things:
- Multiple Winsocks are installed on the PC. Remove them and reinstall only one.
- No Winsock is installed on the PC. Install one before installing TinyTERM.
Posted in Install, TCP/IP, Windows | Comments Off on Wrong Version of Windows
Monday, April 9th, 2007
Installing TinyTERM on Windows 3.1, it may ask for an IP address, even if you plan a serial connection. When this happens, click the Back button and deselect the network installation.
Posted in Install, Serial (RS232), TCP/IP | Comments Off on Install Asks for IP Address
Monday, April 9th, 2007
Error 502 means that TinyTERM has no network driver selected. To select a network driver, do the following:
- Open the ICONect or .tap file.
- Go to the Configure menu and select Communications.
- Select Network Login for the port.
- Click the Network button and choose Generic Winsock as the network type.
Posted in TCP/IP | Comments Off on Error 502 Missing Network Driver
Monday, April 9th, 2007
Using TinyTERM 3.3 and PCTERM emulation on Windows 3.1, some keys give extra characters, such as:
pressing a key gives ad
x gives xx
l gives l_
To fix this, change the primary code page to “STD 437 MS-DOS Latin US.”
Posted in Code Page, Keyboard | Comments Off on Doubled Characters When Typing in PCTERM
|