Paul in Houston TX said:
Hyperterminal replacement needed. I need to send control codes via
dialup. XP Hyperterminal works but lacks a lot. A google search found
that some people like Putty. Any suggestions? For Win 7/32 and XP
machines.
Why not use telnet.exe? After all, Hyperterminal is nothing but a GUI
front end to a Telnet client. telnet.net is a console-mode program (aka
DOS-mode program). Open a command prompt (cmd.exe) and run telnet.exe.
Then enter the telnet commands you want to issue.
To get help on the command-line syntax to start telnet.exe, run:
telnet.exe /?
After starting telnet and to get its help, at its command prompt enter:
help
or
?
For help on individual commands, run:
<cmd> ?
Enter q to quit (exit). I haven't used it for a long time (except to
test SMTP and NNTP servers to see they will accept a connection) so I
don't know if it permits inputting non-ASCII7 characters or control code
characters within that range. I figure if you are into sending control
codes then you already know the telnet command set, so it shouldn't take
too long for you to figure out if Microsoft's console-mode telnet.exe is
missing commands that you need to use. I've seen other telnet programs
that had more commands but some of them are damn old and don't seem to
apply anymore.
I don't see command-line switches for specifying just a dial-up
connection. You would establish the network connection using whatever
protocol you wanted and then run telnet to specify the IP address of the
host to which you want to connect.
I don't know if "telnet" to you also include TN3270 and TN5250
protocols. Those are where you are sending formatted data streams via
telnet to a mainframe.
http://en.wikipedia.org/wiki/TN3270#Telnet_3270
http://en.wikipedia.org/wiki/Tn5250#Telnet_5250
You didn't mention to what you are connecting, only a client on your
end. I remember using Reflection X (back then I think it was WRQ
Reflection), Hummingbird, and Rhumba to connect to mainframes over
telnet using TN3270/5250 and xterm.
You can find a list of terminal emulators at:
http://en.wikipedia.org/wiki/List_of_terminal_emulators
Putty is one of those listed except I don't see TN3270/5250 listed as
supported at
http://en.wikipedia.org/wiki/PuTTY. Might help if you
explained what "control codes" you mean. Maybe they're the simple ones
listed under ASCII7, or maybe they are a sequence of characters for
TN3270.