This is an example of the Serial API used to configure a serial port. It requires two serial ports, as the example prints strings between the two ports.
Packages: libglib2.0-dev
To install on Ubuntu:
sudo apt-get install libglib2.0-dev$ cd SerialConfig
$ mkdir build && cd build
$ cmake ..
$ make
$ ./polysync-serial-config-cppFor more API examples, visit the "Tutorials" and "Development" sections in the PolySync Help Center here.