|
|
transport | Gps Nmea |
<transport> examples |
Gps Nmea Attributes Elements XML Reference |
<transport> example from the device.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Define the transport to be used by this device -->
<transport idref="org.eclipse.soda.dk.gps.nmea.transport/dk/transport.xml#GpsNmeaTransport"/>
<transport> example from the transport_test.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<transport idref="org.eclipse.soda.dk.gps.nmea.transport/dk/transport.xml#GpsNmeaTransport"/>
<transport> example from the transport.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<transport id="GpsNmeaTransport" packagebase="org.eclipse.soda.dk">
<description>Global Positioning System (GPS) National Marine Electronics Association (NMEA) Transport</description>
<provider>Eclipse.org</provider>
<version>1.2.0</version>
<vendor>IBM</vendor>
<incubation>true</incubation>
<serial>
<baudrate>4800</baudrate>
<comport>1</comport>
<databits>8</databits>
<parity>none</parity>
<readintervaltimeout>50</readintervaltimeout>
<readtotaltimeout>1000</readtotaltimeout>
<stopbits>1</stopbits>
<writetotaltimeout>100</writetotaltimeout>
</serial>
<tcpip>
<host>localhost</host>
<remoteport>8901</remoteport>
</tcpip>
<bundle/>
<managedbundle/>
<managedfactorybundle/>
</transport>
| Copyright (c) 2009 IBM. See license in Legal section. | 2009-06-02 | Gps Nmea XML Reference 1.2.0 |