操作串口时,出现Input/output error

"Input/output error" from setserial, stty, pppd, etc.

This means that communication with the serial port isn't working right. 

1. It could mean that there isn't any serial port at the IO address that setserial thinks your port is at.

2. It could also be an interrupt conflict (or an IO address conflict). 

3. It also may mean that the serial port is in use (busy or opened) and thus the attempt to get/set parameters by setserial or stty failed.

4. It will also happen if you make a typo in the serial port name such as typing "ttys" instead of "ttyS".

你可能感兴趣的:(嵌入式)