|
|
transport | Matrix Lcd |
<transport> examples |
Matrix Lcd Attributes Elements XML Reference |
<transport> example from the transport_test.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<transport idref="org.eclipse.soda.dk.matrix.lcd.transport/dk/transport.xml#MatrixLcdTransport"/>
<transport> example from the transport.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<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>
| Copyright (c) 2010 IBM. See license in Legal section. | 2010-01-22 | Matrix Lcd XML Reference 1.2.0 |