Skip to main content
Skip table of contents

Terminal emulator

RBRcervata serial settings

  • Baud rate: 115200 baud/s.
  • 8bit, no parity-bit, 1 stop-bit: 8N1.
  • No flow control.

A terminal emulator is used to communicate with the RBRcervata through its diagnostic port.

Windows

Teraterm

Teraterm is an open-source terminal emulator that lets you connect to hosts via serial port or the network. The default settings should work with the RBRcervata interface. Nevertheless, below you'll find the configuration file that can be loaded using the Setup→Restore Setup... menu.

Teraterm_RBRcervata.INI

Alternatively, you could configure the settings manually as follows:

  • In Setup→Terminal...:

  • In Setup->Keyboard...

  • In Setup→Serial Port...:


Copy/Paste

Highlighting text on the terminal automatically copies it to the clipboard and right-clicking on the terminal pastes text on it.


Teraterm



Linux

On a Linux-based workstation, any terminal emulator console that supports a serial port can be used.

Minicom

You could either use minicom -s to set up the terminal with the right port and settings or execute it with explicit settings at runtime with the correct device:

CODE
minicom -b 115200 -D /dev/ttyUSB0

Copy/Paste

To copy and paste text from and to a Linux terminal, Ctrl+Shift+C and Ctrl+Shift+V should be used.


Minicom

Minicom serial settings





JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.