Eclipse.org Eclipse.org transport.xml Matrix Lcd

transport.xml sample

Matrix Lcd Attributes Elements XML Reference
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2007, 2009 IBM.                                           -->
<!-- All rights reserved. This program and the accompanying materials        -->
<!-- are made available under the terms of the Eclipse Public License v1.0   -->
<!-- which accompanies this distribution, and is available at                -->
<!-- http://www.eclipse.org/legal/epl-v10.html                               -->
<!--                                                                         -->
<!-- Contributors:                                                           -->
<!--     IBM - initial API and implementation                                -->
<!-- WARNING:                                                                -->
<!-- Consult the hardware manufacturer's technical specifications and User   -->
<!-- Guide for proper usage of the hardware before you use the Device Kit.   -->
<!-- Improper usage may result in damage to the hardware.                    -->

<dkml>
    <transport id="MatrixLcdTransport" packagebase="org.eclipse.soda.dk">
        <description>Matrix Lcd Transport</description>
        <provider>Eclipse.org</provider>
        <version>1.2.0</version>
        <vendor>IBM</vendor>
        <incubation>true</incubation>
<!-- Protocol Specification    -->

        <spec id="Specification"/>
        <serial>
            <baudrate>19200</baudrate>
            <comport>1</comport>
            <databits>8</databits>
            <parity>none</parity>
            <readintervaltimeout>100</readintervaltimeout>
            <readtotaltimeout>1000</readtotaltimeout>
            <writetotaltimeout>100</writetotaltimeout>
        </serial>
        <tcpip>
            <host>localhost</host>
            <remoteport>9234</remoteport>
        </tcpip>
        <bundle/>
        <managedbundle/>
        <managedfactorybundle/>
    </transport>
</dkml>


id element
"MatrixLcdTransport" <transport>
"Specification" <spec>
element id
<spec> "Specification"
<transport> "MatrixLcdTransport"

Bugzilla: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=OHF&component=DeviceKit
CVS File:
  org.eclipse.ohf
    plugins
      org.eclipse.soda.dk
        org.eclipse.soda.dk.matrix.lcd
          org.eclipse.soda.dk.matrix.lcd.transport
            dk
              transport.xml
(1.9)
Tag(s) Timestamp Revision Comment
V1_2_0_2009_09_29 .. V1_2_0_2008_01_05_E3_3_2 2009-01-05 1.9
V1_2_0_2008_12_14_E3_3_2 .. V1_2_0_2008_09_30 2008-09-29 1.8
Eclipse3_3 2008-01-15 1.7
V1_1_0_2008_01_12 .. V1_1_0_2008_01_11 2008-01-11 1.6
V1_1_0_2008_01_03 2007-12-07 1.4
V1_1_0_2007_12_03 .. V1_1_0_2007_09_11 2007-05-11 1.3 Change version to 1.1.0
Eclipse3_2 .. Root_Eclipse3_2 2007-05-02 1.2
V1_0_0_2007_04_26 .. V1_0_0_2007_03_03 2007-03-01 1.1

Copyright (c) 2009 IBM. See license in Legal section. 2009-10-01 Matrix Lcd XML Reference 1.2.0