View Connected Instruments
To view all instruments currently connected to a specific Lager Box, run:Channels column names a net type and the channels for that type.
To view configured nets (logical mappings to instruments), use:
Example Output:
Create Nets
Lager does not create nets when you plug in an instrument. Create them with one of these commands:lager nets addcreates one net on a channel that you name.lager nets add-allcreates a net for each free channel of each connected instrument.lager nets add-batchcreates the nets in a JSON file.lager nets tuiopens the Net Manager, where you select nets to add.
Modify or Assign Nets Using the TUI
The interactive TUI (text user interface) assigns new Nets on a multi-channel instrument such as a LabJack or a PicoScope. It also renames an existing Net. To launch the Net TUI, run:Within the TUI, you can:
- Add new Nets
- Pick the pins of a LabJack T7
i2corspiNet - Rename existing Nets
- Edit Details of a Net: its purpose, notes, and tags
- Delete unused Nets
nets tui reference for the full list.
RS-232 Instruments (Manual Assignment)
Some instruments have no USB control port. They connect through a USB-serial adapter instead, such as a Rigol DP711 power supply on its RS-232 port. The Lager Box sees only the adapter cable. It cannot tell which instrument is behind that cable, so nothing appears automatically.
Rigol DP711 — crossover cable required. The DP711’s RS-232 port is
wired as DTE, the same as the RS232-to-USB adapter Rigol ships with it.
Connecting the two directly will not work — TX talks to TX and nothing
gets through. You must insert a null-modem (crossover) cable or adapter
between the DP711 and the USB-serial adapter so the TX/RX lines are
swapped. Without it the cable shows up in lager nets assign --list but the
supply never responds to commands.
Tell the box what the cable is connected to, once per cable:
lager nets tui) offers the same flow under the
Assign Device button. Pick the cable, pick the instrument, and name the
net.
After you assign it, the instrument appears in lager instruments and in the
TUI like any auto-detected device. You add nets for it in the usual way. The
box stores the assignment, which survives a reboot and a replug.
See the nets assign reference for
port-pinned assignments, baud-rate overrides, and removal.
Debug Nets
For debug instruments (e.g., Segger J-Link, ST-Link), you must specify the target MCU when creating the net. This is easily done through the TUI, as it will prompt you to input the MCU type.Important: The MCU type must match a valid target device supported by your debug probe. If the MCU type is not recognized, the debugger will not function correctly.
Next Steps
With your instruments configured, start controlling them:- Interacting With Nets — Send commands to your instruments via CLI or Python

