Example #1
0
 public void setParams(portSettings settings)
 {
     commSettings = settings;
 }
Example #2
0
 public serialPort(portSettings settings)
 {
     setParams(settings);
     commPort.DataReceived += new SerialDataReceivedEventHandler(port_DataReceived);
 }