I have a USB modem connected on port ttyACM0. When I open an application like Minicom and try to send it some commands, the echo back is not always what I type. For exampl
Try using
sudo screen /dev/ttyS0 9600
and see if you get the same behavior.