Search found 1 match

by tweety
Mon Apr 27, 2020 6:10 pm
Forum: ESP32 Arduino
Topic: Esp32 DoIt Dev Kit v1 - Serial2 not working ?
Replies: 0
Views: 2157

Esp32 DoIt Dev Kit v1 - Serial2 not working ?

Hello, I have a Esp32 Doit Dev kit v1. I'm using Visual Studio Code with PlatformIO. I'm trying to use a Nextion lcd. My code is #include <HardwareSerial.h> // HardwareSerial NextionSerial(0); HardwareSerial NextionSerial(2); void setup() { // NextionSerial.begin(115200, SERIAL_8N1, 3, 1); NextionSe...