Skip to content
Snippets Groups Projects
Forked from Berkeley Lab / labRemote
685 commits behind, 2 commits ahead of the upstream repository.

Small library to control and read out lab equipment.

To start with:

mkdir build; cd build
cmake ..
make -j4

Requirements for probe station controller:

Requirements for FTDICom:

  • libftdi - Generic FTDI library
  • libmpsse - Library that implements common communication protocols (I2C, SPI) using the MPSSE framework on FTDI chips