debugging - Need a good serial port logging tool -


I am working on an embedded system and it uses a serial port for logging purposes.

Is there any device that allows you to filter the lines in separate windows (or delete them completely) so that I can isolate the output of various logging sub-systems and Can I remove spam messages that can be shown multiple times?

I prefer an open source solution, but can be a highly-recommended closed product.

I never thought of that, but here's a product that can do the trick. It claims to be taking a COM port and connecting to many applications in many virtual ports. You can take each app and see only one type of output.

Personally, I will just write a script and write some more (GUI libraries) to filter the data in different windows.

For such tasks, learning and developing an easy tool for embedded system development.

Comments