摘要: 从网上搜索,解决这个问题有两个方式: 解决办法有两种, 一个是在DataReceived事件里加入 System.Threading.Thread.Sleep(600); byte[] buffer=new byte[commPlc.BytesToRead]; 这样可以等待缓冲区的数据缓冲好,一次接 阅读全文