大名鼎鼎的 pcomm lite 支持64位了,pcomm串口操作关键是稳定,dll模式省去环境的配置。
2019-12-21 20:11:41 1.6MB pcomm 串口通信
1
C#调用MOXA公司的PComm.dll类库PComm(线程安全) 接口函数: 1、public int InitComm(Hashtable Ht_CommParam) 2、 public int SendFrame(string Str_SendFrame, ref string Str_RecFrame, int i_NewBaudrate = 0) 3、public int CloseComm() 4、public string GetCommErrMsg(int i_ErrCode)
2019-12-21 19:21:17 95KB PComm C# 多线程
1