| Re: problem while read NMEA.txt file
Hi,
Your code example read the file line by line by ReadLine() until the end of file is reached. since you do it in a timer event the next time the same file is completely read, so if it is updated then you also have updated information. Do I understeand you question well? If not please rephrase. |