Serial Port Data Logger C

Serial Data Logger Log and analyze serial port dataflow Serial Logger does everything you may need in the RS232/422/485 COM ports monitoring department. It will monitor, neatly log, and help you analyze all serial port activity in the system.

Closed as off-topic by,,,, Mar 17 '17 at 20:35 This question appears to be off-topic. The users who voted to close gave this specific reason: • 'Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, and what has been done so far to solve it.' – Machavity, Pang, Makyen, Paul Roub, Petter Friberg If this question can be reworded to fit the rules in the, please.

I've never thought of doing such a thing, but here's one product that might do the trick:. It claims to be able to take one COM port and turn it into multiple virtual ports to connect to many applications. You might be able to take each application and just look at one kind of output. Personally, I would just write a script with and something like or (GUI libraries) to filter the data to different windows.

It's an easy language to learn and makes a handy tool for embedded systems development for things such as this. I would do the following: Use.

• Use • Use 3rd-party Write a Python program to read the serial data from the device, and translate it into log item for Python's logging module. • If your device's log messages have some sort of source identifier, translate that to a name according to your needs, using the function. You can define logger names any way that you need, e.g. To define log source or category. • If your device's log messages have a severity indication, translate it to the lvl parameter to the logger's method. Otherwise just use one of the logger methods such as.

Make use of the to filter the data as you want in a particular situation. • You can filter particular log items by severity and logger name.

• You can filter and print certain log items to screen, and at the same time filter and print certain log items to one or more files. You can mix these in any combination that you want.

It's very flexible. Firmware mito semua tipe tempat perbaikan hp dan elektronika. • You could have several logging config files, for several different logging purposes, and simply specify which one you want to use via the command line each time you run your program. I've used Python's logging module with config files to set up my filtering, and it's really terrific.