登录
首页 » C# » C#串口助手源码

C#串口助手源码

于 2020-10-15 发布
0 161
下载积分: 1 下载次数: 1

代码说明:

说明:  C#串口助手源码(向串口发送数据以及接收串口数据,支持发送文件)(C# serial port assistant source code (send data to serial port and receive serial port data, support to send files))

文件列表:

串口助手, 0 , 2019-09-18
串口助手\.vs, 0 , 2019-09-16
串口助手\.vs\WindowsFormsApplication2, 0 , 2019-09-16
串口助手\.vs\WindowsFormsApplication2\v14, 0 , 2019-09-16
串口助手\.vs\WindowsFormsApplication2\v14\.suo, 54784 , 2019-09-19
串口助手\USB_128px_1191151_easyicon.net.ico, 42302 , 2019-09-17
串口助手\WindowsFormsApplication2, 0 , 2019-09-18
串口助手\WindowsFormsApplication2.sln, 1039 , 2019-09-16
串口助手\WindowsFormsApplication2\App.config, 189 , 2019-09-16
串口助手\WindowsFormsApplication2\bin, 0 , 2019-09-16
串口助手\WindowsFormsApplication2\bin\Debug, 0 , 2019-09-17
串口助手\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.exe, 115200 , 2019-09-18
串口助手\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.exe.config, 189 , 2019-09-16
串口助手\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.pdb, 44544 , 2019-09-18
串口助手\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.vshost.exe, 22696 , 2019-09-19
串口助手\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.vshost.exe.config, 189 , 2019-09-16
串口助手\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.vshost.exe.manifest, 490 , 2013-03-18
串口助手\WindowsFormsApplication2\Form1.cs, 36152 , 2019-09-18
串口助手\WindowsFormsApplication2\Form1.Designer.cs, 35916 , 2019-09-18
串口助手\WindowsFormsApplication2\Form1.resx, 70166 , 2019-09-18
串口助手\WindowsFormsApplication2\obj, 0 , 2019-09-16
串口助手\WindowsFormsApplication2\obj\Debug, 0 , 2019-09-18
串口助手\WindowsFormsApplication2\obj\Debug\DesignTimeResolveAssemblyReferences.cache, 1428 , 2019-09-16
串口助手\WindowsFormsApplication2\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 7534 , 2019-09-18
串口助手\WindowsFormsApplication2\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs, 0 , 2019-09-16
串口助手\WindowsFormsApplication2\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs, 0 , 2019-09-16
串口助手\WindowsFormsApplication2\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs, 0 , 2019-09-16
串口助手\WindowsFormsApplication2\obj\Debug\TempPE, 0 , 2019-09-16
串口助手\WindowsFormsApplication2\obj\Debug\WindowsFormsApplication2.csproj.FileListAbsolute.txt, 2721 , 2019-09-19
串口助手\WindowsFormsApplication2\obj\Debug\WindowsFormsApplication2.csproj.GenerateResource.Cache, 1012 , 2019-09-18
串口助手\WindowsFormsApplication2\obj\Debug\WindowsFormsApplication2.csprojResolveAssemblyReference.cache, 2312 , 2019-09-17
串口助手\WindowsFormsApplication2\obj\Debug\WindowsFormsApplication2.exe, 115200 , 2019-09-18
串口助手\WindowsFormsApplication2\obj\Debug\WindowsFormsApplication2.Form1.resources, 42868 , 2019-09-18
串口助手\WindowsFormsApplication2\obj\Debug\WindowsFormsApplication2.pdb, 44544 , 2019-09-18
串口助手\WindowsFormsApplication2\obj\Debug\WindowsFormsApplication2.Properties.Resources.resources, 180 , 2019-09-17
串口助手\WindowsFormsApplication2\Program.cs, 536 , 2019-09-16
串口助手\WindowsFormsApplication2\Properties, 0 , 2019-09-16
串口助手\WindowsFormsApplication2\Properties\AssemblyInfo.cs, 1356 , 2019-09-16
串口助手\WindowsFormsApplication2\Properties\Resources.Designer.cs, 2861 , 2019-09-16
串口助手\WindowsFormsApplication2\Properties\Resources.resx, 5612 , 2019-09-16
串口助手\WindowsFormsApplication2\Properties\Settings.Designer.cs, 1111 , 2019-09-16
串口助手\WindowsFormsApplication2\Properties\Settings.settings, 249 , 2019-09-16
串口助手\WindowsFormsApplication2\USB_128px_1191151_easyicon.net.ico, 42302 , 2019-09-17
串口助手\WindowsFormsApplication2\WindowsFormsApplication2.csproj, 4153 , 2019-09-17

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

发表评论

0 个回复

  • network
    网络分析,选取点,对所选取的点进行网络分析和计算(Network analysis, select points, network analysis and calculation of the selected points)
    2017-06-27 15:06:09下载
    积分:1
  • area
    定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。 重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
    2014-02-07 23:13:19下载
    积分:1
  • StatisticalTablesFromMap
    统计二调数据文件中各个地类面积,并生成统计报表。( Statistical data files transferred two of each land type area, and generate statistical reports.)
    2015-04-07 11:24:20下载
    积分:1
  • C19L21 PC9_cn
    说明:  microchip高级数字电源控制,包括常用拓扑结构和DSP在电源控制中的应用(microchip digital power)
    2020-06-15 23:20:01下载
    积分:1
  • UART
    DSP6678 UART串口测试程序,可通过此程序测试UART串口。(DSP6678 UART serial test program)
    2018-02-09 17:31:47下载
    积分:1
  • OLTP
    online transaction system in c on linux
    2013-11-29 16:25:45下载
    积分:1
  • msp430fg439代码示例
    msp430fg439 例程,包括串口通信,a/d转换等,还有一个心电信号a/d转换与实时显示的例程。(Msp430fg439 routines, including serial communication, a/d conversion and so on, and a routine for a/d conversion and real-time display of ECG signals.)
    2018-03-02 20:20:55下载
    积分:1
  • 54886756
    使用树形控件,VC++编程精选学习源码,很好的参考资料。(Use the tree controls, select learning VC++ programming source code, a good reference.)
    2013-11-20 12:17:31下载
    积分:1
  • Keybord
    本程序是windows是关于接受键盘响应的一个练习程序,具体反映了事件驱动的特点。(windows on the acceptance of the keyboard is the response of a practice procedures, as reflected in the event-driven characteristics.)
    2005-06-01 21:02:41下载
    积分:1
  • da
    说明:  DA convertor based on TI F2407
    2009-08-21 18:48:34下载
    积分:1
  • 696516资源总数
  • 106618会员总数
  • 4今日下载