-
在vc环境下联通专用信息网
在vc环境下联通专用信息网-in vc environment Unicom exclusive information network
- 2023-03-11 02:25:08下载
- 积分: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
-
一个由台湾人编写的课程设计
一个由台湾人编写的课程设计---IP多播 流媒体影音传输,涉及到视频采集,编码(directshow),传输(jrtplib),解码,播放。我做毕业设计时参考过。
其中包括整个程序的框架说明ppt,相信对大家非常有用,其中注释为繁体中文,可用ue阅读源文件,不过不是很多。-The people of Taiwan to prepare a curriculum design--- IP multicast streaming media audio and video transmission, related to video capture, encoding (directshow), transmission (jrtplib), decoding, playing. I have graduated from the design reference. Including the framework that the entire process ppt, believe that very useful for all of us, including the Notes, Traditional Chinese, ue can be used to read the source file, but not many.
- 2022-03-21 02:15:17下载
- 积分:1
-
bpsk sdvfbgfgnhgfds
bpsk sdvfbgfgnhgfds-bpsk sdvfbgfgnhgfdsgfgfhghg
- 2022-01-26 07:52:26下载
- 积分:1
-
java串口通信
主要是Java串口通信的例子,完成了java串口的监测,和多个串口之间的通信
- 2022-01-26 08:32:54下载
- 积分:1
-
intel的那套directshow的rtp的filter的文档,directshow中有这套rtp的filter框架,却没有相应的帮助文档...
intel的那套directshow的rtp的filter的文档,directshow中有这套rtp的filter框架,却没有相应的帮助文档-the document of rtp for intel rtp, the architect is in the directshow, but there is not document.
- 2022-03-21 19:29:55下载
- 积分:1
-
的sl11ride是一种低成本、高速通用串行总线基于RISC控制器…
The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains a
16-bit RISC processor with built in SL11RIDE ROM to greatly reduce firmware development efforts. Its
serial flash EEPROM interface offers low cost storage for USB device configuration and customer product
specific functions. New functions can be programmed into the I2C by downloading it from a USB Host
PC. This unique architecture provides the ability to upgrade products, in the field, without changing the
peripheral hardware.-USB IDE solution
- 2022-03-19 17:16:13下载
- 积分:1
-
The use of c# Prepared serial programming, development tools is a 2005 developme...
利用c#编写的串口编程,开发工具是2005的开发工具,和单片机通讯-The use of c# Prepared serial programming, development tools is a 2005 development tools, and single-chip communications
- 2023-04-15 04:40:03下载
- 积分:1
-
VC to prepare the simplest of OPC client applications, the OPC process for async...
最简单的VC编写的OPC客户端程序,本程序为OPC异步数据传输。-VC to prepare the simplest of OPC client applications, the OPC process for asynchronous data transmission.
- 2022-04-01 06:37:41下载
- 积分:1
-
这是一个WINDOWS下的多串口驱动代码,非常方便好用,希望大家多多使用支持!...
这是一个WINDOWS下的多串口驱动代码,非常方便好用,希望大家多多使用支持!-WINDOWS This is a multi-serial port driver code, very easy-to-use, I hope a lot of use in support of U.S.!
- 2022-09-08 16:20:03下载
- 积分:1