-
Dialogic VFX传真卡编程,程序实现了在Windows Fax服务中注册Dialogic VFX传真的功能...
Dialogic VFX传真卡编程,程序实现了在Windows Fax服务中注册Dialogic VFX传真的功能-VFX Dialogic fax card program, a program in Windows Fax service registration VFX Dialogic fax function
- 2023-04-03 15:50:04下载
- 积分:1
-
使用FAX Modem发送传真的程序
使用FAX Modem发送传真的程序 -Send fax
- 2022-08-24 11:10:31下载
- 积分:1
-
包含两篇关于FXO、FXS的文档,详细介绍了他们的区别和定义,是开发VOIP设备的很好的参考材料。这种材料可是很难找哦。...
包含两篇关于FXO、FXS的文档,详细介绍了他们的区别和定义,是开发VOIP设备的很好的参考材料。这种材料可是很难找哦。-contains two of FXO, FXS document, detailing their differences and definitions, the development of VoIP equipment is a good reference material. But this material is difficult to find, oh.
- 2022-02-02 17:11:15下载
- 积分:1
-
收集的一些OPNET无线仿真的模型及程序,适用于OPNET8.1
收集的一些OPNET无线仿真的模型及程序,适用于OPNET8.1-10.0-collection of OPNET wireless simulation models and procedures applicable to OPNET8.1- 10.0
- 2022-02-24 16:21:27下载
- 积分:1
-
一个我自己编的手机游戏的原码,名称为“同色相溶”
一个我自己编的手机游戏的原码,名称为“同色相溶”-a series of mobile gaming in the original code name of "the same color miscibility"
- 2022-06-21 18:16:04下载
- 积分:1
-
matlab code monto carlo binary shift keying
matlab code monto carlo binary shift keying
- 2022-03-16 23:48:34下载
- 积分:1
-
本文档详细地介绍了如何编译osip协议。根据该文档的描述,可以很轻易地编译OSIP协议栈。...
本文档详细地介绍了如何编译osip协议。根据该文档的描述,可以很轻易地编译OSIP协议栈。-this document in detail about how to build osip agreement. According to the document, in the description could easily compile OSIP protocol stack.
- 2022-02-01 12:22:57下载
- 积分: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
-
自己编写的,ofdm系统的仿真。可以直接运行
自己编写的,ofdm系统的仿真。可以直接运行-I have written, ofdm system simulation. Can run
- 2022-04-10 07:17:41下载
- 积分:1
-
USB HID 范例
在网上找了一个月了关于USb hid与PC通信的上位机的资料,有的不全或者有的缺点东西,好不容易找个一个源码,非常使用,特拿出来分享。
#include "stdafx.h"
#include "HIDUSB.h"
#include "MainFrm.h"
#include "HIDUSBDoc.h"
#include "HIDUSBView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CHIDUSBApp
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-24 23:05:06下载
- 积分:1