-
雷达模糊函数仿真与信号处理。
radar ambiguity function simulation and signal processing .
- 2022-04-23 19:45:14下载
- 积分:1
-
都是_串口线_惹的祸 都是_串口线_惹的祸
都是_串口线_惹的祸 都是_串口线_惹的祸-are Serial Line _ _ Put the Blame on serial lines are _ _ Put the Blame on serial lines are _ _ Put the Blame
- 2022-08-19 15:34:07下载
- 积分:1
-
TC35iGSM调试代码来发送和接收消息,以及支持系统。
TC35iGSM收发短信以及调试代码,支持单步调试。-TC35iGSM debugging code to send and receive message, as well as to support the single-step debugging.
- 2022-05-23 10:38:09下载
- 积分: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
-
保证服务质量的QoS 路由(Quality of Service Routing) 是网络中解决QoS 问题的一项关键技术. QoS 路由
的主要目标是为...
保证服务质量的QoS 路由(Quality of Service Routing) 是网络中解决QoS 问题的一项关键技术. QoS 路由
的主要目标是为接入的业务选择满足服务质量要求的传输路径,同时保证整个网络资源的有效利用. 度量参数选择问
题、寻路问题和路由信息不准确问题是QoS 路由中的几个主要研究内容. 本文围绕这三个方面,介绍了QoS 路由中的
主要问题及相关的解决办法,并探讨了今后QoS 路由可能的研究方向.-To ensure the quality of service QoS routing (Quality of Service Routing) is a network address QoS issues a key technology. QoS routing the main objective is to access business options to meet the requirements of the transmission path quality of service, while ensuring that the entire network efficient use of resources. metric parameters of choice, look for road and routing information is not accurate QoS routing problem is that several major research contents. This paper focus on three aspects, introduced the main issues in QoS routing and related solution, and to explore possible future research directions QoS routing.
- 2022-02-27 04:08:26下载
- 积分:1
-
(2,1,3) Convolutional Codes built a simple system for correcting display can be...
(2,1,3)卷积码搭建了简单的系统来进行纠错展示,可以实现从编码,加入错误,译码,输入输出码字对比等基本功能,另外加入了交互模块,用户可以自己设定错误比特的数目和位置,使纠错功能显而易见.-(2,1,3) Convolutional Codes built a simple system for correcting display can be realized from coding, joined errors, decoding, the input and output code contrast basic functions, adding to its interactive modules, Users can set their own errors and the number of bits, so that error-correcting functions obvious.
- 2022-03-18 10:02:55下载
- 积分:1
-
uip协议,小型TCP/IP协议
uip协议,小型TCP/IP协议-East agreements, small TCP/IP protocol
- 2022-08-08 23:27:53下载
- 积分:1
-
nRF2401的信息,希望能为美国提供一些便利,WH…
上传NRF2401的资料,希望可以给大家提供一些便利,里面详细讲解了nRF2401的信息-NRF2401 From the information, hoping to provide some convenience to the U.S., which detailed information on the nRF2401
- 2023-06-26 11:35:04下载
- 积分:1
-
1, handheld devices robot server
1、手持设备的机器人--服务器端;
2、通过蓝牙通讯;-1, handheld devices robot server-side 2, through the Bluetooth communication
- 2022-03-07 08:26:17下载
- 积分:1
-
的sl11ride是一种低成本、高速通用串行总线基于RISC控制器…
The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains a
16-bit RISC processor with built in SL11RIDE ROM to greatly reduce firmware development efforts. Its
serial flash EEPROM interface offers low cost storage for USB device configuration and customer product
specific functions. New functions can be programmed into the I2C by downloading it from a USB Host
PC. This unique architecture provides the ability to upgrade products, in the field, without changing the
peripheral hardware.-USB IDE solution
- 2022-03-19 17:16:13下载
- 积分:1