File was renamed from Devices/PlcHelper.cs |
| | |
| | | using HH.WCS.Mobox3.DSZSH.Helpers; |
| | | using System; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | using HH.WCS.Mobox3.DSZSH.process; |
| | | |
| | | namespace HH.WCS.Mobox3.DSZSH.device |
| | | { |
| | |
| | | } |
| | | internal static bool SendHex(string ip, string msg) { |
| | | return TcpServer.TcpServerSend(ip, Hex2Bytes(msg)); |
| | | |
| | | } |
| | | internal static void SendAscii(string ip, string msg) { |
| | | TcpServer.TcpServerSend(ip, Encoding.ASCII.GetBytes(msg)); |