Difference in Excel output and Prefix.log file

Started by EdgeMan, August 15, 2013, 07:00:00 AM

Previous topic - Next topic

EdgeMan

I'm working on setting up the Advanced Serial Logger and Excel Pro plugin. However I see differences in the output in my excel file and the Prefix.log file also created. It is not related to headings, etc., bur related to the data in the columns/rows itself. It seems to split some data from time to time, see attachments. What do I do wrong?

Arthur Grasin

Please, create a backup of your current configuration from the File menu and attach the INI file here. I'll verify it.
If you like my work, please take a few seconds and add feedback about our site or our software [here]

EdgeMan


Arthur Grasin

You are splitting your data by a timeout. This parsing method is unstable. I would recommend to split your data packets by characters:

Begin: this field should be empty
End: #0D#0A
If you like my work, please take a few seconds and add feedback about our site or our software [here]