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