Ejemplo n.º 1
0
 public GpsDeviceCSharp()
 {
     this.gpsPort = new SerialPort();
     this.nmeaParser = new NmeaParser();
 }
Ejemplo n.º 2
0
 public GpsDeviceCSharp()
 {
     this.gpsPort    = new SerialPort();
     this.nmeaParser = new NmeaParser();
 }