I am currently working on an autonomous ground vehicle project for my university and am having some issues. I was planning on using TinyGPS++ to extract the NMEA data from my GPS, but this will not work because I have to have my GPS connected directly to a COM port in order to give it the command to log the NMEA data. I've used a program called Termite and can get the NMEA data to output continuously. Is there anyway I can pull this data from Terminal and into my Arduino program in order to make use of theTinyGPS++ library? Thanks!
I am using the Novatel AG-STAR. It communicates with a RS232. I have to use a RS232 to TTL converter to connect it to the Arduino. When using the converter no data is output from my program. However, no errors are given. I can only assume my converter is bad. Thanks for the reply.
It is not wired incorrectly. I have switched the TX/RX and it still does not work. When I have it wired "incorrectly" I get errors. When it is correct I do not get errors. The data just does not display. I read about another person with the same issue I had and it was because he was not using a converter. Which leads me to believe that my converter is bad.