Operating System - HP-UX
1834375 Members
1628 Online
110066 Solutions
New Discussion

Kermit alphnumeric problem

 
Paul Batchelder
New Member

Kermit alphnumeric problem

We have kermit running fine on a Sun Solaris 7.0 for a script sending alphanumeric pages directly out (can't use email as one of the pages we amy need is that email, Internet or several critical path devices are down).
The organization saw fit to upgrade to an HP B series 9000/800 running HP-UX 11.0. I am trying to port the kermit scripts and macros. I can page directly numerically but I can't talk with the alphanumeric dial-in. I have (interactively) seen the "ID=" prompt a few times but am pretty stuck.
Any suggestions?
This is Dick Heyman working with Paul Batchelder
2 REPLIES 2
Darren Prior
Honored Contributor

Re: Kermit alphnumeric problem

Hi Dick working with Paul!

I've been lead to believe that Kermit is very similar across different systems, except for obvious changes like directory names. I would suggest that you get a copy of Using C-Kermit as this mentions specific differences between Kermit on different platforms, though it does comment that command files written in the mid-80's should still work! I would then consider breaking the script into chunks and seeing if individual commands run.

It's also worth considering whether you are using specific features of your modem that were customised into your Kermit on Solaris
that aren't in Kermit on HP-UX.

regards,

Darren.
Calm down. It's only ones and zeros...
Paul Batchelder
New Member

Re: Kermit alphnumeric problem

Darren,
Thanks for the response. My copy of C-Kermit is heavily used but as always with modem stuff, it's obscure problems that bite you.
I have more testing to do but have had some success - it seems that I needed to add the command:
"set carrier-watch off"
into the scripts - I'll do hard testing (reboot the modem, reboot the HP box etc) but there is hope.