You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a script to display some telemetry log files for flight debugging purpose but I hit the limitation that you cannot read more than a certain amount of chars (around 15'000) when opening a file with io.read() which leads to incomplete data in my viewer. What would you suggest to go past that limitation? I was thinking on re-reading the file when you reach the end of the buffer but have no clue on how you could tell to read it from a certain position, it only seems to read from the very beginning and for a certain amount of chars.
Any help appreciated
The text was updated successfully, but these errors were encountered:
Hi,
I'm working on a script to display some telemetry log files for flight debugging purpose but I hit the limitation that you cannot read more than a certain amount of chars (around 15'000) when opening a file with io.read() which leads to incomplete data in my viewer. What would you suggest to go past that limitation? I was thinking on re-reading the file when you reach the end of the buffer but have no clue on how you could tell to read it from a certain position, it only seems to read from the very beginning and for a certain amount of chars.
Any help appreciated
The text was updated successfully, but these errors were encountered: