Serial2 of ESP32 not responding( NEO 6M GPS)
问题 I am doing an Autonomous Car project and I have a NEO 6M GPS module, I am using an ESp32 as the board, the module works fine with Arduino and Nodemcu. but not with ESP32, the reason being it not supporting software serial, so I took help from https://www.youtube.com/watch?v=GwShqW39jlE&feature=emb_title I added hardware serial but still, there is no output I have provided the code below #include<HardwareSerial.h>//No extra libray installed #define RXD2 16 #define TXD2 17 HardwareSerial gps