Comment Re:56K everytime (Score 1) 141
57600 is the serial port speed the modem is using to talk to your computer.
This is probably limiting the actual data transfer rate, as the modem may be doing data compression over the phone line, but does not do this over the serial link.
I would recommend changing the serial speed to 115200, if your UART can handle it. Only relatively old hardware would have a problem with this speed.
This is probably limiting the actual data transfer rate, as the modem may be doing data compression over the phone line, but does not do this over the serial link.
I would recommend changing the serial speed to 115200, if your UART can handle it. Only relatively old hardware would have a problem with this speed.