SMCCfg.xml 633 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <SMCConfig>
  3. <!-- <SMCDeviceConfig Name ="SMC1" Port="com111" BaudRate="1200" Parity="N" Data="8" StopBit="1"> -->
  4. <SMCDeviceConfig Name ="TC1" Port="com11" BaudRate="2400" Parity="N" Data="8" StopBit="1">
  5. <Device Name="TC1-1" Address="1"/>
  6. <Device Name="TC1-2" Address="2"/>
  7. <Device Name="TC1-3" Address="3"/>
  8. </SMCDeviceConfig>
  9. <SMCDeviceConfig Name ="TC2" Port="com13" BaudRate="2400" Parity="N" Data="8" StopBit="1">
  10. <Device Name="TC2-1" Address="1"/>
  11. <Device Name="TC2-2" Address="2"/>
  12. <Device Name="TC2-3" Address="3"/>
  13. </SMCDeviceConfig>
  14. </SMCConfig>