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

串口助手

于 2020-12-24 发布
0 88
下载积分: 1 下载次数: 3

代码说明:

说明:  简单的串口通信助手,C#编写,开发环境VS2019(Simple serial communication assistant, C #, development environment vs2019)

文件列表:

串口助手\.vs\SerialCommunicate\v15\.suo, 44032 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3\db.lock, 0 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3\storage.ide, 4096 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3\storage.ide-shm, 32768 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3\storage.ide-wal, 638632 , 2020-12-24
串口助手\SerialCommunicate\bin\Debug\SerialCommunicate.exe, 15360 , 2020-12-24
串口助手\SerialCommunicate\bin\Debug\SerialCommunicate.pdb, 24064 , 2020-12-24
串口助手\SerialCommunicate\bin\Debug\SerialCommunicate.vshost.exe, 22472 , 2013-08-05
串口助手\SerialCommunicate\bin\Debug\SerialCommunicate.vshost.exe.manifest, 490 , 2012-06-06
串口助手\SerialCommunicate\Form1.cs, 5627 , 2013-08-05
串口助手\SerialCommunicate\Form1.Designer.cs, 13971 , 2013-08-05
串口助手\SerialCommunicate\Form1.resx, 6189 , 2013-08-05
串口助手\SerialCommunicate\obj\Debug\DesignTimeResolveAssemblyReferences.cache, 2299 , 2013-08-05
串口助手\SerialCommunicate\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 6867 , 2013-08-05
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csproj.CoreCompileInputs.cache, 42 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csproj.FileListAbsolute.txt, 3683 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csproj.GenerateResource.cache, 939 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csprojAssemblyReference.cache, 10576 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csprojResolveAssemblyReference.cache, 3785 , 2013-08-05
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.exe, 15360 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.Form1.resources, 180 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.pdb, 24064 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.Properties.Resources.resources, 180 , 2020-12-24
串口助手\SerialCommunicate\Program.cs, 498 , 2013-07-16
串口助手\SerialCommunicate\Properties\AssemblyInfo.cs, 1372 , 2013-07-16
串口助手\SerialCommunicate\Properties\Resources.Designer.cs, 2886 , 2013-07-16
串口助手\SerialCommunicate\Properties\Resources.resx, 5612 , 2013-07-16
串口助手\SerialCommunicate\Properties\Settings.Designer.cs, 1104 , 2013-07-16
串口助手\SerialCommunicate\Properties\Settings.settings, 249 , 2013-07-16
串口助手\SerialCommunicate\SerialCommunicate.csproj, 3747 , 2013-07-16
串口助手\SerialCommunicate.sln, 941 , 2013-07-16
串口助手\SerialCommunicate.v11.suo, 37376 , 2013-08-05
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3, 0 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server, 0 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\TempPE, 0 , 2013-12-26
串口助手\.vs\SerialCommunicate\v15, 0 , 2020-12-24
串口助手\SerialCommunicate\bin\Debug, 0 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug, 0 , 2020-12-24
串口助手\.vs\SerialCommunicate, 0 , 2020-12-24
串口助手\SerialCommunicate\bin, 0 , 2020-12-24
串口助手\SerialCommunicate\obj, 0 , 2020-12-24
串口助手\SerialCommunicate\Properties, 0 , 2020-12-24
串口助手\.vs, 0 , 2020-12-24
串口助手\SerialCommunicate, 0 , 2020-12-24
串口助手, 0 , 2020-12-24

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

发表评论

0 个回复

  • sampleCom
    封装了windows操作串口的几个API(CreateFile, ReadFile,WriteFile,SetComState)。串口的读写设置这几个操作都可以简单地只用关键一两个参数就能实现操作。也是一个很好的例子,我写这个之前查了不少资料,感觉非常麻烦,索性发出来给新手们作个样例(Windows serial COM port access class,it includes CreateFile, SetComState,ReadFile,WriteFile,CloseFile)
    2013-08-02 14:30:40下载
    积分:1
  • tcptocom
    国外经典的TCP转串口的程序,VC++编写,有较强的参考价值(Foreign classic TCP to serial program, VC++ write, there is a strong reference value)
    2020-11-22 11:29:35下载
    积分:1
  • 21days-for-study-CPP
    很经典的一本C++入门书籍《21天学通C++》,提供给大家分享(With a classic C++ introductory book " 21 Days C++" , to share with you)
    2013-03-28 20:22:51下载
    积分:1
  • CHilbert
    C++buidler里面希尔伯特的实现。希望能对大家有些帮助。(the realization of Hilbert with C++ buidler.)
    2012-05-20 22:29:08下载
    积分:1
  • statueopengl
    simple statue code opengl
    2010-11-29 06:05:09下载
    积分:1
  • Interpolation-Technique-for-WZVC
    The manuscript describes performance comparison of nearest-neighbor interpolation and bilinear to reduce the complexity of decoder WZVC.
    2013-10-03 21:35:41下载
    积分:1
  • Socket
    说明:  SOCKET调试工具与压力测试小工具源代码 VS2008下测试通过,非常好用!(SOCKET debugging tools and stress testing tool for source code for VS2008 under a small test, very easy to use!)
    2010-03-16 17:01:45下载
    积分:1
  • mpls
    Classes from mpls nodeto communicate with mib browser
    2013-01-08 23:38:05下载
    积分:1
  • libdmtx-0.7.4
    DataMatrix码的开源库,可以在不同的平台上(Windows,Linux,Unix,手机系统)进行编解码操作,使用前需要根据README上说明进行编译(DataMatrix code open source library, it can encode and decode operation on the (Windows, Linux, Unix, mobile phone system) different platforms, before use according to the instructions on the README to compile)
    2021-04-15 23:08:54下载
    积分:1
  • Synsnoop-master
    Syn-flood attack in linux
    2015-06-17 19:12:01下载
    积分:1
  • 696518资源总数
  • 104230会员总数
  • 58今日下载