17

Stream Terminal Output to File


Avatar
Tim

It would be nice to add an option to stream or save terminal output to a file, such as a .txt file

A

Activity Newest / Oldest

Avatar

Tim

(#98713)
"Long traces keep the trace data, but lose the console...if you have an HLA that is dumping information to the console it is lost (only the last N logs are kept, probably limited by the size of the graphical widget).

I think this should log to a file, and then the widget should scan the file as it is scrolled. Then it can save all of the logs since recording started.
---
My plan: Implement files for each HLA and post process to get a single log.

My thoughts: If Logic2 was implemented as a write to a file, and the display window was smaller, but scanning across the file...the display window could be much more memory efficient and the data would go to a file, giving behavior much like the sampled waveform data has in Logic2. So I wrote the report.

The solution is not critical to me, but would probably be useful for more than just me, especially if streaming data to the terminal."


Avatar

Tim

(#96343)
"If it’s possible to access decoded UART data in real time through such an interface."


M

Megan S.

Using the Automation API, I'd like to access the data that is saved by export_data_table within the Python workspace without having to write this out to a file and then read it back in.


Avatar

Tim

(#78840)
"i want to export my async serial analyzer data without timestamps. i don't see a way to turn those off in the export. i want them to look like the terminal output."


Avatar

Tim

(#78187)
"1. Can I export decoded data from terminal view to txt file?"


L

Louis

10000 rows are very easy to reach for simple application. I need an option to save Terminal contents 100% into a file without any lost info.


Avatar

Tim

discuss.saleae.com/t/howto-log-to-disk-from-a-hla/1389
"need some help to find the docs/howto’s on below,
1. log the console output to a file on disk directly from a HLA?"


M

Michael

Cool idea.