-
The best selling USB book for writing usb for embedded devices
The best selling USB book for writing usb for embedded devices
- 2023-08-22 04:20:05下载
- 积分:1
-
MapiControl是个简单的控件,用来直接通过简单MAPI(MAPI32.DLL)来发送邮件。功能无限制。源代码:包括。适用语言:D4 D5...
MapiControl是个简单的控件,用来直接通过简单MAPI(MAPI32.DLL)来发送邮件。功能无限制。源代码:包括。适用语言:D4 D5-MapiControl is a simple control, directly through simple MAPI (MAPI32.DLL) to send messages. Features unlimited. Source code: include. Applicable language: D4 D5
- 2022-03-12 01:47:21下载
- 积分:1
-
Version number header file for simple OpenH323 sample T.38 transmitter.
Version number header file for simple OpenH323 sample T.38 transmitter.
- 2022-01-26 07:19:38下载
- 积分:1
-
VC++ GPS数据解析程序
我做项目用的GPS数据解析程序,很不容易调通,把数据解析出来了,用的还不错,敬请参考。初来乍到,请给些积分。
- 2022-03-06 23:38:10下载
- 积分:1
-
Unipolar zeroing wave power spectrum, the ratio is 0.5
单极性归零波形的功率谱,占空比为0.5-Unipolar zeroing wave power spectrum, the ratio is 0.5
- 2022-03-18 10:16:48下载
- 积分:1
-
在Viusal Basic6.0中,通过DDE方式,实现与MATLAB的通讯。无论在VB操作数据库应用、控件的使用、MATLAB的图形操作方面,对初学者来说都是...
在Viusal Basic6.0中,通过DDE方式,实现与MATLAB的通讯。无论在VB操作数据库应用、控件的使用、MATLAB的图形操作方面,对初学者来说都是难得的典范。-In Viusal Basic6.0 through DDE way communication with MATLAB. Operation in VB database application, the use of controls, MATLAB graphics operation, for beginners is a rare example.
- 2022-08-20 11:56:58下载
- 积分: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
-
我编写的一个串口通信的程序
我编写的一个串口通信的程序- I compile a string mouth correspondence procedure
- 2022-02-07 03:02:38下载
- 积分:1
-
EMBEDDED VC++ PDA 上运行的COM口通讯程序含原码.自己写的.PC上运行不了...
EMBEDDED VC++ PDA 上运行的COM口通讯程序含原码.自己写的.PC上运行不了-EMBEDDED VC PDA running on the COM port communication procedures with the original code. Wrote it myself. PC can run
- 2022-08-10 06:19:53下载
- 积分:1
-
IOCP完成端口
IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。delhi下的IOCP实现,一些代码和测试。
- 2023-01-05 08:15:04下载
- 积分:1