Exemplo n.º 1
0
 public Reader(string comName)
 {
     com = new COM();
     m_PortName = comName;
     m_BaudRate = 9600;
     m_TimeOut = AppCommon.ReadTimeout;
 }
Exemplo n.º 2
0
 public Reader()
 {
     com = new COM();
 }