-
This is a communications software
这是一个通讯软件-This is a communications software
- 2022-01-28 13:02:14下载
- 积分:1
-
一个很实用的MATLAB实例教程,50个例子,欢迎下载,
一个很实用的MATLAB实例教程,50个例子,欢迎下载,-A very practical example of the MATLAB tutorial, example 50 are welcome to download,嘿嘿! ! ! ! ! ! ! !
- 2022-02-03 07:10:08下载
- 积分:1
-
SECS I, SECS II协议通讯源码
SECS I, SECS II协议通讯源码-SECS I, SECS II agreement communication source code
- 2023-03-12 22:30:04下载
- 积分:1
-
AVR USART 代码 C
/*****************************************************
这个程序由制作
CodeWizardAVR V2.05.0 专业
自动程序生成器
© 版权所有 1998年-2010年帕维尔 · Haiduc,HP InfoTech s.r.l.
http://www.hpinfotech.com
项目:
版本:
日期: 2013 年 10 月 13 日
作者: 内华达州
公司:
评论:
芯
- 2023-05-03 06:10:03下载
- 积分: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
-
通信信号处理项目,移动通信中的MIMO系统的信道估计仿真~
通信信号处理项目,移动通信中的MIMO系统的信道估计仿真~
- 2022-04-10 14:51:45下载
- 积分: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
-
Multi
多用户检测(cdma系统),大家可以学习一下-Multi-User Detection (cdma system), everyone can learn about
- 2022-06-28 18:11:38下载
- 积分:1
-
GPS Manager是一个用于从各种GPS单元下载、组织、维护和更新GPS数据的GUI...
GPS Manager是一个用于从各种GPS单元下载、组织、维护和更新GPS数据的GUI-GPS Manager for a GPS units from a variety of download, organize, maintain and update the GUI GPS data
- 2023-05-08 05:00:02下载
- 积分:1
-
实时的DTMF解码,采用Goertzel算法,通过监测信号…
DTMF实时解码,采用goertzel算法,通过监测信号中的两个主要频率从而得出DTMF值-DTMF decoder in real time, using goertzel algorithm, by monitoring the signal so as to arrive at the two main frequency DTMF value
- 2022-12-09 20:00:02下载
- 积分:1