I\'m debugging communications with a serial device, and I need to see all the data flowing both directions.
It seems like this should be easy on Linux, where the serial
I have found pyserial to be quite usable, so if you're into Python it shouldn't be too hard to write such a thing.