首页 新闻 会员 周边
8
回答数

回答被采纳 100 关于串口接收并解析数据

接收就是在SerialPort类的rececivedata里面接收 int a=comm.ByteToRead; byte []buf=new byte[a]; comm.Read(buf,0,a);