Logic analyzer logging
david0rk opened this issue · 3 comments
david0rk commented
for testing/reverse engineering purposes it would be nice to have an option to automatically log the serial decoder output to a logfile
EspoTek commented
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 commented
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 commented
It is, and knowing me there'd be a sprintf() call too. Literally as simple as replacing that with a fprintf()!