Relative Content

Tag Archive for c++esp32uart

Split ESP32 COM Port in to 2 COM Port

Currently I’m in a project that need to split the funtion of 1 uart port of ESP32 (tx,rx) into 2 different Port, one port has the function of rx and the orther one has the function of tx
Is there any way to do it, many thanks