USB Modem is echoing back wrong characters
问题 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 example, if I type in "A", I get "@". If I type in "T", I do get "T". It seems that the serial port is stripping the least significant bit off of my transmission. For example: A = @ B = B C = B D = D E = D F = F ... and so on. I assume there is something wrong with my serial port configuration, but I've tried what seems like every