ThorntonCfg.xml 753 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <ThorntonConfig>
  3. <ThorntonDeviceConfig Name="RP1" Port="com18" BaudRate="19200" Parity="N" Data="8" StopBit="1">
  4. <!-- <ThorntonDeviceConfig Name ="RP1" Port="com118" BaudRate="19200" Parity="N" Data="8" StopBit="1"> -->
  5. <Device Name="RP1-1" Address="1"/>
  6. <Device Name="RP1-2" Address="3"/>
  7. <Device Name="RP1-3" Address="5"/>
  8. <Device Name="RP1-4" Address="7"/>
  9. </ThorntonDeviceConfig>
  10. <ThorntonDeviceConfig Name="RP2" Port="com19" BaudRate="19200" Parity="N" Data="8" StopBit="1">
  11. <!-- <ThorntonDeviceConfig Name="RP2" Port="com119" BaudRate="19200" Parity="N" Data="8" StopBit="1"> -->
  12. <Device Name="RP2-1" Address="1"/>
  13. </ThorntonDeviceConfig>
  14. </ThorntonConfig>