...
class | pagebreak |
---|
...
To make character deletion via the BACKSPACE key work on the command-line of HP-UX, you may have to enter the command$ stty erase <backspace-key>
(and add it to your shell startup file, e.g., $HOME/.profile).
Div | ||
---|---|---|
| ||
Using PuTTY
Stromasys provides preconfigured PuTTY profiles to access the serial console of an HP-UX system running on Charon-PAR. PuTTY does not support all control characters used by HP-UX, but many utilities (e.g., SAM) will work with some restrictions.
...
Instead of PuTTY, you can also use the standard telnet command on your local or remote Linux system (telnet <charon-par-host> <port>
). However, Stromasys does not provide profiles for this. To make character deletion via the BACKSPACE key work on the command-line of HP-UX, you may have to use the command $ stty erase <backspace-key>
.
Div | ||
---|---|---|
| ||
Additional configuration steps to improve the behavior of the terminal emulation:
...