-
Linux XForms语音Modem控制程序
Linux XForms语音Modem控制程序 -Voice modem contorlling in Linux XForms
- 2022-02-01 06:23:53下载
- 积分:1
-
中文RFC文档,不用翻译,对学习很有帮助!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-03-10 22:17:28下载
- 积分:1
-
电力系统变电站远动维护软件,对电力系统的人有很大用处
电力系统变电站远动维护软件,对电力系统的人有很大用处-Power system substation remote maintenance software, on the power system of the people have great usefulness
- 2022-09-06 12:45:06下载
- 积分:1
-
本程序仿真了CDMA系统在理想功率控制条件下的上行链路小区容量...
本程序仿真了CDMA系统在理想功率控制条件下的上行链路小区容量-This procedure simulated CDMA system in the ideal power control under the conditions of the uplink cell capacity
- 2022-03-22 15:04:19下载
- 积分:1
-
发送/接收字符串,可以发送文本文件,如自动
串口之间相互发送/接收字符串,可发送文本文件、自动发送等-Send/Receive string, can send text files, such as automatically
- 2023-06-10 19:45:03下载
- 积分: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
-
pda, pocket pc
pda,pocket pc 上的基于 .net compact framework serialport 的测试程序 c#编写-pda, pocket pc
- 2023-06-09 05:55:03下载
- 积分:1
-
G.723加解码程序
G.723加解码程序-G.723 coding/decoding program
- 2023-05-20 15:05:03下载
- 积分:1
-
串口调试精灵,对于初学VC++的学者来说,这是一本不错的电子书,大家可以好好品味。...
串口调试精灵,对于初学VC++的学者来说,这是一本不错的电子书,大家可以好好品味。-It s a good book for people who are studying VC++ language.
- 2022-01-22 10:58:02下载
- 积分:1
-
基于梳状OFDM系统的信道估计
Channel estimation for OFDM systems based on comb-type pilot arrangement in frequency selective fading channels
一篇信道估计的经典文章-Channel estimation for OFDM systems based on comb-type pilot arrangement in frequency se lective fading channels a channel estimation of the classic article
- 2022-03-19 08:00:17下载
- 积分:1