-
马维尔处理器手机
MARVELL processor mobile phone
- 2022-04-01 19:47: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
-
LightForm.java a new phone used as a flashlight lighting application code
LightForm.java
一种新的手机灯光用做手电筒应用程序代码-LightForm.java a new phone used as a flashlight lighting application code
- 2023-06-29 10:35:03下载
- 积分:1
-
局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理
局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理-LAN communications, c++, with detailed server and client communication source, and containing Principle
- 2022-08-19 02:35:34下载
- 积分:1
-
一个简单演示实现IP Phone的示例,使用了免费的ACM组件
一个简单演示实现IP Phone的示例,使用了免费的ACM组件-a simple demonstration of the IP Phone example, the use of the free components ACM
- 2022-03-04 12:26:49下载
- 积分:1
-
Mfc串口通信
Mfc实现串口通信。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-12-21 00:20:03下载
- 积分:1
-
用VB做的与OUTLOCK联接能发送接收邮件的,小程序
用VB做的与OUTLOCK联接能发送接收邮件的,小程序-Using VB to do with the connection OUTLOCK can send receive mail, small procedures
- 2022-05-16 03:14:58下载
- 积分:1
-
这是个点对点的交流工具,而且容许你在同一时间同步和一个人进行相互聊天和相互传输文件...
这是个点对点的交流工具,而且容许你在同一时间同步和一个人进行相互聊天和相互传输文件-This is a peer-to-peer communication tools, but at the same time allow you to synchronize and a person to chat with each other and transfer files
- 2022-04-29 01:15:37下载
- 积分:1
-
Designed band
设计了带通IIR滤波器,需要的可以参考一下子的-Designed band-pass IIR filter, can refer to a sudden need to
- 2022-10-09 12:55:02下载
- 积分:1
-
串行口通讯控件源代码,可能用来进行RS232串行口的通讯工作,非常好用...
串行口通讯控件源代码,可能用来进行RS232串行口的通讯工作,非常好用-Serial port communication control source code, may be used for RS232 serial port communications, very easy to use
- 2022-04-29 23:27:42下载
- 积分:1