HslCommunication, vs2015 ,ComplexNetServer,FileNetServer,HslCommunicationDemo,ModbusTcpServer,PushNetServer,SimplifyNetServer,UdpNetServer,HslCommunication_Net35,HslCommunication_Net45
2021-07-18 09:12:07 26.47MB HslCommunication VS2015
1
// 接收数据 byte[] buffer = null; byte[] data = new byte[2048]; int receiveCount = 0; while (true) { System.Threading.Thread.Sleep( 20 ); if(SP_ReadData.BytesToRead < 1) { buffer = new byte[receiveCount]; Array.Copy( data, 0, buffer, 0, receiveCount ); break; } receiveCount = SP_ReadData.Read( data, receiveCount, SP_ReadData.BytesToRead ); }
2021-07-18 09:09:15 41.14MB PLC C#
1
HslCommunication-dll和demo.rar
2021-07-17 16:59:37 1000KB HslCommunication
1
上位机程序开发的有力帮手,凡是需要与各类PLC进行通信,利用该接口,操作方便快捷,易于集成和调试,不需要从零开发PLC接口程序,为程序员开发应用软件,节约时间,功能稳定可靠。
2021-07-15 22:20:52 24.12MB PLC  C#
1
HslCommunication.zip 组件库,可以跨越协议组网可以跨越协议组网可以跨越协议组网
2021-07-13 15:32:14 1.22MB 编程思想
1
S7300-400-1200-1500 等各种PLC 的通讯类,直接调用就可以,
2021-06-07 12:53:14 564KB S7-120 通讯
1
HslCommunicationHslCommunication-v9.5.3版本修改,编译目标为 .net Core
2021-06-03 14:02:54 5.39MB HslCommunication
1
说明
2021-06-01 23:32:55 21.79MB 说明
1
HslCommunication5.7.1 免费版的 Labview .直接调用就可以了
2021-06-01 20:01:43 566KB HslCommunication 西门子通讯用
1
HslCommunicationV7.0.1最后的免费版本,之后的开始收费。这里面带有控件
2021-05-21 00:11:26 8.04MB c# HSL HslCommunication
1