-
online collected several of the most practical SIP documents
网上收集整理的几个最为实用的SIP文档-online collected several of the most practical SIP documents
- 2022-03-21 10:19:32下载
- 积分:1
-
在CBuilder中如何控制游戏手柄,对手柄编程
在CBuilder中如何控制游戏手柄,对手柄编程-How to control the game in the CBuilder handle, to handle programming
- 2022-08-15 03:48:13下载
- 积分:1
-
vc编写的socket编程,实现发送和接信息的程序,
vc编写的socket编程,实现发送和接信息的程序,
- 2022-08-24 22:00:49下载
- 积分:1
-
LTE 和 4g 无线设计和测量挑战演变
本概述的 3GPP LTE、 SAE 安全方面基于标准化作为2008 年 12 月。在这个时候释放 8 规格尚未完全定义。读者鼓励研究 3GPP 规格,以获得最多的最新版本完整、 最新的网络安全问题的理解。进一步的修改规格预计,包括统一的阶段 2 及标准第三阶段发展的过程。安全体系结构和对 EPS,本概述主题的 3GPP 访问方面33.401 [1] 所述。非 3GPP 访问详列于 3GPP 技术规范33.402 [2],这里不讨论。Packet-Switched (PS) 域中的服务访问需要建立安全用户设备 (UE) 和公共陆地移动网络 (PLMN) 之间的关联。A此外必须 UE 和 IMS 核心之间建立单独的安全关联网络子系统 (IMS CN SS) 之前可以授予访问权限的任何多媒体服务正在主持。
- 2022-05-25 21:35:54下载
- 积分: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
-
VFP Microsoft Comm 控件来解决串行口读数据这一关键问题
VFP Microsoft Comm 控件来解决串行口读数据这一关键问题-VFP Microsoft Comm control to solve the serial data reading the key issue
- 2022-07-20 16:51:18下载
- 积分:1
-
this document is in the development process of serial experiences
本文档是我在开发串口程序的心得-this document is in the development process of serial experiences
- 2022-11-13 18:00:03下载
- 积分:1
-
红外通信,包括很多,下了看吧.不错不错,不想写太多
红外通信,包括很多,下了看吧.不错不错,不想写太多-infrared communication matlab
- 2022-01-21 01:02:17下载
- 积分:1
-
局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理
局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理-LAN communications, c++, with detailed server and client communication source, and containing Principle
- 2022-08-19 02:35:34下载
- 积分:1
-
点对点聊天工具的客户端,在写的过程中我也加了点注释,应该有助于理解...
点对点聊天工具的客户端,在写的过程中我也加了点注释,应该有助于理解-peer-to-peer chat client, in the process of writing I also added a footnote should help you understand
- 2022-03-11 19:44:34下载
- 积分:1