CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - serial port send file

搜索资源列表

  1. port_sign_mail

    0下载:
  2. 附件1、邮件附件便捷发送,直接投递到邮箱,鼠标右键直接发送附件。 附件2、系统唯一标识符,自动计算系统的签名,唯一性很高,取cpu、主板、硬盘、系统分区、网卡,等序列号。 附件3、完成端口的文件传送引擎。高并发,高性能。-Annex 1, convenient e-mail attachments sent direct delivery to the mailbox, the right mouse button to send attachments directly. Annex
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-19
    • 文件大小:1440297
    • 提供者:jyc
  1. chuankoufasong

    0下载:
  2. 单片机串口发送c程序,已通过测试,在keil环境可生成.hex文件-Single chip computer serial port to send c program, has passed the test, can be generated in keil environment. Hex file
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2550
    • 提供者:白凝
  1. zxc

    0下载:
  2. 串口调试助手源程序及编程详细过程,涉及到数据的发送和接收,打开文件与保存文件,选择设置串口波特率等串口调试精灵程序的基本功能。-Serial debugging assistant source code and programming process in detail relates to send and receive data, open the file and save the file, choose serial port baud rate settings, such as
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:2369760
    • 提供者:CL
  1. UART

    0下载:
  2. //DM430-A型开发板串口接收发送程序,使用单片机的串口0,显示操作通过串口调试助手 //通过电脑与串口线连接开发板串口座,使用串口调试助手发送数据到开发板板 //开发板板会将收到的数据再发送到串口调试助手,接收采用中断模块,发送用查询 //板载的BSL模块可以通过跳线帽设置为USB转串口模式,笔记本电脑没有串口可以直接代替 //开发板的BSL区的RXD和TXD0连接,TXD和RXD0连接即可 //注意使用BSL模块作为USB转串口功能的时候,RTS和TCK跳线帽、DTR
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-04
    • 文件大小:26560
    • 提供者:yan
  1. nrCommLib.Pro.v.9.44.D4-XE10.1.Stp.Crk

    1下载:
  2. 这是带源码安装版,有源码,有注册号,完美支持 Delphi 10.2 Tokyo,nrComm Lib 是在由Deepsoftware开发类别 Miscellaneous Shareware 软件。(nrComm Lib provides some tools for performing the serial communications tasks in Delphi/CBuilder development. It has ready solutions for many co
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:21935104
    • 提供者:kongkongkong
  1. 串口助手sdd

    1下载:
  2. 1软件打开时,自动检测有效COM端口 2 软件打开时,自动复原到上次关闭时的状态 3 不必关闭串口,即可直接进行更改初始化设置内容(串口号、波特率、数据位、停止位、校验位),可按更改后的信息自动将串口重新打开 4 可统计接收字节和发送字节的个数 5 接收数据可按16进制数据和非16进制数据进行整体转换 6 可将接收到数据进行保存 7 可设置自动发送,发送时间可进行实时更改 8可按字符串、16进制字节、文件方式进行发送,字符串和16进制字节可分别进行存储,内容互
  3. 所属分类:串口编程

    • 发布日期:2017-12-15
    • 文件大小:104448
    • 提供者:sunsddd
  1. en.stm32f0_programming_usart

    0下载:
  2. STM32单片机用串口在线升级通过串口发送BIN文件,BootLoader升级(STM32 single-chip serial upgrade with serial port through the serial port to send BIN file, BootLoader upgrade)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-31
    • 文件大小:1660928
    • 提供者:lsl2017
  1. 串口测试

    0下载:
  2. 串口发送数据的matlab的GUI程序,读取一个需要发送的TXT文件,通过串口发送出去。(using serial port to send data based on matlab GUI .Reading a TXT file to send out through the serial port .)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:vapour
  1. STM32F0 HAL CDC

    1下载:
  2. 基于HAL库的STM32F072 USB通信程序。将USB枚举为CDC方式,使用虚拟串口与PC进行通信,可以达到发送和接收500+KB/s的传输速度。并在自建eval文件中实现I2C通信。可根据自己需要将main.C进行修改。(STM32F072 USB communication program based on HAL library.The USB enumeration is the CDC way, and the virtual serial port is used to comm
  3. 所属分类:单片机开发

    • 发布日期:2018-01-08
    • 文件大小:9466880
    • 提供者:GodMode
  1. usart 升级

    0下载:
  2. stm32通过串口来升级,从uboot启动,如果不需要升级代码,则直接跳转到应用代码,如果要升级则等待串口通过secureCRT YMODE协议发送来得数据,注意(程序中由于ymodem协议没有发送文件大小,程序中是随便写了一个文件大小,对于我的app足够用),在app中随意按下按键,通过可以从应用程序跳转到uboot,然后发送1,通过ymodem协议发送.bin文件后,按下3则跳转应用程序(STM32 through the serial port to upgrade, starting
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:5779456
    • 提供者:sunshinespring
  1. COMSendFileDemo

    0下载:
  2. 通过串口发送文件的图形化界面。主要用于发送txt(A graphical interface to send a file through a serial port.)
  3. 所属分类:串口编程

    • 发布日期:2018-04-18
    • 文件大小:101376
    • 提供者:KevinKaren
  1. uart

    0下载:
  2. 此上传文件实现的功能就是FPGA里实现从PC接收数据,然后把接收到的数据发回去。 使用的是串口UART协议进行收发数据。(The function of this upload file is to receive data from PC in FPGA and send back the received data.The serial port UART protocol is used to receive and receive data.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-03
    • 文件大小:1649664
    • 提供者:木子桶
  1. AccessPort

    0下载:
  2. 串口调试助手是串口调试相关工具,有多个版本。如:串口调试助手,支持9600,19200等常用各种波特率及自定义波特率,可以自动识别串口,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符,可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件。(Serial debugging assistant is a serial port debug tool, have more than one version. Such as: friendl
  3. 所属分类:串口编程

    • 发布日期:2020-06-26
    • 文件大小:422912
    • 提供者:love幸福
« 1 2 3 4»
搜珍网 www.dssz.com