I need confidence that the data my Raspberry Pi is telling me it's sending to an external device via USB is actually leaving the Pi. I was hoping there would be some way of printing the serial data to the screen or a file.
I've looked at 'cat' but don't think this can do what I need
How do I view data leaving via /dev/ttyUSB0?