-
QT creator 编写的串口通信代码
QT Creator编写的串口通信代码。测试的串口打开,发送命令。另外采用QT Design 设计了简单的对话框。
- 2022-10-22 23:30:04下载
- 积分:1
-
使用Modem发送网上传呼
使用Modem发送网上传呼 -Using modem to send network ca
- 2022-03-18 02:10:10下载
- 积分: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
-
用c实现的列车运行情况记录程序,包括gps,键盘,lcd,gprs
用c实现的列车运行情况记录程序,包括gps,键盘,lcd,gprs-train condition recorder by c language,to realise gps,key,lcd and gprs
- 2022-12-30 08:20:03下载
- 积分:1
-
2DPSK调制解调2
systemview的2DPSK调制解调,这是个svu文件,对理解使用systemview有用,对2dpsk的课程设计有用。包括2dpsk系统的调制和解调过程。
- 2023-05-06 22:00:03下载
- 积分:1
-
c language written communications source code and a certain reference value is d...
c语言写的通讯方面的源代码,有一定参考价值,是从其它站点下载的。-c language written communications source code and a certain reference value is downloaded from the other site.
- 2022-01-24 18:36:53下载
- 积分:1
-
解决方案手册- Behrouz A. ForouzanTCPIP协议套件
解决方案手册- Behrouz A. ForouzanTCPIP协议套件
- 2022-03-22 21:31:10下载
- 积分:1
-
此代码是组态王软件与上海耀华的XK3190D2称重仪表通讯的源代码...
此代码是组态王软件与上海耀华的XK3190D2称重仪表通讯的源代码-This code is Kingview software and Shanghai Yaohua Weighing Instrument of XK3190D2 communications source code
- 2022-12-23 18:40:03下载
- 积分:1
-
VB 通信开发源代码例子 聊天客户端,服务器端代码
VB 通信开发源代码例子 聊天客户端,服务器端代码-VB source code examples Chat client and server code
- 2022-05-25 04:03:09下载
- 积分:1
-
Complete website design and code of the thesis can be used as a thesis and clear...
完整的网站设计的毕业论文及代码,可以作为毕业论文使用,很清晰的设计-人才信息管理-Complete website design and code of the thesis can be used as a thesis and clear design- human resources information management
- 2022-01-22 15:49:07下载
- 积分:1