EN CN
Using SBGC_lib in C++ code
  • Hi,
    I am trying to create a C++ code (Ubuntu 20.04) to control a SBGC V3.0 board with serial commands, using the Serial API.
    I have downloaded the API with the related examples, but they are only for Arduino board.
    Have you any suggestion on how to setup my code, initialize the serial communication and all the required objects? Is there any simple C++ example?
    Thanks!
  • Just hook up the RX,TX and parse/send serial commands, just use some standard serial class.

    example: https://github.com/manashmandal/SerialPort