Operating System - OpenVMS
1753962 Members
7430 Online
108811 Solutions
New Discussion юеВ

Re: Converting from LAT to Telnet for DECServer modem farm

 
SOLVED
Go to solution
VMSRox
Advisor

Re: Converting from LAT to Telnet for DECServer modem farm

Hi Antoniov,

I have not tried that. Following are the commands that I use to set the terminal device characteristics:

$ SET TERM/PERM/DEVICE_TYPE=UNKNOWN TNA2
$ SET TERM/PERM/ALTYPEAHD/HOSTSYNC/NOWRAP/NOECHO/NOTTSYNC TNA2
$ SET TERM/PERM/AUTOBAUD/PASTHRU/EIGHT_BIT/SPEED=19200/WIDTH=140 TNA2

These are the same commands that we use to set the terminal device characteristics for our LAT enabled modems which seem to work fine.

Currently both the CRFill and LFFill have the default values of 0. I will attempt changing the LFFill as you suggested and try again. I'll post the result after testing this tomorrow.

Thank you for the suggestion!
Antoniov.
Honored Contributor

Re: Converting from LAT to Telnet for DECServer modem farm

Hi,
for my experience with modem, any character after LF should be transmitted or received after some milliseconds.
I guess, telnet response is too quick so I hope the trick /lf=9 (or any value greater than zero) could help.

Antonio
http://it.openvms.org
Antonio Maria Vigliotti
VMSRox
Advisor

Re: Converting from LAT to Telnet for DECServer modem farm

Hi,

Thank you all again for your help. Using your suggestions I was able to get the telnet enabled modems to mostly work correctly. However, for one of the modem scripts it will not reliably work.

So, as Jan suggested we will be configuring a private network and continue to use LAT for the modems.

Thanks again. Best wishes.