Hi , I am working on a simple data logging program using USB - serial adaptors. When I execute this cat /dev/ttyUSB0 > /tmp/file.log I can type on a terminal on another machine connected by null modem and the data is written into. file.log as expected. However... If I Ctrl-C and stop (or kill from s...