-
GSM短信测试程序,可以发送短信到手机。发展。
GSM短信测试程序,可以给手机发送短信息。开发环境为Visual c++。-GSM message testing procedures, you can send text messages to mobile phones. Development Environment for Visual c++.
- 2022-02-25 18:51:29下载
- 积分:1
-
Mass storage equipment, complete documentation package, SCSI command set, FAT fo...
海量存储设备类,完整文档打包,SCSI命令集,FAT格式-Mass storage equipment, complete documentation package, SCSI command set, FAT format
- 2022-03-17 18:21:35下载
- 积分:1
-
SIP itemized on the news, on the SIP news ppt files
SIP消息之逐项讲解,讲解SIP消息的ppt文档-SIP itemized on the news, on the SIP news ppt files
- 2023-05-15 18:10: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
-
串口通讯程序
串口通讯程序-Serial communication program
- 2022-07-27 06:47:55下载
- 积分:1
-
hp688黄色网页程序
HP688的电话薄程序-HP688 Yellow Page program
- 2022-03-25 04:43:02下载
- 积分:1
-
fd_set参数:一个用于检查可读性(readfds),一个用于检查可写性(writefds),另一个用于例外数据(exceptfds)。从根本上说,
fd...
fd_set参数:一个用于检查可读性(readfds),一个用于检查可写性(writefds),另一个用于例外数据(exceptfds)。从根本上说,
fd_set数据类型代表着一系列特定套接字的集合-fd_set parameters : a check for readability (readfds) one could write a check for (writefds) Another exception for the data (exceptfds). Fundamentally speaking, fd_set data types represent the range of specific set of socket
- 2023-05-26 12:10:03下载
- 积分:1
-
单片机发送报文控制手机模块GR47进行gprs连接登陆,发送接收数据...
单片机发送报文控制手机模块GR47进行gprs连接登陆,发送接收数据-SCM reportedly sent mobile phone text control module for EDGE connectivity GR47 landing, send and receive data
- 2023-04-28 19:35:04下载
- 积分:1
-
在Max+plusΠ环境下用VHDL语言编写实现基于CPLD的CMI编译码器设计...
在Max+plusΠ环境下用VHDL语言编写实现基于CPLD的CMI编译码器设计-In Max+ plusΠ environment using VHDL language CPLD-based design of CMI codecs
- 2022-12-24 15:40:04下载
- 积分:1
-
用Flash magicsopc系统
MagicSopc system with flash -MagicSopc system with flash
- 2022-02-03 04:43:09下载
- 积分:1