mDot Box Survey Data File
- This topic has 2 replies, 2 voices, and was last updated 9 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Tagged: mDot Box, survey data
I am having trouble exporting the survey data file from the mDot box. When i use the AT+GSDF command i can see the column labels followed by an OK but the data never presents itself. after a min or two i get a NEMA checksum error or at times i just get nothing. I have tried factory reset of settings (AT&F) and deleting the data file (AT+DSDF). I have also reinstalled the firmware with the same result. When i first got the mDot box months ago i tried this feature and it did work I am not sure what has happened between then and now. Does anyone have an idea of what to do next?
Hi Chad,
In the CommandTerminal/CmdGetSurveyDataFile.cpp file, can you please try to set the following:
int read = 0; //Intitialize to 0
And see if it helps ?
Thank you,
BT
This has seemed to work. Thank you.