-
说明CDMA网络鉴权的过程.通过仪器的实例分析清楚说明这个过程....
说明CDMA网络鉴权的过程.通过仪器的实例分析清楚说明这个过程.-Description CDMA network authentication process. Through examples of analysis instruments make it clear that in this process.
- 2023-04-21 21:45:02下载
- 积分:1
-
基于互谱的盲信道辨识与均衡.单输入两输出情况(两接收天线).支持M...
基于互谱的盲信道辨识与均衡.单输入两输出情况(两接收天线).支持M-PAM、QAM两种调制方式 -Cross-Spectrum Based Blind Channel Identification and Equalization:
Methodology and MATLAB Code
- 2023-01-26 20:30:03下载
- 积分:1
-
Modbus串口通信程序
一个简单而全面的基于Modbus协议的范例程序,具有打开串口、发送数据、接受数据和CRT校验和检查数据,该项目中封装了Modbus类和SerialPort类,可以直接将这两个类导入工程中使用,通过调用Modbus类的接口来收发数据。。。谢谢大家支持!
- 2022-03-21 04:20:58下载
- 积分:1
-
socket通讯类封装,适合C++编程引用,简单明了,可以喝ftp.tar结合使用。...
socket通讯类封装,适合C++编程引用,简单明了,可以喝ftp.tar结合使用。-socket Communication package for C++ programming reference, simple and clear, you can drink ftp.tar used in combination.
- 2023-04-11 12:10:03下载
- 积分:1
-
Serial data acquisition in real
串口数据采集实时显示程序。本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。-Serial data acquisition in real-time display program. This procedure using VC6.0 Universal Serial control MsComm32.ocx to sent to the serial port data acquisition and processing.
- 2022-02-25 22:22:32下载
- 积分:1
-
串口编程调试精灵(VC++串口通信实例导航)源码
串口编程调试精灵(VC++串口通信实例导航)源码-Serial Programming Debugging the wizard (VC++ Serial Communication instance navigation) source
- 2022-02-03 01:35: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
-
vb与usb通讯
平台:windows 98
usb芯片CY7C63000
注:在windows xp 下运行有问题...
vb与usb通讯
平台:windows 98
usb芯片CY7C63000
注:在windows xp 下运行有问题-vb with usb communication platform: windows 98usb chip CY7C63000 Note: In windows xp has problems running under
- 2022-02-25 15:37:33下载
- 积分:1
-
一本详细介绍手机3D图形编程的书,使用OPEN GL ES 2.0和M3G。
一本详细介绍手机3D图形编程的书,使用OPEN GL ES 2.0和M3G。-Introduce a detailed 3D graphics programming phone book, use OPEN GL ES 2.0 and M3G.
- 2022-03-15 01:13:28下载
- 积分:1
-
upnp得技术文档
是对upnp的介绍,UPnP即Universal Plug and Play通用即插即用简称UPNP。UPnP使用标准的TCP/IP和网...
upnp得技术文档
是对upnp的介绍,UPnP即Universal Plug and Play通用即插即用简称UPNP。UPnP使用标准的TCP/IP和网络协议,使它能够无缝的融入现有网络。是intel、力推的
-UPnP in technical documentation for the UPnP, UPnP is Universal Plug and Play UPnP referred UPNP. UPnP using standard TCP/IP network protocol and enable it to seamlessly integrate into existing networks. Intel is, pushing the
- 2022-05-18 09:19:20下载
- 积分:1