This is the shared library used by the webserver
of the ServedSpicy configurator to send serial
data to the machine controller.
To compile the library / test binaries you will need GCC.
This library uses libserial
.
sudo apt install libserial-dev
The library can be build by executing Build
.
-
Open a terminal in the projects root directory.
-
Start building with:
Tools/Build.sh
Execute the C++ test script by:
-
Connecting an
Arduino UNO
. -
Opening a terminal in the projects root directory.
-
Start the test with:
Tools/C++.sh
Execute the Deno integration test script by:
-
Connecting an
Arduino UNO
. -
Opening a terminal in the projects root directory.
-
Start the test with:
Tools/Deno.sh