ehsan gilassi Member Jan 24, 2022 #1 Hi Erel. GitHub - plerup/espsoftwareserial: Implementation of the Arduino software serial for ESP8266 Implementation of the Arduino software serial for ESP8266 - plerup/espsoftwareserial github.com Please wrap this library . Many thanks.
Hi Erel. GitHub - plerup/espsoftwareserial: Implementation of the Arduino software serial for ESP8266 Implementation of the Arduino software serial for ESP8266 - plerup/espsoftwareserial github.com Please wrap this library . Many thanks.
janderkan Well-Known Member Licensed User Longtime User Jan 25, 2022 #2 You have 3 hardwareserial on the ESP32, do you really need more ? Upvote 0
ehsan gilassi Member Jan 25, 2022 #3 janderkan said: You have 3 hardwareserial on the ESP32, do you really need more ? Click to expand... True, but the pins seem to be used by default. I used this module . UART1 is on GPIO9,GPIO10 but I don't get any data. I tried according to this post. https://www.b4x.com/android/forum/threads/hardware-serial-on-esp32.97318/post-613593 I need four serial ports for my project. Help me . Thanks. Upvote 0
janderkan said: You have 3 hardwareserial on the ESP32, do you really need more ? Click to expand... True, but the pins seem to be used by default. I used this module . UART1 is on GPIO9,GPIO10 but I don't get any data. I tried according to this post. https://www.b4x.com/android/forum/threads/hardware-serial-on-esp32.97318/post-613593 I need four serial ports for my project. Help me . Thanks.
janderkan Well-Known Member Licensed User Longtime User Jan 25, 2022 #4 You can remap the ports to other pins. https://www.b4x.com/android/forum/threads/remap-hardware-serial-ports-on-esp32.123750/#post-773241 Upvote 0
You can remap the ports to other pins. https://www.b4x.com/android/forum/threads/remap-hardware-serial-ports-on-esp32.123750/#post-773241
ehsan gilassi Member Jan 27, 2022 #5 janderkan said: You can remap the ports to other pins. https://www.b4x.com/android/forum/threads/remap-hardware-serial-ports-on-esp32.123750/#post-773241 Click to expand... Thanks . It worked Upvote 0
janderkan said: You can remap the ports to other pins. https://www.b4x.com/android/forum/threads/remap-hardware-serial-ports-on-esp32.123750/#post-773241 Click to expand... Thanks . It worked