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)
1