登录
首页 » C# » Serial-Source

Serial-Source

于 2016-03-24 发布 文件大小:75KB
0 306
下载积分: 1 下载次数: 23

代码说明:

  这是一个用C#编写的串口调试程序源码。功能包括普通串口数据收发。以及Modbus两种发送模式校验:RTU,ASCII。 是一个很好的工业控制开发上位机学习入门的学习代码。程序均已调试通过,和测试 (This is a C# prepared by the serial debugging program source code. Common features include serial data transceiver. Modbus two: RTU, ASCII transmission mode check. Is a very good industrial control the development of PC learning introductory learning code. Debugging and testing)

文件列表:

串口程序
........\串口程序
........\........\bin
........\........\...\Debug
........\........\...\.....\串口程序.exe,23040,2016-01-20
........\........\...\.....\串口程序.pdb,44544,2016-01-20
........\........\...\.....\串口程序.vshost.exe,11600,2016-03-24
........\........\...\.....\串口程序.vshost.exe.manifest,490,2010-03-17
........\........\Form1.cs,20995,2016-01-11
........\........\Form1.Designer.cs,25357,2016-01-11
........\........\Form1.resx,6384,2016-01-11
........\........\obj
........\........\...\x86
........\........\...\...\Debug
........\........\...\...\.....\DesignTimeResolveAssemblyReferences.cache,4440,2016-01-06
........\........\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6374,2016-01-20
........\........\...\...\.....\GenerateResource.read.1.tlog,324,2016-01-20
........\........\...\...\.....\GenerateResource.write.1.tlog,926,2016-01-20
........\........\...\...\.....\ResolveAssemblyReference.cache,7897,2016-01-06
........\........\...\...\.....\TempPE
........\........\...\...\.....\串口程序.csproj.FileListAbsolute.txt,1186,2016-03-24
........\........\...\...\.....\串口程序.exe,23040,2016-01-20
........\........\...\...\.....\串口程序.pdb,44544,2016-01-20
........\........\...\...\.....\串口程序.Properties.Resources.resources,180,2016-01-06
........\........\...\...\.....\串口程序.SPORT.resources,180,2016-01-20
........\........\Program.cs,493,2016-01-06
........\........\Properties
........\........\..........\AssemblyInfo.cs,1380,2016-01-06
........\........\..........\Resources.Designer.cs,2874,2016-01-06
........\........\..........\Resources.resx,5612,2016-01-06
........\........\..........\Settings.Designer.cs,1097,2016-01-06
........\........\..........\Settings.settings,249,2016-01-06
........\........\串口程序.csproj,3683,2016-01-06
........\串口程序.sln,878,2016-01-08

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

发表评论

0 个回复

  • Gui_Data_display
    GUI实时串口曲线显示,串口通信,数据采集,曲线显示。(GUI serial real-time curve display, serial communications, data collection, curve display.)
    2021-01-19 10:38:43下载
    积分:1
  • vb--THINGET-PLC
    VB和信捷PLC通讯的源代码,包括读写,置位,独一无二哦,网上都找不到的。(vb and thinget plc communication program source,good thing)
    2020-12-29 09:39:01下载
    积分: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
  • UartAssist
    这个是非常流行的串口调试工具的VC++源代码,对于需要深入了解串口通信的朋友非常有帮助,需要的朋友可以看看。(This is a very popular tool for serial debug VC++ source code, the need for deeper understanding of serial communication very helpful friend, a friend in need can take a look at.)
    2021-04-22 15:38:49下载
    积分:1
  • YT
    说明:  控制云台的程序,包含方向、速度,光圈,变倍,聚焦(PTZ control program)
    2017-06-06 22:47:06下载
    积分:1
  • 51
    51串口接收上位机数据,校验数据的正确性,做出反应,采集IO数据,上传上位机。其中带了小的算法。(51 PC serial port to receive data, validate data, respond IO data collection, upload PC. Which brought a little of the algorithm.)
    2013-11-11 11:13:38下载
    积分:1
  • rs232_receiver
    RS232接收程序 无奇偶校验位 并行输出8位数据与data_ready数据准备好信号(RS232 receive procedures without parity 8-bit parallel output data and data ready signal data_ready)
    2009-07-06 19:56:52下载
    积分:1
  • pack
    C++串口通信代码,接收下位机的数据点,并在前面板画出图形。(数据格式* , , /)内附STM32串口发送数据程序(C++ serial communication code, receive under the data points, and the front panel to draw graphics. (Data format,*, /) containing STM32 serial transmit data program)
    2013-10-28 20:14:38下载
    积分:1
  • com_debugger
    串口调试程序源代码,本例作为学习串口编程具有很好的参照作用。(Serial debugger source code, in this case as a learning serial programming with a good reference to the role.)
    2013-09-20 18:32:13下载
    积分:1
  • CHP500B
    串口通信,采用CRC16 算法,用mscomm控件实现对chp500电源的信息采集,可以设置电源的电压和频率,word文件的是通讯协议,上位机发送和下位机返回,串口通讯看懂了通讯协议就没什么问题的啦。(Serial communication using the CRC16 algorithm, mscomm realize chp500 power control information collection, you can set the voltage and frequency, word document is the communication protocol, host computer to send and return lower machine, serial communication protocol is very important to you)
    2010-05-31 08:37:37下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载