Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logic analyzer logging #222

Open
david0rk opened this issue May 19, 2022 · 3 comments
Open

Logic analyzer logging #222

david0rk opened this issue May 19, 2022 · 3 comments

Comments

@david0rk
Copy link

for testing/reverse engineering purposes it would be nice to have an option to automatically log the serial decoder output to a logfile

@EspoTek
Copy link
Owner

EspoTek commented May 20, 2022

You know how sometimes people say something that is so plainly obvious that you wonder how you didn't think of it yourself? This is one of those things.

Why have I not done this?

@david0rk
Copy link
Author

i realize you can just copy/paste from the text box, but logging to file in plaintext or hex dump would be ideal.

i grabbed the code and looked around during my break, it looks like the magic is happening in uartstyledecoder.cpp

@EspoTek
Copy link
Owner

EspoTek commented May 20, 2022

It is, and knowing me there'd be a sprintf() call too. Literally as simple as replacing that with a fprintf()!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants