- This topic has 1 reply, 1 voice, and was last updated 3 years, 4 months ago by .
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e32 UART devices sx1262/sx1268 › esp32 e32 constructor difference and HardwareSerial and SoftwareSerial difference
Tagged: Help
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
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
More
