登录
首页 » C# » BinSendByCOM

BinSendByCOM

于 2016-03-03 发布 文件大小:871KB
0 224
下载积分: 1 下载次数: 105

代码说明:

  简单的将一个bin格式文件通过串口发送出去(Simply a bin file format sent through the serial port)

文件列表:

SimpleBinSendBySerialport

.........................\SerialportSample
.........................\................\app.config,120,2015-05-19
.........................\................\bin
.........................\................\...\Debug
.........................\................\...\.....\SerialportSample.exe,12800,2015-05-19
.........................\................\...\.....\SerialportSample.exe.config,120,2015-05-19
.........................\................\...\.....\SerialportSample.pdb,32256,2015-05-19
.........................\................\...\.....\SerialportSample.vshost.exe,14848,2015-05-19
.........................\................\...\.....\SerialportSample.vshost.exe.config,120,2015-05-19
.........................\................\...\.....\SerialportSample.vshost.exe.manifest,490,2009-06-11
.........................\................\...\Release
.........................\................\...\.......\SerialportSample.exe,16384,2016-01-18
.........................\................\...\.......\SerialportSample.exe.config,120,2015-05-19
.........................\................\...\.......\SerialportSample.pdb,36352,2016-01-18
.........................\................\...\.......\SerialportSample.vshost.exe,14848,2016-03-03
.........................\................\...\.......\SerialportSample.vshost.exe.config,120,2015-05-19
.........................\................\...\.......\SerialportSample.vshost.exe.manifest,490,2016-01-19
.........................\................\Form1.cs,13424,2016-01-18
.........................\................\Form1.Designer.cs,10738,2015-11-09
.........................\................\Form1.resx,5817,2015-11-09
.........................\................\obj
.........................\................\...\x86
.........................\................\...\...\Debug
.........................\................\...\...\.....\DesignTimeResolveAssemblyReferences.cache,4440,2010-06-30
.........................\................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6274,2010-06-30
.........................\................\...\...\.....\Refactor
.........................\................\...\...\.....\ResolveAssemblyReference.cache,203006,2015-05-18
.........................\................\...\...\.....\SerialportSample.csproj.FileListAbsolute.txt,2928,2015-05-19
.........................\................\...\...\.....\SerialportSample.csproj.GenerateResource.Cache,847,2015-05-19
.........................\................\...\...\.....\SerialportSample.exe,12800,2015-05-19
.........................\................\...\...\.....\SerialportSample.pdb,32256,2015-05-19
.........................\................\...\...\.....\SerialportSample.Properties.Resources.resources,180,2015-05-19
.........................\................\...\...\.....\SerialportSample.SimpleBinSendBySerialport.resources,180,2015-05-19
.........................\................\...\...\.....\SimpleBinSendBySerialport.csproj.FileListAbsolute.txt,909,2015-05-19
.........................\................\...\...\.....\SimpleBinSendBySerialport.csproj.GenerateResource.Cache,847,2015-05-19
.........................\................\...\...\.....\TempPE
.........................\................\...\...\Release
.........................\................\...\...\.......\Refactor
.........................\................\...\...\.......\ResolveAssemblyReference.cache,10652,2015-05-19
.........................\................\...\...\.......\SerialportSample.exe,16384,2016-01-18
.........................\................\...\...\.......\SerialportSample.pdb,36352,2016-01-18
.........................\................\...\...\.......\SerialportSample.Properties.Resources.resources,180,2015-11-09
.........................\................\...\...\.......\SerialportSample.SimpleBinSendBySerialport.resources,180,2015-11-09
.........................\................\...\...\.......\SimpleBinSendBySerialport.csproj.FileListAbsolute.txt,927,2016-03-03
.........................\................\...\...\.......\SimpleBinSendBySerialport.csproj.GenerateResource.Cache,910,2015-11-09
.........................\................\...\...\.......\TempPE
.........................\................\Program.cs,508,2015-05-19
.........................\................\Properties
.........................\................\..........\AssemblyInfo.cs,1468,2010-06-30
.........................\................\..........\Resources.Designer.cs,2858,2010-06-30
.........................\................\..........\Resources.resx,5612,2010-06-30
.........................\................\..........\Settings.Designer.cs,1099,2010-06-30
.........................\................\..........\Settings.settings,249,2010-06-30
.........................\................\SimpleBinSendBySerialport.csproj,5765,2015-06-06
.........................\................\SimpleBinSendBySerialport.csproj.user,547,2015-05-19
.........................\Setup1
.........................\......\BinSend-烧写程序
.........................\......\................\BinSend.msi,425472,2016-01-18
.........................\......\................\setup.exe,460800,2016-01-18
.........................\......\BinSend-烧写程序.zip,380168,2016-02-27
.........................\......\Debug
.........................\......\Release
.........................\......\Setup1.vdproj,33281,2016-01-18
.........................\SimpleBinSendBySerialport.sln,1192,2015-05-19

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

发表评论

0 个回复

  • DMA(basi-on-stm32F4)
    1.实现了对串口2的操作。 2.利用DMA+空闲中断+串口,完成了对变帧长数据的接收与发送。(1. To achieve the serial port 2 operation. 2. Using DMA+ idle interrupt+ serial port, completed the variable frame data reception and transmission.)
    2021-03-16 14:29:21下载
    积分:1
  • STC12C5A60S2双通信例
    双串口通信,实现单片机串口的接收数据,和想单片机发送数据的功能,希望对大家有所帮助。(Dual serial communication, the realization of MCU serial port data reception, and want MCU data transmission function, hope to help you.)
    2018-06-12 13:57:29下载
    积分:1
  • COMPlot
    QT开发的能够接收串口数据并将其转化为波形同步实时显示的上位机(QT development can receive serial data and converting it into waveform synchronous real-time display of the upper machine)
    2020-06-29 22:00:01下载
    积分: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
  • shrumate
    此程序是用Matlab来仿真OFDM系统!(This procedure is to use Matlab to simulate the OFDM system!)
    2018-09-28 14:06:37下载
    积分:1
  • ST-7-10-Repair-tool
    希捷硬盘维修软件,通过COM口与硬盘通信,进行ROM和固件的读写,开启工厂自校准进行固件和坏道的自动修复。(Seagate hard disk repair software, communicate with hard drive, through the COM ROM and firmware, speaking, reading and writing, open the factory since the calibration for the firmware and bad auto repair.)
    2014-10-03 02:12:47下载
    积分:1
  • errorRate
    用VC++实现的一个测试通信系统的误码率的程序,很好用的,是用两个串口的数据测试误码率的。(With VC++ realize a test communication system BER procedures, very good use, with two serial test data error rate.)
    2011-12-19 10:23:37下载
    积分:1
  • flashdemo
    通过WINAPI实现的串口通信程序,有flash动画和丰富的按钮界面。(WINAPI achieved through serial communication procedures, flash animation and rich button interface.)
    2013-06-23 20:16:10下载
    积分:1
  • LTE系统中同步和信道估计的FPGA设计与实现_刘凯
    是一种LTE上行同步的新方法以及以后的信道估计算法的仿真和验证(A new solution for sync in LTE)
    2019-03-26 19:41:24下载
    积分:1
  • UART
    瑞萨单品机9222,串口通信历程及寄存器介绍(nec 9222 MCU,uart communication and register s introduce)
    2015-07-30 14:08:36下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载