transparent-link
Name
transparent-link
Synopsis
Establish a transparent link to an instrument serial port.
Usage
transparent-link [-h|--help] | [-v|–version]
transparent-link [-p|--port] [port]
Options
-h, --help Display this help message and exit.
-v, --version Output version information and exit.
-p, --port port Select a specific port number to interact with. Defaults to 1.
Description
Stops all services permanently and opens a transparent link with the chosen port. By default, it will open a transparent-link with port 1, which is connected to the MLM's head-end modem (HEM).
Examples
BRcervello> transparent-link
Checking deployment status...
Stopping services...
Stopping periodic command scheduler: cron.
Waiting for publisher to terminate...
Connected. Press CTRL-C to exit when done.
RBRcervello> transparent-link -p 2
Checking deployment status...
Stopping services...
Stopping periodic command scheduler: cron failed!
Waiting for publisher to terminate...
Connected. Press CTRL-C to exit when done.