| <?xml version="1.0" encoding="utf-8" ?><SMCConfig>  <!-- <SMCDeviceConfig Name ="SMC1" Port="com111" BaudRate="1200" Parity="N" Data="8" StopBit="1"> -->  <SMCDeviceConfig Name ="TC1" Port="com11" BaudRate="2400" Parity="N" Data="8" StopBit="1">    <Device Name="TC1-1" Address="1"/>    <Device Name="TC1-2" Address="2"/>    <Device Name="TC1-3" Address="3"/>    <Device Name="TC1-4" Address="4"/>  </SMCDeviceConfig>  <SMCDeviceConfig Name ="TC2" Port="com13" BaudRate="2400" Parity="N" Data="8" StopBit="1">    <Device Name="TC2-1" Address="1"/>    <Device Name="TC2-2" Address="2"/>    <Device Name="TC2-3" Address="3"/>  </SMCDeviceConfig></SMCConfig>
 |