-
MC55
mc55-AT,2008-10-13,mc55_56 AT命令集 mc55_56 AT命令集
-mc55-AT ,2008-10-13, mc55_56 AT command set mc55_56 AT Command Set
- 2022-05-29 20:15:53下载
- 积分: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
-
获取Modem的串口波特率名称以及本机挂的MODEM的列表等信息
获取Modem的串口波特率名称以及本机挂的MODEM的列表等信息-access to the serial port baud rate Modem name of the machine and the modem link information such as the list
- 2022-04-20 04:38:53下载
- 积分:1
-
IEC 870-5-101 大师 & 奴隶模拟器
一种解决方案包含两个 VC + + 项目 (MS Visual studio 2008):
IECMaster-模拟器的 IEC 870-5-101 通信协议在主模式下,
IECSlave-在主从模式相同。
Modbus-Modbus 通讯协议库源 (使用低级别 COM 端口例程)
一些共享-共享这两个项目的源。
界面语言-俄罗斯。
- 2022-10-29 10:10:03下载
- 积分:1
-
NOKIA sms
用NOKIA手机发短消息的VB源程序-NOKIA sms
- 2023-02-06 00:00:03下载
- 积分:1
-
一种重要的P2P路由算法CAN,学习和研究对等网络的路由机制的非常有用的参考资料...
一种重要的P2P路由算法CAN,学习和研究对等网络的路由机制的非常有用的参考资料-An important P2P routing algorithm CAN, study and research on the network routing mechanisms such as a very useful reference for
- 2023-07-10 18:00:03下载
- 积分:1
-
基于广域网的语音聊天系统,任一端可以发起连接,但先的知道对方IP...
基于广域网的语音聊天系统,任一端可以发起连接,但先的知道对方IP-based WAN voice chat system, the end should be initiated connectivity, but the first to know each other IP
- 2023-05-25 13:35:04下载
- 积分:1
-
WindowsAPI in Delphi for using serial communication programming, has been compil...
在Delphi下用windowsAPI进行串口通讯编程,已在Delphi6.0下编译通过-WindowsAPI in Delphi for using serial communication programming, has been compiled through under Delphi6.0
- 2022-02-02 03:22:05下载
- 积分:1
-
在数字通信中的 BPSK
在数字通信使用 c 代码中的 bpsk。
有一些方法在数字通信中的调制信号。我们上传一个调制,是二进制相移键控。
有的 ppt 文件和文本文件该 Zip 文件中。
除了 bpsk,我们也上传 qpsk 这是与两个 bpsk 操作类似操作的 c 代码
- 2023-03-13 15:45:03下载
- 积分:1
-
一种自动程序来获取窗口的更新包包含完整的…
一个自动获取Windows更新的程序 该压缩包内含有完整的源代码 采用VB编写-An automatic procedure to obtain Windows update package contains the complete source code using VB to prepare
- 2023-06-23 10:45:02下载
- 积分:1