-
linux usbkiller的驱动电子书集 对开发linux地层程序有很好的指导作用...
linux usbkiller的驱动电子书集 对开发linux地层程序有很好的指导作用-driver linux usbkiller e-book collection on the development of stratigraphic procedure linux have a good guide
- 2022-11-01 10:10:03下载
- 积分:1
-
Real
Real-Time Executive (REX) User Guide for Qualcomm Device
- 2022-02-21 11:45:25下载
- 积分:1
-
Multi
多抽样率信号处理文章,多抽样率信号处理文章 -Multi-sample rate signal processing article, multi-sampling rate of signal sampling rate of multi-article deal with signal processing article
- 2023-01-05 20:05:04下载
- 积分:1
-
Cyclone BOX for NOKIA Phone Repairing
Cyclone BOX for NOKIA Phone Repairing
- 2022-03-13 07:23:21下载
- 积分: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
-
这是为公司写的接受西门子、GE、东芝公司的DICOM图像…
这是为公司写的接受西门子、GE、东芝等大公司的DICOM图像的,经过严格的测试。这是演示版。源码可以向我索取cai_liu_cn@etang.com-it is for the company to write accept Siemens, GE, Toshiba Corporation DICOM images, after rigorous testing. This is the demo version. FOSS can ask me cai_liu_cn@etang.com
- 2022-03-09 19:35:25下载
- 积分:1
-
demonstration of the realization of asynchronous communication, asynchronous com...
演示异步通信的实现,是异步通信的典型例程,用VC实现-demonstration of the realization of asynchronous communication, asynchronous communication is a typical routines, with VC
- 2022-04-02 10:53:02下载
- 积分:1
-
this program can control tha pll frequencu using a keybad and LCD
this program can control tha pll frequencu using a keybad and LCD
- 2022-07-07 14:22:42下载
- 积分:1
-
WebSocket Demo
资源描述一个winform的服务端,和一个winform的客户端,web客户端自己去网上找吧。
- 2022-03-24 12:14:57下载
- 积分:1
-
远程数据传输的研究, 远程数据传输的研究
远程数据传输的研究, 远程数据传输的研究-Study of remote data transmission, remote data transmission research
- 2023-06-28 10:30:04下载
- 积分:1