...
serial.uartX.device.<option>="<value>" |
A serial port has three configuration options:
...
Line | HP3000 | HP9000 |
---|
| 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 HPA-Telnet" | serial.uart0.device.type="telnet"
serial.uart0.device.port=":30000"
serial.uart0.device.command="putty -load HPA-Telnet-VT100"
|
| Emulated second serial line in raw mode on port 30002. |
2 | serial.uart2.device.type="socket"
serial.uart2.device.port=":30002" | serial.uart2.device.type="socket"
serial.uart2.device.port=":30002" |
Terminal Emulation Considerations
...