-
CC3000-wifi
TI 官方提供的msp430 操作CC3000mod wifi模块的源代码,包括驱动和接口程序,开发环境为IAR。
- 2023-01-03 04:25:04下载
- 积分:1
-
For testing Modbus communications, industrial software essential
用于测试Modbus通讯,工业软件的必备-For testing Modbus communications, industrial software essential
- 2023-04-17 22:10:03下载
- 积分:1
-
DHCP用户类选项
DHCP的用户类选项
- 2022-02-15 04:11:20下载
- 积分:1
-
atsc transmitter implement
c++实现的地面数字电视ATSC标准,从加扰到网格编码调制均测试可用。ATSC的英文全称是Advanced Television Systems Committee(美国高级电视业务顾问委员会)。该委员会于1995年9月15日正式通过ATSC数字电视国家标准。ATSC制信源编码采用MPEG-2视频压缩和AC-3音频压缩;信道编码采用VSB调制,提供了两种模式:地面广播模式(8VSB)和高数据率模式(16VSB)。
- 2022-07-01 09:13:26下载
- 积分:1
-
Chinese version of WCDMA Interface Protocol for details about the composition an...
WCDMA接口协议中文版,用于详细了解WCDMA接口结构组成及流程-Chinese version of WCDMA Interface Protocol for details about the composition and structure of WCDMA interface flow
- 2022-04-07 21:31:11下载
- 积分:1
-
一个用VC做开发平台,用C语言开发的简单电话查询系统,具有添加记录,修改记录,删除记录,查找记录等功能.能帮助了解文件操作。...
一个用VC做开发平台,用C语言开发的简单电话查询系统,具有添加记录,修改记录,删除记录,查找记录等功能.能帮助了解文件操作。-a VC with development platform, with C-language development simple telephone inquiry system, with added records, change records, delete records, the records search function. To help understand the operating document.
- 2022-10-09 17:25:03下载
- 积分:1
-
这些是MIMO信道的程序,对于多天线无线通信系统的多输入多输出系统有很好的借鉴作用,希望对大家有所帮助....
这些是MIMO信道的程序,对于多天线无线通信系统的多输入多输出系统有很好的借鉴作用,希望对大家有所帮助.-MIMO channel procedures, for multi-antenna wireless communication systems for multi-input multi-output system is a good reference guide, we hope for some help.
- 2022-02-01 01:56:43下载
- 积分: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
-
SMART SIGHT 的开发SDK,好不容易搞到的。内容丰富 对做视频监控有很大的帮助...
SMART SIGHT 的开发SDK,好不容易搞到的。内容丰富 对做视频监控有很大的帮助-SMART SIGHT development SDK, finally got the. Rich content of video surveillance has to do a great help
- 2022-03-05 00:40:48下载
- 积分:1
-
VT100终端程序
VT100终端程序 -VT100 terminal
- 2022-02-05 21:16:33下载
- 积分:1