-
同学录系统是一个用asp.net开发的程序
同学录系统是一个用asp.net开发的程序-college system is an Asp. Net with the program
- 2022-04-19 09:15:21下载
- 积分:1
-
一种新的滤波器方法,希望大家能一起学习。
一种新的滤波器方法,希望大家能一起学习。-A new filter, and I hope that everyone learning together.
- 2023-06-13 03:05:05下载
- 积分:1
-
simulation of the communication time for a space
simulation of the communication time for a space-time adaptive processing algorithm on a parallel embedded system
- 2022-01-31 19:05:32下载
- 积分:1
-
USB总线与429总线数据转换的用户应用程序,包括界面和一些通信程序...
USB总线与429总线数据转换的用户应用程序,包括界面和一些通信程序-USB bus with 429 users of data conversion applications, including interface and some of Communication Procedures
- 2022-02-26 07:31:02下载
- 积分:1
-
. This SDCC
. This SDCC-based LCD demo code includes a collection of "driver" functions to access the LCD, and an example of using a custom putchar() to route printf output to either the LCD or serial port so you can use printf s nice number and string formatting features on the LCD
- 2022-02-01 10:32:21下载
- 积分:1
-
LDPC编译码
LDPC码是一种纠错性能不错的线性分组码,是一种非常重要的码,其教研矩阵保持着稀疏性。
- 2022-08-04 02:15:00下载
- 积分:1
-
软件简单的风格,容易
本软件具有简洁的风格,易用的界面,方便您输入查找好友的通讯资料,而且是完全免费!强烈推荐!-software with the simplicity of style, easy-to-use interface to facilitate the importation of your friends find the communications, but is completely free! Strongly recommended!
- 2022-04-07 14:00:21下载
- 积分: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
-
Delphi6编程指南例程
Delphi6编程指南例程-Delphi6 Programming Guide routines
- 2022-12-12 02:15:03下载
- 积分:1
-
采用cb编制,串口通信的例程,一侧试过,绝对可用
采用cb编制,串口通信的例程,一侧试过,绝对可用-using cb establishment, the serial communication routines, the side tried absolutely available
- 2022-03-07 21:08:37下载
- 积分:1