> stty -F /dev/ttyUSB0 19200 raw parenb parodd
> cat /dev/ttyUSB0 > /tmp/tekrecv
> # in another terminal:
> tail -f /tmp/tekrecv
> Running these commands, we get these files with wildly varying sizes
I think something is missing there or I don’t get how to get the different file formats with just these commands.
> stty -F /dev/ttyUSB0 19200 raw parenb parodd
> cat /dev/ttyUSB0 > /tmp/tekrecv
> # in another terminal:
> tail -f /tmp/tekrecv
> Running these commands, we get these files with wildly varying sizes
I think something is missing there or I don’t get how to get the different file formats with just these commands.