-
基于访问控制等安全接入基础设施的规范化…
基于对等访问控制的安全接入基础结构规范,国家无线网络安全标准草案,捷通公司递交,这是相干内容的说明。-based on the access control and other security access infrastructure standardized, national wireless network security standards Bill Chatong firms to submit, it is coherent content of the note.
- 2022-08-06 13:21:51下载
- 积分:1
-
linetd是一个压缩TCP高级服务器。所有的设置值都受控于命令行。与tcp服务器或sinetd类似。...
linetd是一个压缩TCP高级服务器。所有的设置值都受控于命令行。与tcp服务器或sinetd类似。-linetd compression is a senior TCP server. All settings are controlled value on the command line. With sinetd tcp servers or similar.
- 2022-09-29 19:40:03下载
- 积分:1
-
本库名为 Simple Multiple Communication 简称SMCOMM,本库作用是实现多串口同步的读写操作。
本库名为 Simple Multiple Communication 简称SMCOMM,本库作用是实现多串口同步的读写操作。-The library called Simple Multiple Communication referred to SMCOMM, the library role is to realize the serial number of the read and write operations simultaneously.
- 2022-02-03 18:55:55下载
- 积分:1
-
这是一个4206-DATAMAX 打印驱动程序 专门打印条形码。
这是一个4206-DATAMAX 打印驱动程序 专门打印条形码。-This is a 4206- DATAMAX Print Driver for specialized printing bar codes.
- 2022-04-01 02:31:26下载
- 积分:1
-
Windows串口编程
Windows串口编程 -Windows serial programming
- 2023-03-07 15:45:04下载
- 积分:1
-
短信网关WAP长短信问题分析及解决!
根据网络及实际应用遇到的问题总结如下:
1、 WapPush长短信与普通短信区别:
a. 长短信需要拆分,需要有短信头信息;
b. 短信头信息由WDP+WSP组成;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-09 21:36:32下载
- 积分: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
-
无线接收解码和分组程序(含通信)
来自某公司项目
实现如下功能
无线遥控适配器解码/发码程序|遥控LED灯具的无线遥控接收和控制程序
433MHz解码代码非常棒
使用功夫单片机,可以简单修改为PIC单片机
**********************************************************************************
* 子 项 目:无线遥控适配器解码/发码程序|遥控LED灯具的无线遥控接收和控制程序
- 2022-07-01 14:41:07下载
- 积分:1
-
使用VB的OPC客户访问的最简单程序,本程序为异步访问程序.
使用VB的OPC客户访问的最简单程序,本程序为异步访问程序.-The use of VB
- 2022-02-04 01:06:02下载
- 积分:1
-
directsound test demo code
directsound test demo code -directsound test demo code
- 2022-01-25 22:50:16下载
- 积分:1