登录
首页 » C# » Modbus

Modbus

于 2015-11-19 发布 文件大小:106KB
0 85
下载积分: 1 下载次数: 166

代码说明:

  C# 写的串口通信程序源码,MODBUS RTU(C# to write the serial communication program source code, MODBUS RTU)

文件列表:

CareComModbus
.............\CareComModbus
.............\.............\bin
.............\.............\...\Debug
.............\.............\...\.....\CareComModbus.exe,31232,2015-11-19
.............\.............\...\.....\CareComModbus.pdb,58880,2015-11-19
.............\.............\...\.....\CareComModbus.vshost.exe,24224,2015-11-19
.............\.............\...\.....\CareComModbus.vshost.exe.manifest,490,2015-07-10
.............\.............\...\Release
.............\.............\CareComModbus.csproj,3781,2013-04-16
.............\.............\CareModbus.cs,50418,2013-06-20
.............\.............\frmCareComModbus.cs,7029,2013-04-19
.............\.............\frmCareComModbus.Designer.cs,27363,2013-04-19
.............\.............\frmCareComModbus.resx,6012,2013-04-19
.............\.............\obj
.............\.............\...\x86
.............\.............\...\...\Debug
.............\.............\...\...\.....\CareComModbus.csproj.FileListAbsolute.txt,1745,2015-11-19
.............\.............\...\...\.....\CareComModbus.csproj.GenerateResource.Cache,915,2015-11-19
.............\.............\...\...\.....\CareComModbus.csprojResolveAssemblyReference.cache,9180,2015-11-19
.............\.............\...\...\.....\CareComModbus.exe,31232,2015-11-19
.............\.............\...\...\.....\CareComModbus.frmCareComModbus.resources,180,2015-11-19
.............\.............\...\...\.....\CareComModbus.pdb,58880,2015-11-19
.............\.............\...\...\.....\CareComModbus.Properties.Resources.resources,180,2015-11-19
.............\.............\...\...\.....\DesignTimeResolveAssemblyReferences.cache,2873,2015-11-19
.............\.............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,7159,2015-11-19
.............\.............\...\...\.....\GenerateResource.read.1.tlog,254,2013-04-19
.............\.............\...\...\.....\GenerateResource.write.1.tlog,630,2013-04-19
.............\.............\...\...\.....\ResolveAssemblyReference.cache,8031,2013-04-18
.............\.............\...\...\.....\TempPE
.............\.............\Program.cs,505,2013-04-15
.............\.............\Properties
.............\.............\..........\AssemblyInfo.cs,1358,2013-04-15
.............\.............\..........\Resources.Designer.cs,2876,2013-04-15
.............\.............\..........\Resources.resx,5612,2013-04-15
.............\.............\..........\Settings.Designer.cs,1098,2013-04-15
.............\.............\..........\Settings.settings,249,2013-04-15
.............\CareComModbus.sln,881,2013-04-15

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

发表评论

0 个回复

  • MATLAB操作官方教(2014版)v1.2.pdf
    MATLAB串口操作官方教程(2014版)v1.2,轻松解决串口通讯(MATLAB serial operation of the official tutorial (2014 Edition) v1.2, easy to solve serial communication)
    2017-07-25 09:21:16下载
    积分:1
  • serial_communication_assistant
    matlab GUI编写的串口通信助手,通过一定的串口链接实现PC机之间的串口通信,包括数据的接收和发送。波特率,校验位个数,进制显示,发送周期可以进行设置。(matlab GUI written in serial communication assistant, through certain serial link between the PC serial communication, including receiving and sending of data. The baud rate, parity number, hexadecimal, the the sending cycle can be set.)
    2012-10-17 16:26:29下载
    积分:1
  • ComMonitor
    监控串口,数据带时标,能够分行,理想的串口监控工具(Monitoring serial port, data tape time mark, can branch, ideal serial monitoring tool)
    2017-09-27 17:01:25下载
    积分:1
  • myDataCollect
    C#编写的串口数据采集器,实时动态显示曲线!这是个一个医疗器械做的一个测试工具!还不错!动态显示动态保存数据!(C# prepared by the serial data acquisition, real-time dynamic display curve! This is a medical device to do a test tool! Pretty good! Dynamic Display Dynamic saved data!)
    2020-11-04 09:49:51下载
    积分:1
  • 6
    说明:  串口通讯实验: 本实验得到的结果为,打开超级终端,设置波特率为115200,数据流控制位为无。运行系统,就会显示“UART & Interrupt Experiment,Please Input from the keyboard”,我们就可以通过写串口操作。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 (Serial communication experiment: the results of this experiment, open HyperTerminal, set the baud rate to 115200, data flow control bit is not. Operating system, it will display &quot UART &amp Interrupt Experiment, Please Input from the keyboard&quot , we can write the serial port operation. Debug in flash, you need to modify the RO BASE is 0x00000000, the other not modify, recompile download can run. Note: Due to system interrupt, the program counter will jump to 0x18 Department execute the interrupt service routine, it can not debug the SDRAM.)
    2010-09-01 22:57:00下载
    积分:1
  • MODBUS
    C#串口通讯,modbus协议样例,数据发送接受(C# serial communication, modbus protocol sample, the data sending and receiving)
    2011-10-13 09:43:07下载
    积分:1
  • RTDemo
    经典VC++环境下从串口读取数据并实时绘制曲线图(Read data from the serial port classical VC++ environment and real-time rendering graph)
    2012-11-29 11:44:36下载
    积分:1
  • VB-Serial
    简洁的VB串口调试程序。适合初学者学习和参考(Simple VB serial debugger. Learning and reference for beginners)
    2011-05-24 20:33:44下载
    积分:1
  • SerialPort-DLL
    把SerialPort通讯类封装成的DLL+使用例子(SerialPort Dll and demo)
    2011-07-11 23:48:23下载
    积分:1
  • 55220
    串口打印指令源码,例程程序结合易语言扩展界面支持库,使用端口发送打印指令。(Serial print command source, combined with easy language extensions routine program interface support library, using the port to send print commands.)
    2014-10-27 20:56:54下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载