登录
首页 » C# » Modbus

Modbus

于 2010-04-02 发布 文件大小:47KB
0 160
下载积分: 1 下载次数: 1

代码说明:

说明:  这是一个modbus访问包, 使用C#开发,经过多个项目的测试。(This is a modbus access package, using the C# development, through a number of items tested.)

文件列表:

Resources.resx
SlaveException.cs
vssver.scc
Data\DataStore.cs
Data\DataStoreFactory.cs
Data\DiscreteCollection.cs
Data\IModbusMessageDataCollection.cs
Data\ModbusDataCollection.cs
Data\RegisterCollection.cs
Data\vssver.scc
Device\IModbusMaster.cs
Device\IModbusSerialMaster.cs
Device\ModbusDevice.cs
Device\ModbusIpMaster.cs
Device\ModbusMaster.cs
Device\ModbusSerialMaster.cs
Device\ModbusSerialSlave.cs
Device\ModbusSlave.cs
Device\ModbusTcpSlave.cs
Device\ModbusUdpSlave.cs
Device\vssver.scc
IO\CommPortAdapter.cs
IO\ISerialPortAdapter.cs
IO\ISerialResource.cs
IO\ModbusAsciiTransport.cs
IO\ModbusIpTransport.cs
IO\ModbusRtuTransport.cs
IO\ModbusSerialTransport.cs
IO\ModbusTcpTransport.cs
IO\ModbusTransport.cs
IO\ModbusUdpTransport.cs
IO\TcpStreamAdapter.cs
IO\vssver.scc
Message\DiagnosticsRequestResponse.cs
Message\IModbusMessage.cs
Message\IModbusMessageWithData.cs
Message\ModbusMessage.cs
Message\ModbusMessageFactory.cs
Message\ModbusMessageImpl.cs
Message\ModbusMessageWithData.cs
Message\ReadCoilsInputsRequest.cs
Message\ReadCoilsInputsResponse.cs
Message\ReadHoldingInputRegistersRequest.cs
Message\ReadHoldingInputRegistersResponse.cs
Message\ReadWriteMultipleRegistersRequest.cs
Message\SlaveExceptionResponse.cs
Message\vssver.scc
Message\WriteMultipleCoilsRequest.cs
Message\WriteMultipleCoilsResponse.cs
Message\WriteMultipleRegistersRequest.cs
Message\WriteMultipleRegistersResponse.cs
Message\WriteSingleCoilRequestResponse.cs
Message\WriteSingleRegisterRequestResponse.cs
Utility\CollectionUtility.cs
Utility\DelegateDefinitions.cs
Utility\ModbusUtility.cs
Utility\SequenceUtility.cs
Utility\StringUtility.cs
Utility\vssver.scc
Modbus.cs
ModbusDevice.cd
Resources.Designer.cs
Data
Device
IO
Message
Utility

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 高级例-基于STM32 USB 虚拟 控制IO 端
    关于多块板子利用485总线 采用MODBUS协议实现开关量采集与控制采集,串口打印。(On the use of 485 bus and MODBUS protocol to realize switch data acquisition and control acquisition, serial port printing.)
    2019-08-08 10:43:48下载
    积分:1
  • hart
    这个程序是利用VC编写的一个从机串口响应modbus查询命令程序,实现RTU方式,3.5和1.5个字符时间检测,CRC和LRC校验。(This program is written using VC as a response from the machine serial modbus query command procedure, to achieve RTU mode, 3.5 and 1.5 characters time detection, CRC and LRC check.)
    2010-06-09 09:56:23下载
    积分:1
  • shangweijiduchuankoushujubinghuatu
    上位机源码--读取串口数据并画实时曲线的vc 2B 2B源程序.rar(PC Source- read serial data and draw real-time curve vc 2B 2B source code. Rar)
    2011-07-15 11:07:14下载
    积分:1
  • rs232-Serial-port
    RS-232串口通讯编程,使用C#代码实现(Implementation of RS232 Communication C#)
    2020-06-19 21:40:02下载
    积分:1
  • SerialComm
    C#串口调试工具,完整VS2008源代码。 1、自动检测系统串口数量,支持USB转串口设备即插即用,自动添加到下拉列表框。 2、修改端口设置后自动打开串口,可发送字符或十六进制数据,并可定时循环发送。 3、支持自定义帧格式,且可自动加入校验,可选校验超过四种以上。 4、接收分别以字符和十六进制显示,完美支持中文显示和回车换行。(C# serial debugging tools, complete source code VS2008. 1, the automatic detection system serial number, supports USB serial devices simultaneously, automatically added to the drop-down list box. 2, modify the port settings automatically open the serial port to send character or hexadecimal data, and timing loop sent. 3, support for custom frame format, and can be automatically added to the check, optional check more than four kinds or more. 4, respectively, received characters and hexadecimal display, the perfect support Chinese display and carriage return line.)
    2021-03-31 08:39:09下载
    积分:1
  • Test
    ARQ信道一到六实现通信源代码,配有模拟仿真信道(ARQ one to six channels for communication source code, with the channel simulation)
    2011-05-09 18:07:49下载
    积分:1
  • 8b10b_encoder_and_decoder
    可编程器件厂商Altera出品的8b10b编码器源代码(Giga8b10b v10)
    2021-01-22 16:08:40下载
    积分:1
  • winAPI_Sport_comm
    实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 SetCommState 设置串口 BuilderCommDCB 用字符串中的值来填充设备控制块 GetCommTimeouts 检测通信超时设置 SetCommTimeouts 设置通信超时参数 SetCommMask 设定被监控事件 WaitCommEvent 等待被监控事件发生 WaitForMultipleObjects 等待多个被监测对象的结果 WriteFile 发送数据 ReadFile 接收数据 GetOverlappedResult 返回最后重叠(异步)操作结果 PurgeComm 清空串口缓冲区,退出所有相关操作 ClearCommError 更新串口状态结构体,并清除所有串口硬件错误 CloseHandle 关闭串行口()
    2007-08-02 11:52:20下载
    积分:1
  • CommTest
    串口通讯测试代码,经过测试,可以成功运行。(Serial Communication Test.)
    2010-08-25 22:04:07下载
    积分:1
  • wireless-voting-machine
    基于单片机的无线表决器下位机程序,实现数据的无线传输及和上位机之间的串口通信(Microcontroller-based wireless voting machine computer program under)
    2011-09-22 18:41:10下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载