...
Refer to this section for details of mapping.
Note |
---|
CHARON emulated console supports only 80 symbols in one line. |
...
|
...
...
|
Div | ||
---|---|---|
| ||
| ||
Notes on "virtual_serial_line" options
Use the combination of "port" and "host" parameters as follows to connect a 3rd party terminal emulator or similar program.
load virtual_serial_line TTA0 host="192.168.1.1" port=10000
In this example CHARON-AXP connects to port 10000 of a host with TCP/IP address "192.168.1.1" and at the same time it accepts connections on local port 10000.
It is possible to specify a port on a remote host (note that CHARON always acts as a server). The syntax is:
load virtual_serial_line TTA0 host="192.168.1.1:20000" port=10000
In this example CHARON-AXP accepts connection on local port 10000 and connects to remote port 20000 of a host with TCP/IP address "192.168.1.1"
...
Div | ||||
---|---|---|---|---|
| ||||
"ttyY" notation specifics
...