资源简介
Modbus 协议是应用于电子控制器上的一种通用语言。通过此协议,控制器相互之间、控制器经由网络(例如以太网)和其它设备之间可以通信。它已经成为一通用工业标准。
本程序使得Modbus 协议的开发变得简单,提高学习和研究的效率。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
namespace CSharpModBusExample
{
public interface ILog
{
void Write(string log);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 300 2011-07-17 18:28 CSharpModBusExample\App.config
文件 14848 2011-07-17 18:28 CSharpModBusExample\bin\Debug\CSharpModBusExample.exe
文件 300 2011-07-17 18:28 CSharpModBusExample\bin\Debug\CSharpModBusExample.exe.config
文件 48640 2011-07-17 18:28 CSharpModBusExample\bin\Debug\CSharpModBusExample.pdb
文件 11600 2011-07-17 18:25 CSharpModBusExample\bin\Debug\CSharpModBusExample.vshost.exe
文件 354 2011-07-17 18:23 CSharpModBusExample\bin\Debug\CSharpModBusExample.vshost.exe.config
文件 490 2010-03-17 22:39 CSharpModBusExample\bin\Debug\CSharpModBusExample.vshost.exe.manifest
文件 3201 2011-07-17 23:06 CSharpModBusExample\ClassDiagram1.cd
文件 4124 2011-07-17 18:28 CSharpModBusExample\CSharpModBusExample.csproj
文件 184 2011-07-17 18:21 CSharpModBusExample\ILog.cs
文件 719 2011-07-17 18:21 CSharpModBusExample\ModBusSerialPortWrapper.cs
文件 4913 2011-07-17 23:02 CSharpModBusExample\ModBusTCPIPWrapper.cs
文件 1612 2011-07-17 20:30 CSharpModBusExample\ModBusWrapper.cs
文件 1017 2011-07-17 18:26 CSharpModBusExample\obj\x86\Debug\CSharpModBusExample.csproj.FileListAbsolute.txt
文件 14848 2011-07-17 18:28 CSharpModBusExample\obj\x86\Debug\CSharpModBusExample.exe
文件 48640 2011-07-17 18:28 CSharpModBusExample\obj\x86\Debug\CSharpModBusExample.pdb
文件 180 2011-07-17 18:28 CSharpModBusExample\obj\x86\Debug\CSharpModBusExample.Properties.Resources.resources
文件 180 2011-07-17 18:28 CSharpModBusExample\obj\x86\Debug\CSharpModBusExample.TestModBus.resources
文件 2152 2011-07-17 18:19 CSharpModBusExample\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6542 2011-07-17 18:30 CSharpModBusExample\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 314 2011-07-17 18:28 CSharpModBusExample\obj\x86\Debug\GenerateResource.read.1.tlog
文件 774 2011-07-17 18:28 CSharpModBusExample\obj\x86\Debug\GenerateResource.write.1.tlog
文件 505 2011-07-17 18:21 CSharpModBusExample\Program.cs
文件 1370 2011-07-17 18:19 CSharpModBusExample\Properties\AssemblyInfo.cs
文件 2888 2011-07-17 18:19 CSharpModBusExample\Properties\Resources.Designer.cs
文件 5612 2011-07-17 18:19 CSharpModBusExample\Properties\Resources.resx
文件 1104 2011-07-17 18:19 CSharpModBusExample\Properties\Settings.Designer.cs
文件 249 2011-07-17 18:19 CSharpModBusExample\Properties\Settings.settings
文件 1961 2011-07-17 18:21 CSharpModBusExample\SocketWrapper.cs
文件 1335 2011-07-17 18:21 CSharpModBusExample\TestModBus.cs
............此处省略16个文件信息
相关资源
- weka 中j48源码解析
- 微信小程序1800套源码+视频教程
- 列表库GridCtrl,包含源码、说明和两种
- linux0.12源码+linux源码剖析0.12PDF+linux源
- 东北大学软件学院历年操作系统实验
- 易语言 组件随窗口大小变化而变化源
- 全功能MODBUS-TCP从站仿真软件
- BMP180气压模块资料源码
- 进程调度 优先权和轮转法
- M25P64源码
- unity3d RPG游戏《外星人》完整
- 在RichTextBox中实现项目符号功能
- Web程序设计项目源码
- 易语言网页伪装变ip源码
- 一份很不错的ARP防火墙源码
- 电商购物小程序源码demo
- 在TensorFlow框架下实现DBN网络源码
- 万挂作坊封包拦截教程源码
- WEBGL编程指南源码.rar
- ogre开发的简单场景查看器源码 xgEdi
- modbus RTU 的C51源程序单片机89S52编译器
- SWT皮肤源码--方便给SWT添加皮肤
- IEEE754LabVIEW实现——包含源码
- APM源码笔记
- 两种基于Verilog语言跑马灯源代码
- 黑页源码给力!
- Delphi与仪表之间的MODBUS通讯
- Qt做的画图程序的源码
- 分水岭源码
- 最新 socks5-v1.0r11.tar.gz linux代理配置源
评论
共有 条评论