-
simulink model to demodulate fm signal
simulink model to demodulate fm signal
- 2022-08-17 05:25:46下载
- 积分:1
-
获取本机Outlook Express和Outlook2000/XP中通讯薄内容的示例源码。
获取本机Outlook Express和Outlook2000/XP中通讯薄内容的示例源码。-access to the machine Outlook2000/XP Outlook Express and communications content of the thin sample source code.
- 2023-08-18 19:35:04下载
- 积分: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
-
A very useful tool number cube, you can achieve the sort of phone number collati...
一个非常实用的号码魔方工具,可以对手机号码实现排序整理,过滤,等功能。对于搞短信的朋友很有用处,其实际功能请下载体验-A very useful tool number cube, you can achieve the sort of phone number collating, filtering, and other functions. Message for the friends engage in useful, and its actual function please download experience
- 2022-01-26 01:15:44下载
- 积分:1
-
拨号上网
拨号上网-Dial-up
- 2022-03-01 08:06:50下载
- 积分:1
-
TI的32MM玻璃管卡读写资料,多页读写
TI的32MM玻璃管卡读写资料,多页读写-TI
- 2023-09-06 04:00:03下载
- 积分:1
-
这是一个读写串口的一个例子,用vc++6.0编译通过
这是一个读写串口的一个例子,用vc++6.0编译通过-This is a an example of serial read and write, using vc++ 6.0 compiler through
- 2022-04-09 04:10:54下载
- 积分:1
-
使用VC实现了软件升级的功能,大家可以参考一下!
使用VC实现了软件升级的功能,大家可以参考一下!
- 2022-06-28 01:35:26下载
- 积分:1
-
mimo toolbox pdf reference. this file wish you so goo work!
mimo toolbox pdf reference. this file wish you so goo work!
- 2023-02-05 02:25:03下载
- 积分:1
-
Belonging to error correct coding of the interlaced device, in the encoding proc...
属于纠错编码的隔行器,在编码过程中是BPSK编码模块的重要一环。
- 2022-09-09 06:30:02下载
- 积分:1