We would like to integrate the device into a C++ application and have some questions regarding the communication interface. We understand that the device uses http comms using json commands.
Is there a C or C++ library provided by the manufacturer that we can integrate in a c++ application?
It is possible to send json commands using libCUrl or similar, to interface with the device?
Thanks a lot for your quick response and for checking with Waveshare support!
Just to clarify — since the serial communication is done with the lower computer, meaning that is sent by the rbpi, so will we need to act as the rbpi?