/DDT-M0601C-112-U2D2

DDT-M0601C-112

Primary LanguageC++Apache License 2.0Apache-2.0

DDT-M0601C-112-U2D2

DDT-M0601C-112

Requirements

  • Ubuntu 20.04
  • Serial -> RS485 Converter

Build

Prepare repository.

git clone git@github.com:HarvestX/DDT-M0601C-112-U2D2.git
cd DDT-M0601C-112-U2D2

Change here for your serial device.

const std::string port_name = "/dev/serial/by-id/usb-FTDI_USB__-__Serial_Converter_FT5NSMPU-if00-port0";

Then build it.

mkdir build; cd build
cmake ../
make

Now following excutable avaiable for rotation test.

./DDT_M0601C_112_U2D2