esp32 e32 constructor difference and HardwareSerial and SoftwareSerial difference
-
-
can i use that softwareserial for esp32? because I use that before but didn’t work. and I’m intended to use 2 Lora module
Attachments:
You must be
logged in to view attached files.
-
Hi Fix,
SoftwareSerial for esp32 is not a standard library, esp32 can use HardwareSerial with custom pins.
You can find all in the official documentation.
Bye Renzo
- You must be logged in to reply to this topic.