当调用write时报超时错误:
System.TimeoutException: The write timed out   
at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout)
at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count)但有时又成功!当遍历所有COM口,向COM发AT指令;遍历到第二个COM就会报这个错;当连接后,,有时发AT指令又正确,,不明白是哪里设置有问题?