-
Updater codes from a ftp address
来自ftp地址的更新程序代码
- 2022-10-28 18:05:04下载
- 积分:1
-
PSK modulation and demodulation, including BPSK, DPSK, etc..
PSK调制和解调,包括BPSK,DPSK等.-PSK modulation and demodulation, including BPSK, DPSK, etc..
- 2022-05-24 06:34:24下载
- 积分:1
-
sim600 AT命令集包括V.25TER、GSM07.07、GSM07.05等.
sim600 AT命令集包括V.25TER、GSM07.07、GSM07.05等.-sim600 AT command set, including V.25TER, GSM07.07, GSM07.05 such.
- 2022-05-23 19:37:21下载
- 积分:1
-
串口传输代码,用CSerial类编写,可以实现两个串口的传输数据。...
串口传输代码,用CSerial类编写,可以实现两个串口的传输数据。-Serial transmission code, used to prepare CSerial category, you can realize the two serial transmission of data.
- 2022-03-03 05:35:50下载
- 积分:1
-
一个简单的人才信息交流版, 招聘求职双方均可免费登记信息,管理员审核制度!可以做综合的人才信息交流也可以做某专业的详细分类。支持照片上传,信息修改和基本的搜索功...
一个简单的人才信息交流版, 招聘求职双方均可免费登记信息,管理员审核制度!可以做综合的人才信息交流也可以做某专业的详细分类。支持照片上传,信息修改和基本的搜索功能,具体你还是看演示就明白吧。-a simple human resources information exchange version, a simple version of human resources information exchange and recruitment for both job seekers free registration information, administrators audit system! Can integrated human resources information exchange can also do a certain professional breakdown. Support upload photos, information and revise the basic search function, you still see concrete demonstration able to understand it.
- 2022-03-13 23:38:36下载
- 积分:1
-
I2C总线协议v2.1.zip详细的I2C总线协议和编程
I2C总线协议V2.1.zip
详细介绍I2C总线协议及编程实现-I2C bus protocol V2.1.zip detailed I2C bus protocol and Programming
- 2022-02-01 03:39:43下载
- 积分:1
-
讲有线的仿真全过程
好东西啊 不错的 一定要看
讲有线的仿真全过程
好东西啊 不错的 一定要看-Speakers wired the whole process of simulation ah good things must look pretty good
- 2022-07-21 18:32:14下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-01-25 23:23:38下载
- 积分: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
-
点点聊天工具的服务器段,写的过程中加了注释,有助于理解...
点点聊天工具的服务器段,写的过程中加了注释,有助于理解-little chat servers, the process of writing a footnote added, helps to understand
- 2022-08-15 21:04:24下载
- 积分:1