Notes on specific telnet/terminal clients, Windows client programs, Linux telnet client – AMX NETLINX MASTER NXC-ME260 User Manual

Page 28

Advertising
background image

Programming

24

NXC-ME260 NetLinx Master-Ethernet Card/Module

Notes on Specific Telnet/Terminal Clients

Telnet and terminal clients will have different behaviors in some situations. This section states

some of the known anomalies.

Windows client programs

Anomalies occur when using a windows client if you are not typing standard ASCII characters (i.e.

using the keypad and the ALT key to enter decimal codes). Most programs will allow you to enter

specific decimal codes by holding ALT and using keypad numbers.

For example, hold ALT, hit keypad 1, then hit keypad 0, then release ALT. The standard line feed

code is entered (decimal 10). Windows will perform an AnsiToOem conversion on some codes

entered this way because of the way Windows handles languages and code pages. The following

codes are known to be altered, but others may be affected depending on the computer's setup.

!

Characters 15, 21, and 22

!

Any characters above 127

This affects both Windows Telnet and Terminal programs.

Linux Telnet client

The Linux Telnet client has three anomalies that are known at this time:

!

A null (\00) character is sent after a carriage return.

!

If an ALT 255 is entered, two 255 characters are sent (per the telnet RFC).

!

If the code to go back to command mode is entered (ALT 29 which is

^]

), the character is

not sent, but telnet command mode is entered.

Advertising