-
微软亚洲研究院论文:无线Internet中跨层支持服务质量的媒体传输...
微软亚洲研究院论文:无线Internet中跨层支持服务质量的媒体传输-Microsoft Asia Research Institute Papers : Wireless Internet inter-layer quality of service support for media transmission
- 2023-08-24 01:20:03下载
- 积分:1
-
usb2.0 协议
usb2.0 协议
- 2022-08-17 14:30:43下载
- 积分:1
-
MICROSTRIP Calc using matlab
MICROSTRIP Calc using matlab
- 2023-09-05 01:35:04下载
- 积分:1
-
uip协议,小型TCP/IP协议
uip协议,小型TCP/IP协议-East agreements, small TCP/IP protocol
- 2022-08-08 23:27:53下载
- 积分:1
-
TGPS 控件是利用串行端口连接全球卫星定位系统设备 ( GPS ) 取得地理位置信息的控件 ( 1.04 版,Delphi 3.0/4.0/5.0/6.0 版...
TGPS 控件是利用串行端口连接全球卫星定位系统设备 ( GPS ) 取得地理位置信息的控件 ( 1.04 版,Delphi 3.0/4.0/5.0/6.0 版适用 ),作者 : Lars Arvidsson。 -TGPS controls is to use a serial port to connect the global satellite positioning system (GPS) location information to obtain the control (1.04 version, Delphi 3.0/4.0/5.0/6.0 version of the application), the author: Lars Arvidsson.
- 2023-05-06 12:55:02下载
- 积分: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
-
基于UDP和P2P打洞代码加有心跳包维持客户端存在C/S模式
基于UDP和P2P打洞代码加有心跳包维持客户端存在,C/S模式,网络通信
- 2022-08-21 17:44:52下载
- 积分:1
-
摩沙的串口底层驱动,可用于串口编程,c语言
摩沙的串口底层驱动,可用于串口编程,c语言-rid of the bottom-driven serial port can be used for serial programming language c
- 2022-01-26 07:24:01下载
- 积分:1
-
实现手机界面按钮,从进入界面到手机按键!
实现手机界面按钮,从进入界面到手机按键!-symbian Application
- 2022-11-03 06:15:03下载
- 积分:1
-
固定电话的来电检测及显示程序,包含DTMF和FSK信息两种。非常适用...
固定电话的来电检测及显示程序,包含DTMF和FSK信息两种。非常适用-Detection of fixed telephone calls and display program, including information on two types of DTMF and FSK. Are ideally suited for
- 2022-02-06 09:08:58下载
- 积分:1