DDT-M0601C-112
- Ubuntu 20.04
- Serial -> RS485 Converter
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