Versions Compared

Key

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

...

The first line specifies a mapping to some TCP/IP host port ("10000" in this example), while the second line connects this mapping (TTA0) to the on-board serial line controller having the name "COM2" in CHARON environment.

Refer to this section for details of the mapping.

 

...

Back to Table of Contents

Console Parameters

CHARON-AXP console lines have some specific parameters:

ParameterTypeValue

rts[<line>]

Text string

  • "On" - assert the RTS (Request To Send) signal

  • "Off" - clear the RTS signal (default)

  • "DTR" - assert the RTS signal as soon as the DTR signal is asserted

dsr[<line>]

Text string

  • "On" - always reports DSR signal assertion

  • "Off" - always reports DSR signal deassertion

  • "DSR" - use the DSR signal of the physical serial line (if configured)

  • "CD", "DCD", "RLSD" - use the CD (carrier detect) signal of the physical serial line (if configured)

info

This parameter is applicable only for line "2" of QUART.

communication [<line>]

Text string

  • "ASCII" - for connection to terminals  (default)

  • "BINARY" - for serial lines carrying binary (packet) protocols, which are used mainly for communicating with PLCs

line[<line>]

Identifier

This parameter is used to connect a particular serial line mapping interface to the controller. See below for details.

InfoNote that the "line" parameter in the table above

It is applicable only

in the case of QUART. 

to the additional on-board serial line controller "COM2"

Example:

set COM2 line=TTA0

All the values in this table are case insensitive.

Back to Table of Contents

...