This library enables userspace programs to control Cypress USB-Serial bridge chips. This repository is not an official repo from Cypress / Infineon.
https://github.com/cyrozap/libcyusbserial.git
cd to it. Example: mkdir build && cd buildcmake on the source directory and then make. Example:cmake ../ && make
sudo make install to install the header file, libraries, and testPREFIX (/usr/local/ by default).
ldconfig now../include/CyUSBSerial.h.