This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!--单机/网络,0为单机,1为网络-->
<add key="NetType" value="1" />
<!--服务器IP地址-->
<add key="ServerIP" value="172.16.12.213" />
<!--机台信息-->
<add key="EquipCode" value="01006" />
<!--是否有胶料称客户端,0:无,1:有-->
<add key="FarControlType" value="1" />
<!--条码扫描串口名称-->
<add key="PortName" value="COM7" />
<!--条码扫描串口波特率-->
<add key="BaudRate" value="9600" />
</configuration>