Serial Port Terminal - Status bar

Status Bar contains brief information about serial port, status of signal lines and interface usage hints:

  • Hint

    To get short information about program interface elements, place your mouse pointer over a particular menu item, toolbar button, etc.

  • View diplay mode status

    Displays the currently active display mode: Edit, Terminal, Data.

  • Read

    Displays a number of bytes read from serial port

  • Write

    Displays a number of bytes written to serial port

  • Echo

    Status of the Echo command (ON/OFF).

  • Serial port control information

    This is a string of 4 or 5 items, separated by dash:

    • Baudrate

      Defines serial port baudrate. Possible values are: 110, 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 38400, 56000, 57600, 115200, 128000 and 256000. By default, 110 value is taken.

    • Parity

      Defines parity is one of the following values: (E)ven, (O)dd, (M)ark, (S)pace, or (N)one. By default (N)one is taken.

    • Data bits

      Defines data lengths in a packet. Possible values are: 5, 6, 7 and 8. Default value is 7 bits.

    • Stop bits

      Defines a number of stop bits. Possible values are: "1", "1,5" and "2". Default value is "1".

    • Handflow

      Defines flow control value. Possible values are: Hardware (P), Xon/Xoff (X) and None. Default value is None.