-
关于声卡通过RS232口进行数据采集的程序,非常好用
关于声卡通过RS232口进行数据采集的程序,非常好用-On the sound card through the RS232 port for data collection procedures, is very easy to use
- 2022-02-05 02:18:30下载
- 积分:1
-
一个好的ICQ网络聊天工具,很好。
一个很好的Icq网络聊天工具,非常好.-a good Icq Internet chat tools, very good.
- 2022-03-10 13:38:17下载
- 积分:1
-
我设计的数字多
I designed the digital multi-function human-computer interaction of arc welding inverter power system
- 2022-08-25 03:51:49下载
- 积分: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
-
symbian编程,国内的参考书,系统介绍api和symbian的体系结构。
symbian编程,国内的参考书,系统介绍api和symbian的体系结构。-symbian programming, internal reference, the system introduced api and symbian architecture.
- 2023-02-09 13:50:10下载
- 积分:1
-
fhhhgggggggggggggggggggggggggg 21IC下载
21ic下载f-21ic download fhhhgggggggggggggggggggggggggg
- 2023-09-03 00:25:03下载
- 积分:1
-
This is the class library using Microsoft RTC do Demo, it is absolutely the run....
这是利用微软RTC类库做的Demo,是绝对可以跑的。注意修改include的路径。该程序是测试Call In的。-This is the class library using Microsoft RTC do Demo, it is absolutely the run. Changes include attention to the path. The procedure is to test the Call In.
- 2023-08-18 07:00:02下载
- 积分:1
-
Second document is on the AD converter TLC0834 Singlechip documents, detailed de...
第二个文档是关于模数转换器TLC0834单片机的文档,详细说明了TLC0834的应用,并编程实现
- 2022-02-24 12:56:59下载
- 积分:1
-
利用J2ME编制的记录存储体的读写过程实例
利用J2ME编制的记录存储体的读写过程实例-use J2ME compiled records on the storage process of reading and writing examples
- 2022-03-29 05:45:58下载
- 积分:1
-
G711解码程序
这个源代码是G711解码程序。欢迎大家下载、试用。谢谢大家的支持!
- 2023-02-04 13:20:03下载
- 积分:1