-
可以控制计算机串口操作的串口类,非常好用
可以控制计算机串口操作的串口类,非常好用-can control the operation of the computer serial port Serial category, very handy
- 2022-02-28 10:43:20下载
- 积分:1
-
RFC3025:Mobile IP Vendor/Organization
RFC3025:移动IP供应商/组织特定扩展
- 2022-07-22 19:28:07下载
- 积分:1
-
ICMP协议编程,Internet Control Mesage Protocol,windows下通讯编程
ICMP协议编程,Internet Control Mesage Protocol,windows下通讯编程-ICMP agreement programming, Mesage Internet Control Protocol, Programming windows communications
- 2022-02-18 16:35:07下载
- 积分: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
-
I have written a chat software is relatively simple, but very practical.
自己编写的一个聊天软件,比较简单,但很实用。-I have written a chat software is relatively simple, but very practical.
- 2022-07-13 10:18:34下载
- 积分:1
-
微软亚洲研究院论文:3G网络视频传输中服务质量自适应的资源分配
微软亚洲研究院论文:3G网络视频传输中服务质量自适应的资源分配-papers Microsoft Research Asia : 3G network video transmission service quality adaptive distribution of resources
- 2022-10-24 20:50:03下载
- 积分:1
-
在超宽带系统中加入空时编码后与不加编码的原系统的对比
在超宽带系统中加入空时编码后与不加编码的原系统的对比-In the ultra-broadband system by adding, after the space-time coding without coding the original system comparison
- 2022-10-06 05:35:03下载
- 积分:1
-
采用VB进行可视化通信编程的一个应用实例
采用VB进行可视化通信编程的一个应用实例-using VB Visual Communication Programming Application of a
- 2023-05-15 01:20:02下载
- 积分:1
-
OPNET仿真案例,初学者有用,图文说明
OPNET仿真案例,初学者有用,图文说明-OPNET simulation cases, useful for beginners, Graphic Help
- 2022-05-22 18:24:18下载
- 积分:1
-
德克萨斯仪器串行引导加载程序MSP微处理器。
Texas Instruments serial boot loader for MSP microprocessors.
- 2022-07-20 02:18:12下载
- 积分:1