Eclipse.org Eclipse.org transport.xml Barcode Reader

transport.xml sample

Barcode Reader Attributes Elements XML Reference
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2008, 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="BarcodeReaderTransport" packagebase="org.eclipse.soda.dk"
            executionenvironments="OSGi/Minimum-1.1">
        <description>Standard Barcode Reader</description>
        <history>
            <description>Initial version</description>
            <provider>Eclipse.org</provider>
            <version>1.2.0</version>
        </history>
        <provider>Eclipse.org</provider>
        <version>1.2.0</version>
        <vendor>IBM</vendor>
        <incubation>true</incubation>
<!-- Protocol Specification   -->

        <spec id="Specification"/>
        <customparameter name="messageMinimumSize" type="int" defaultvalue="1" access="true"/>
        <customparameter name="messageBegin" type="byte[]" access="true"></customparameter>
        <customparameter name="messageEnd" type="byte[]" access="true"></customparameter>
        <customparameter name="beginChar" type="byte" defaultvalue="-1" access="true"/>
        <customparameter name="endChar" type="byte" defaultvalue="-1" access="true"/>
        <customparameter name="delimiterChar" type="byte" defaultvalue="-1" access="true"/>
        <serial>
            <baudrate>9600</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>
</dkml>


id element
"BarcodeReaderTransport" <transport>
"Specification" <spec>
element id
<spec> "Specification"
<transport> "BarcodeReaderTransport"
V1_2_0_2010_01_22 .. V1_2_0_2010_1_13 2010-01-04 1.10 support multiple barcodes and delimit char 2009-12-02 1.9 beginChar/endChar V1_2_0_2009_09_29 .. V1_2_0_2009_01_29 2009-01-26 1.8 V1_2_0_2008_01_22_E3_3_2 2009-01-14 1.7 V1_2_0_2008_01_09_E3_3_2 .. V1_2_0_2008_01_05_E3_3_2 2009-01-05 1.6 V1_2_0_2008_12_14_E3_3_2 .. V1_2_0_2008_10_16 2008-10-07 1.5 V1_2_0_2008_10_06 .. V1_2_0_2008_09_30 2008-09-29 1.4 Eclipse3_3 2008-05-01 1.3
Bugzilla: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Equinox&component=Incubator.DeviceKit
CVS File:
  org.eclipse.equinox
    incubator
      soda
        dk
          org.eclipse.soda.dk.barcode.reader
            org.eclipse.soda.dk.barcode.reader.transport
              dk
                transport.xml
(1.8.2.1)
Tag(s) Timestamp Revision Comment
2010-01-26 1.8.2.1

Copyright (c) 2010 IBM. See license in Legal section. 2010-01-26 Barcode Reader XML Reference 1.2.0