-
an article about tcp improvement in multi
an article about tcp improvement in multi-radio/multi-channel network system.
- 2022-02-12 03:00:51下载
- 积分:1
-
简单的聊天程序,初学者可以看看,高手勿进!
简单的聊天程序,初学者可以看看,高手勿进!-simple chat program, beginners can see, not masters!
- 2023-01-05 12:05:03下载
- 积分:1
-
DS18b20的温湿度控制, DS18b20的温湿度控制,
DS18b20的温湿度控制, DS18b20的温湿度控制,-this is very goog!~this is very goog!~this is very goog!~this is very goog!~
- 2023-08-12 04:00:02下载
- 积分:1
-
OV9650 settings on Qualcomm
OV9650 settings on Qualcomm
- 2022-02-02 20:38:06下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-03-07 15:20:27下载
- 积分:1
-
织带机监测系统
织带机监测系统的上位机软件。RS-485总线,类MODBUS协议。可监测多台织带机的产量情况。
- 2022-01-31 16:17:28下载
- 积分:1
-
ppp link protocol realize operating software, hope to be able to learn network p...
ppp协议的链路操作软件实现,希望能够给正在学习网路协议编程的同志提供帮助-ppp link protocol realize operating software, hope to be able to learn network protocol is programmed to help comrades
- 2022-10-26 12:40:04下载
- 积分:1
-
c# plc modibus 通信
c# 串口 以太网通信 modibus 连接 plc
从文本框输入负数 -2 补码=反+1=进位+原数
Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数??
//發送二進制數據 ??????????????
private void SendBytesData(SerialPort serialPort)
{ ////从 文本框取得数据 如果负数 -2 怎么办????
byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text);
spcom.Write(bytesSend, 0, bytesSend.Length);
}
通过MODBUS TCP读写PLC源码
功能模块一:读写PLC主模块
using System;
using System.Net;
using System.Net.Sockets;
public static void WriteWord(int mwAddress,int mwValue)
{写字到以太网
if (init_plc() == 0)
{
try
{
hi = mwAddress / 256;
low = mwAddress - hi * 256;
hi1 = mwValue / 256; ///////////16bit
low1 = mwValue - hi * 256;
sendBuf[7] = 6;
sendBuf[8] = (byte)hi;
sendBuf[9] = (byte)low;
sendBuf[10]
- 2022-07-10 15:42:30下载
- 积分:1
-
This dll can help you to modify the REG easier
This dll can help you to modify the REG easier
- 2022-07-18 17:53:18下载
- 积分:1
-
FRFT源程序
本程序是对分数阶傅里叶变换的参数估计,对于初学者有很大帮助,并附带分数阶傅里叶变换的源程序,已验证正确,希望对学习FRFT的人有一定的帮助,希望自院可以互相分享。
- 2023-03-03 20:25:03下载
- 积分:1