LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   7bit ascii Telnet (https://www.linuxquestions.org/questions/linux-networking-3/7bit-ascii-telnet-24521/)

Technonoid 06-28-2002 09:38 AM

7bit ascii Telnet
 
Hi all,

I have a Digital Alpha Open VMS server that I need to be able to telnet to with linux. Currently, we use mostly win98 machines running KEA 420 from Attachmate. After failed attempts connecting properly. Let me explain this. I do connect, however if I login as sys admin everything is ok. But if I login as any user, you can see the menus but they are all out of alignment. In KEA, doesn't ask much really, I just select vt100, telnet, and I define a single key. However, it does show that its using 7bit ascii as well.
In trying to find out what was going on, I tried hyperterminal. With it, I had to set in properties to Force 7bit ascii. And it works.

I have tried gtelnet with all the possible term settings including scoansi, ansi-bbs, ect..

I have tried using xterm and exporting TERM=vt100, ect...

So, anyone know how to set 7bit ascii in gtelnet or anything else that might work ?

Thanks very much in advanced.

Technonoid 06-28-2002 03:09 PM

What about setting the character set in one of the terms, xterm,aterm or rxvt ?
I need ASCII character set.

Mik 07-01-2002 08:54 AM

The stty command allows you to set tty settings. You'd probably have to do something like:
stty -F /dev/ttyX cs7

But you might need some more settings for that. Anyway the following howto might help to show you how to get it done.

http://tldp.org/HOWTO/Text-Terminal-HOWTO.html

Technonoid 07-01-2002 03:29 PM

Check here for a sample of what the terminal is doing:
http://www.club-nihil.net/mub/viewtopic.php?t=2160


All times are GMT -5. The time now is 03:35 PM.