Serial Connection C++
Posted: Thu Feb 21, 2019 3:59 pm
Hi!
I am working on the ESP32 in C++ with the esp-idf on Linux. I need two serial communications. One with 115200 bauds and another with 9600.
I tried with the ESP32_SerialPort.h but I can't change the bauds and the UART initializes by default.
Thanks.
I am working on the ESP32 in C++ with the esp-idf on Linux. I need two serial communications. One with 115200 bauds and another with 9600.
I tried with the ESP32_SerialPort.h but I can't change the bauds and the UART initializes by default.
Thanks.