Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Charon-PAR 64-bit modelsCharon-PAR 32-bit model 720Charon-PAR 32-bit model B132L
Serial lineConfig. pathSerial lineConfig. pathSerial lineConfig. path
1 = Consoleserial.uart0.device1 = Consoleasp.uart0.device1 = Consolegsc.lasi.uart.device
2serial.uart2.device2asp.uart1.device2gsc.wax.uart.device


Div
classpagebreak


Serial port configuration options are specified using the following syntax:

...

LineCharon-PAR/PA3Charon-PAR/PA9

Emulated serial console on port 30000 using the telnet protocol. PuTTY started automatically with preconfigured profile.
1 serial.uart0.device.type="telnet"
serial.uart0.device.port=":30000"
serial.uart0.device.command="putty -load PAR-Telnet"

PA9-64

serial.uart0.device.type="telnet"
serial.uart0.device.port=":30000"
serial.uart0.device.command="putty -load PAR-Telnet-VT100"

PA9-32 (model 720)

asp.uart0.device.type="telnet"
asp.uart0.device.port=":30000"
asp.uart0.device.command="putty -load PAR-Telnet-VT100"

PA9-32 (model B132L)

gsc.lasi.uart.device.type = "telnet"
gsc.lasi.uart.device.port = ":30000"
gsc.lasi.uart.device.command="putty -load PAR-Telnet-VT100"


Emulated second serial line in raw mode on port 30002.
2 serial.uart2.device.type="socket"
serial.uart2.device.port=":30002"

PA9-64

serial.uart2.device.type="socket"
serial.uart2.device.port=":30002"

PA9-32 (model 720)

asp.uart1.device.type="socket"
asp.uart1.device.port=":30002"


PA9-32 (model B132L)


gsc.wax.uart.device.type = "socket"
gsc.wax.uart.device.port = ":30002"



Div
classpagebreak


HP-UX Interactive Login Activation

...