|
|
transport.xml | Barcode Reader |
|
Barcode Reader Attributes Elements XML Reference |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2008 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>
<provider>Eclipse.org</provider>
<version>1.1.0</version>
<vendor>IBM</vendor>
<incubation>true</incubation>
<!-- Protocol Specification -->
<spec id="Specification"/>
<customparameter name="MessageMinimumSize" type="int" 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" |
org.eclipse.ohf
plugins
org.eclipse.soda.dk
org.eclipse.soda.dk.barcode.reader
org.eclipse.soda.dk.barcode.reader.transport
dk
transport.xml
| Tag(s) | Timestamp | Revision | Comment |
|---|---|---|---|
| V1_1_0_2008_07_17 .. V1_1_0_2008_05_03 | 2008-05-01 | 1.3 |
| Copyright (c) 2008 IBM. See license in Legal section. | 2008-07-29 | Barcode Reader XML Reference 1.1.0 |