If you are asking a question, please follow this template:
-
My goal is: Using esp32 and selecting the UART interface 1, I can do successfully communicate with another UART device.
-
My actions are: The Same I am not able to do it using ESP8266. Tried using UART1 and UART2 interfaces of ESP8266, My UART code is the same for both ESP32 and ESP8266, I am just building for different platforms and selecting different UART interfaces of the microcontrollers.
-
The result I see is: My other UART enabled device is not performing as per the same UART instruction when I try to communicate using ESP8266 but the same UART device will perform as per instruction when I use ESP32 with UART interface 1.
-
My expectation & question is: How do I achieve this using ESP8266.
side note: My UART connections are alright.
If anyone knows please let me know how to achieve it.