Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: pdf layout

...


StepCommand
1Determine the key code of the Right-Ctrl key.

$ xmodmap -pk | grep "Control_R"

You will receive an output similar to: 

105 0xffe4 (Control_R) 0x0000 (NoSymbol) 55 0xffe4 (Control_R)

2Redefine the key code to the numeric keypad Enter key.$ xmodmap -e "keycode 105 = KP_Enter"
3If original key mapping is required, reverse step 2.$ xmodmap -e "keycode 105 = Control_R"


Div
classpagebreak


Using Different Fonts

The default command-line to start xhpterm is:  $ xhpterm -port 30000 -clean -font 10x20

...

(info) Instead of PuTTY, you can also use the standard telnet command on your remote Linux system (telnet <charon-hpa-host> <port>). However, Stromasys does not provide profiles for this.

Div
classpagebreak



Additional configuration steps to improve the behavior of the terminal emulation:

...

The following image shows a PuTTY window running SAM after the settings above were configured:

Div
classpagebreak


The following image shows a PuTTY window where the locale on the system running PuTTY is something different from C:


Div
classpagebreak


Other Terminal Emulation Considerations

...