Operating System - HP-UX
1753959 Members
7469 Online
108811 Solutions
New Discussion юеВ

Re: Terminal Emulation Software

 
SOLVED
Go to solution
Pat Allen_1
Advisor

Terminal Emulation Software

Hi there -

We are in the process of retiring an older HP-UX 10.20 system that is used to collect data from some of our ocean moorings. We are replacing it with a HP-UX 11i system. One of the requirements is that there needs to be some async comm package on the HP-UX box to communicate with the moorings. On the 10.20 system, we used pcomm but this doesn't build under HP-UX 11i and I'm having a difficult time finding any public domain packages. Does anyone have any suggestions?

Thanks!

Pat Allen
Monterey Bay Aquarium Research Institute
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: Terminal Emulation Software

Shalom Pat,

http://www.chiark.greenend.org.uk/~sgtatham/putty/

Works great with Windows and HP-UX and Linux.

Price is right.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
A. Clay Stephenson
Acclaimed Contributor

Re: Terminal Emulation Software

Your 10.20 version of Pcomm should run under 11.11 (Of course, 11i can mean many things which is why you should use it to identify your OS) but in any event, I have used Pcomm+ for many years. Both a PA-RISC binary and source are available here.

http://www.rtr.com/ReadyPaks/
If it ain't broke, I can fix that.
Asif Sharif
Honored Contributor

Re: Terminal Emulation Software

Hi Allen,

PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator.

Download it from
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Regards,
Asif Sharif
Regards,
Asif Sharif
Armin Kunaschik
Esteemed Contributor

Re: Terminal Emulation Software

cu is supplied with any HP-UX UUCP package.

If you prefer a bit more luxury try Kermit from
http://www.columbia.edu/kermit/ckermit.html

There is also an X application called seyon, e.g. from
ftp://sunsite.unc.edu/pub/Linux/apps/serialcomm/dialout/seyon-2.20c.tar.gz
but this is hard to automate...

I'd try kermit :-)

My 2 cents,
Armin
And now for something completely different...
Tom Ward_1
Honored Contributor

Re: Terminal Emulation Software

Hello Pat,

While PuTTY is an excellent terminal program it does not support async communications.

You might try minicom or one of the programs that Armin suggested. Cu might be your best bet if you're tying to script it. Minicom has macro support, but I've only used it interactively.

Good luck,
Tom
A. Clay Stephenson
Acclaimed Contributor

Re: Terminal Emulation Software

The scripting capabilities of Pcomm+ are really its selling point for you. Pcomm+ commands are a superset of Pcomm commands so that if you already have existing script they should work.
If it ain't broke, I can fix that.