todd@pinhead.pegasus.com (Todd Ogasawara) (04/30/91)
I am using Wollongong's WIN/TCP for DOS to talk to my UNIX box from a Novell network via Wollongong's WIN/ROUTE for DOS (this routes the encapsulated TCP/IP packets within an IPX packet to get to my UNIX box). The problem is that the vt100 emulator that is used by both the telnet and rlogin software from Wollongong has a few problems and I would like to use another terminal emulator. Wollongong allows you to use another emulator. However, the software must go through interrupt 14. I don't have anything that does that (Kermit, Procomm, etc.). Does anyone know of any public domain/shareware/commercial terminal emulator that will let me use this intr 14 hook with my Wollongong software? Thanks...todd -- Todd Ogasawara ::: Hawaii Medical Service Association Internet ::: todd@pinhead.pegasus.com Telephone ::: (808) 536-9162 ext. 7
wmah@nro.cs.athabascau.ca (Wayne Mah) (05/01/91)
todd@pinhead.pegasus.com (Todd Ogasawara) writes: > I am using Wollongong's WIN/TCP for DOS to talk to my UNIX box from > a Novell network via Wollongong's WIN/ROUTE for DOS (this routes the > encapsulated TCP/IP packets within an IPX packet to get to my UNIX box). > The problem is that the vt100 emulator that is used by both the telnet and > rlogin software from Wollongong has a few problems and I would like to use > another terminal emulator. Wollongong allows you to use another emulator. > However, the software must go through interrupt 14. I don't have anything > that does that (Kermit, Procomm, etc.). > > Does anyone know of any public domain/shareware/commercial terminal > emulator that will let me use this intr 14 hook with my Wollongong > software? Thanks...todd > > -- > Todd Ogasawara ::: Hawaii Medical Service Association > Internet ::: todd@pinhead.pegasus.com > Telephone ::: (808) 536-9162 ext. 7 I am testing a few terminal emulators right now. The list includes ZSTEM240 from Kea, and Smarterm 340 from persoft. I have tried both with WIN TCP and Pathway Access (the upgrade from WIN TCP). I couldn't get ZSTEM240 to work with WIN TCP in Windows 3.0 enhanced mode. It might be an old version of ZSTEM240 that I was given. Smarterm 340 worked ok, but I didn't try it using WIN ROUTE. Smarterm 340 includes a multiprotocol kit which means you don't need WIN TCP. It comes with its own telnet and ftp. No ping, rcp, or other utilities though. The multiprotocol kit only has ethernet packet drivers so it may not be of much help to you. I have used Procomm a few times and I do remember it supporting INT 14. I don't have any other comments since I haven't received any of the other requested terminal emulators yet. For now, Smarterm 340 leads the way in meeting our requirements. Wayne Mah ersys!wmah@nro.cs.athabascau.ca Edmonton Remote Systems: Serving Northern Alberta since 1982
todd@pinhead.pegasus.com (Todd Ogasawara) (05/01/91)
In article <1991Apr29.215557.10095@pinhead.pegasus.com> todd@pinhead.pegasus.com (Todd Ogasawara) writes:
]I am using Wollongong's WIN/TCP for DOS to talk to my UNIX box from
]a Novell network via Wollongong's WIN/ROUTE for DOS (this routes the
]encapsulated TCP/IP packets within an IPX packet to get to my UNIX box).
]The problem is that the vt100 emulator that is used by both the telnet and
]rlogin software from Wollongong has a few problems and I would like to use
]another terminal emulator. Wollongong allows you to use another emulator.
]However, the software must go through interrupt 14. I don't have anything
]that does that (Kermit, Procomm, etc.).
Thanks to the many people who set me sent e-mail telling me the answer to
my problems. Good ol' MS Kermit 3.10 (which I already had) did the trick.
I call Kermit from the Wollongong MS-DOS software using the command
telnet -e kermit hostname
or a batch file containing the lines
rlogin hostname -e -l username
kermit
and have
SET PORT BIOS1
in my MSKERMIT.INI file (along with my normal setup).
Now everything works just fine. Thanks again to everyone who responded!
--
Todd Ogasawara ::: Hawaii Medical Service Association
Internet ::: todd@pinhead.pegasus.com
Telephone ::: (808) 536-9162 ext. 7