Search found 1 match

by dezire
Fri Nov 29, 2024 5:20 am
Forum: ESP-IDF
Topic: Unable to get UART2 working.
Replies: 0
Views: 301

Unable to get UART2 working.

I am working with Simcomm A7672s which communicates over UART. This code works in arduino IDF but when I tried to convert it to ESP-IDF I can't get the code working. I am extreamly new to microcontrollers and the low lever stuff. Any help is deeply appriciated. void setup() { Serial.begin(115200); /...