-
Graduated from design documents, using C# Prepared! In general terms can certain...
毕业设计文档,采用C#编写!一般的来说交上去肯定能够通过!-Graduated from design documents, using C# Prepared! In general terms can certainly pay up!
- 2022-04-30 02:22:23下载
- 积分:1
-
ASN.1 study documents, this document contains ASN. A detailed description of
ASN.1研究文件,本文件包含ASN。对…的详细描述
- 2023-05-02 17:50:03下载
- 积分:1
-
LEACH协议
应用背景•浸出(LEACH)是一种无线路由协议在传感器网络:–基站(sink)是固定的–传感器节点均匀•浸出节能通过:–聚集–自适应聚类关键技术•浸在WSN 增加能量;增加使用时间和吞吐量
- 2022-11-03 14:45:03下载
- 积分: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
-
串口通讯,用于读取仪表的数据,其他的功能请读者自己实现...
串口通讯,用于读取仪表的数据,其他的功能请读者自己实现-Serial communications, instrumentation used to read data, the function of other readers achieve their own
- 2022-08-02 14:24:45下载
- 积分:1
-
用VB实现GPS接收机与计算机的串口通信
用VB实现GPS接收机与计算机的串口通信-This is a program about communication using VB.
- 2022-03-15 09:31:33下载
- 积分:1
-
使用 NS2 模拟器的 Wimax 和 Wifi 接入网络之间切换的仿真。
NS2 仿真性能的 TCP 和 UDP 使用 WiMax 接入网技术在这种模拟 simplesimulation 方案被认为是单一移动 WiMax 节点动作之间的两个 WiMax 本安型同时覆盖面积保持与常见的相应节点的连接连接这些本安型背后。于性能的 TCP 和 UDP 的评价差异尤其到 thisscenario 的 TCP 和 UDP 连接会使用的逐个产生两种方案即一个 TCP 广告,广告上其他使用 UDP 对于此拓扑结构。如下图所示的数字 1 表示仿真拓扑的方法或仿真流程。
- 2023-07-23 16:25:05下载
- 积分:1
-
聊天客户端
聊天的客户端,通过这个可以开发聊天的服务端,可以在两台PC机上验证。-chat client
- 2022-02-01 15:39:01下载
- 积分:1
-
COMSerial串口通信源程序
COMSerial串口通信源程序-COMSerial string mouth correspondence source program
- 2022-03-21 09:49:27下载
- 积分:1
-
rfc3026:链接to IETF / ISOC我们枚举
RFC3026:ENUM与IETF/ISOC的联络
- 2022-08-14 21:25:57下载
- 积分:1