-
一个modbus的编程库
一个modbus的编程库-a lib for modbus protocol
- 2022-02-04 16:58:14下载
- 积分:1
-
利用vc6.0 创建了mfc工程,实现了一个串口程序,是自己根据网上的代码,加上自己添加的代码,适合初学者。...
利用vc6.0 创建了mfc工程,实现了一个串口程序,是自己根据网上的代码,加上自己添加的代码,适合初学者。-Use of vc6.0 created mfc project implements a serial port program their own code under the web, plus add their own code, suitable for beginners.
- 2022-09-15 08:50:04下载
- 积分:1
-
communications, a similar MSN software, but no less powerful functions.
通讯方面的,一个类似于MSN的软件,但是功能没有那么强大。-communications, a similar MSN software, but no less powerful functions.
- 2023-04-07 09:00:03下载
- 积分:1
-
这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。
这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。-This a more comprehensive package in the category of serial interface, supports synchronous and asynchronous operation, the use of simple, effective and industrial strength, I BC, BCB, VC, BCBX, through the GCC compiler.
- 2022-04-14 18:27:35下载
- 积分:1
-
BLAST检测算法
BLAST detection algorithm
- 2023-07-15 04:45:03下载
- 积分:1
-
stm32 tcp/ip 物联网主控程序
本程序采用stm32芯片,包含(spi/红外/串口/无线通信/tcp/ip)具有非常强大的数据处理功能,简单易懂,对现在开发产品的同行可以直接移用!
- 2022-01-23 10:20: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
-
SIM300 GPRS连接示例程序使用MSP430单片机,功能。
SIM300的GPRS连接例程序,用的MSP430单片机,对SIM300模块的开发有一定的参考价值-SIM300 the GPRS connection Example procedures used MSP430 microcontroller, the development of SIM300 module has certain reference value
- 2022-08-15 13:55:36下载
- 积分:1
-
TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。...
TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。-small TCP communications test procedures (client), or may choose to stay connected after a transceiver automatically disconnected.
- 2022-01-29 01:31:29下载
- 积分:1
-
通信系统仿真原理与无线应用代码…
通信系统仿真原理与无线应用代码
是一本不可多得的仿真书籍-Communication System Simulation Principle and wireless application code is a simulation of rare books
- 2022-01-25 20:51:11下载
- 积分:1