Operating System - OpenVMS
1752598 Members
5057 Online
108788 Solutions
New Discussion юеВ

Re: hyperterminal or analogue on OpenVMS

 
SOLVED
Go to solution
Alex Chupahin
Super Advisor

hyperterminal or analogue on OpenVMS

Hello!
Is there a terminal emulator program for OpenVMS
to access any hardware (UPS switch etc) via null-modem cable ?
48 REPLIES 48
Hein van den Heuvel
Honored Contributor
Solution

Re: hyperterminal or analogue on OpenVMS


SET HOST /DTE

Hein.
Walter Miller_1
Valued Contributor

Re: hyperterminal or analogue on OpenVMS

Try "set host /dte". For more options look at the VMS help for set host /dte.
Kelly Stewart_1
Frequent Advisor

Re: hyperterminal or analogue on OpenVMS

Hello Alex,

Have you tried "$ SET HOST /DTE"? We use it in similar situations.

Kelly
Martin Vorlaender
Honored Contributor

Re: hyperterminal or analogue on OpenVMS

Hi Alex!

C-Kermit is probably the best you can get.
http://www.columbia.edu/kermit/

cu,
Martin
Steven Schweda
Honored Contributor

Re: hyperterminal or analogue on OpenVMS

I use SET HOST /DTE (normally from a DECterm)
for interactive use (because it's always
there), and Kermit if I need to script
something (like restarting my Cisco 678 DSL
modem/router automatically).
Art Wiens
Respected Contributor

Re: hyperterminal or analogue on OpenVMS

If you could attach your serial device to a terminal server, you open up options such as TELNET or SET HOST/LAT. Lantronix still makes "modern" terminal servers ie. you wouldn't have to go to the wrecking yard and dig out a DECserver!

Cheers,
Art
Alex Chupahin
Super Advisor

Re: hyperterminal or analogue on OpenVMS

> SET HOST /DTE

Still unclear.
This command should be followed by device name.
It is unclear what is the device for com port 0
/dev/ttyS0 in Linux notation.
Art Wiens
Respected Contributor

Re: hyperterminal or analogue on OpenVMS

Depending on the system model and where you have physically plugged in the cable, it's most likely TTA0:

$ SHOW DEVICE TT might help you.

Cheers,
Art
Alex Chupahin
Super Advisor

Re: hyperterminal or analogue on OpenVMS

hmm, still unuseful

I have fta2:. I'm not sure it is com 0.

I have no '@' key - cant press ctrl/@

C-Kermit is for transfer files between hosts via null-modem cable, isnt it?

No useful utilites such as minicom ?