Yes, exactly
Are you using 30-pin ESP32 or 36-pin ESP32? I am using 30-pin ESP32 which has TX2/RX2 inscribed and NOT TX1/RX1.
While data is coming as byte in ASCII format, why have you declared int type other than char type though int type works?
- I am using ESP32S3-DEVKITC-1 N8R2
Datasheet: ESP32-S3-DevKitC-1 v1.1 - ESP32-S3 - — ESP-IDF Programming Guide latest documentation - I am using the exmaple from Arduino IDE (examples -> communications -> multiserial)
You can declare it char, both work well.
I will change it to char
1 Like
As next i will try if i can upload the code to my ESP32S3 using RS323
How?
The Bootloader Program of ESP32 communicates with Serail0 (UART0) port to receive sketch data from IDE for onward storing in the flash memory.
It will be only a try
Not working
1 Like
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.