source: pacpussensors/trunk/Gps/gps_nmea.xml

Last change on this file was 66, checked in by DHERBOMEZ Gérald, 10 years ago

Modifications:

  • migration of alasca component to pacpus framework 0.1.X
  • new component for Velodyne HDL64E sensor
  • addition of xml example files for alasca, gps, cangateway and velodyne
File size: 392 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3 <components>
4 <component name="ublox_nmea" type="GpsComponent"
5 port="COM2"
6 baudrate="115200"
7 bytesize="8"
8 parity="0"
9 stopbits="1"
10 recording="true"/>
11 </components>
12 <connections>
13 </connections>
14 <plugins prefix="" postfix="" extension="dll">
15 <plugin lib="Gps" />
16 </plugins>
17</pacpus>
Note: See TracBrowser for help on using the repository browser.