Versions Compared

Key

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

...

Refer to this section for details of mapping.

Note

CHARON emulated console supports only 80 symbols in one line.

Back to Table of Contents

...

set COM2 communication="binary"

...


Back to Table of Contents

...

load virtual_serial_line OPA0 port=10003


Div
classpagebreak

 


Notes on "virtual_serial_line" options

 


  1. 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.

         

  2. 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
classpagebreak


"ttyY" notation specifics

...