Hey guys, I am working with ESP32 Arduino with a GPS module. I have used the TinyGPS PLUS library to praise NMEA data. But if I want to manually o the job like- String operation by reading the Serial Data, how do I do that?
GPS modules send data by serial communication. I can read the data by a simple Serial Read loop but can't store data the everytime the GPS module send the data.