-
回调函数 function callback
资源描述在类中定义回调函数,并在应用中实现回调函数的调用-Implemented in a class function callback
- 2022-06-15 04:37:09下载
- 积分:1
-
tc35i MOBILE phone CIRCUIT tc35i MOBILE phone CIRCUIT
tc35i MOBILE phone CIRCUIT tc35i MOBILE phone CIRCUIT-tc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUIT
- 2023-06-16 23:00:03下载
- 积分:1
-
数据表的GSM / GPRS无线百科
Datasheet GSM/GPRS wireless for multitech
- 2022-01-25 22:08:52下载
- 积分:1
-
monte carlo simulation on the QPSK communication system
对于QPSK通信系统的蒙特卡洛仿真-monte carlo simulation on the QPSK communication system
- 2022-01-25 18:07:15下载
- 积分: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
-
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下...
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下-record travel routes, and to provide an electronic compass, the direction of the road instructions, the PocketPC operating environment
- 2022-03-10 02:20:58下载
- 积分:1
-
Struts架构指导
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小:...
Struts架构指导
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 312 KB
-Struts framework to guide books Language : English books categories : program design license : free software books Size : 312 KB
- 2022-03-05 23:04:37下载
- 积分:1
-
Nokia AT Help commamd documentation
Nokia AT Help commamd documentation
- 2022-10-09 05:05:03下载
- 积分:1
-
Modbus协议
modbus协议-----51端程序的实现-modbus protocol----- 51-side programs to achieve
- 2022-06-02 19:21:46下载
- 积分:1
-
逆变器输出滤波器的计算逆变器输出滤波器的计算
逆变器输出滤波器的计算逆变器输出滤波器的计算-Inverter output filter for calculating inverter output filter calculation
- 2022-03-19 20:05:50下载
- 积分:1