Search found 2 matches
- Wed Apr 13, 2022 3:09 pm
- Forum: General Discussion
- Topic: UART_NUM_2 printing characters to serial monitor not working
- Replies: 5
- Views: 5705
Re: UART_NUM_2 printing characters to serial monitor not working
omg, I've found error. Different baudrate of ESP and remote terminal :facepalm:
- Wed Apr 13, 2022 8:37 am
- Forum: General Discussion
- Topic: UART_NUM_2 printing characters to serial monitor not working
- Replies: 5
- Views: 5705
Re: UART_NUM_2 printing characters to serial monitor not working
Hello hello. I switched from ESP8266 Arduino style to ESP32 with pure C++ and now i am stuck. My code: #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/uart.h" #include "driver/gpio.h" #include "sdkconfig.h" #include <string.h> #define ECHO_TEST_TXD (CONF...