Ejemplo n.º 1
0
 public Talker()
 {
     PortName = " "; //whitespace
     BaudRate = 9600;
     Parity = Parity.None;
     DataBits = 8;
     StopBits = StopBits.One;
     _lineBreak = new LineBreak{ Type = "linux"};
     _byteListProc += list => {
     };
 }
Ejemplo n.º 2
0
 public Talker()
 {
     PortName   = " ";           //whitespace
     BaudRate   = 9600;
     Parity     = Parity.None;
     DataBits   = 8;
     StopBits   = StopBits.One;
     _lineBreak = new LineBreak {
         Type = "linux"
     };
     _byteListProc += list => {
     };
 }