Serial port monitoring

One thing I like to do is monitor serial / usb ports for incoming and outgoing messages, and throw those to a logfile (have done both centralized and per-device). Would be great if there was some generic interface that could be plopped down for log communication so you could aggregate logs from an entire workstation into one place, as I’m kinda doing right now, in main PLR.

1 Like

Does PyLabRobot’s logging at LOG_LEVEL_IO do what you want?

I updated this doc file a little while ago :slight_smile:

1 Like

see also Protocol Validation using Stored Logs — PyLabRobot 0.2.1 documentation for playing back logs and integration testing protocols

1 Like