CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口接收

搜索资源列表

  1. Comm

    0下载:
  2. VC6.0 串口开发控件,可直接使用,包括串口的初始化、发送、接收等功能(VC6.0 serial port development control, can be used directly, including the serial port initialization, sending, receiving and other functions)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-23
    • 文件大小:6144
    • 提供者:pabulolee
  1. Com

    0下载:
  2. 在LabVIEW2016上编写的串口通信程序,可以实现收发数据,显示接收数据和波形。(The serial communication program written on LabVIEW2016 can receive and receive data and display the received data and waveform.)
  3. 所属分类:LabView编程

    • 发布日期:2018-04-30
    • 文件大小:99328
    • 提供者:Tinafan
  1. 28333-TMS320F28335-SCI串口发送接收

    0下载:
  2. TMS320F28335支持浮点运算DSP芯片串口收发程序。(TMS320F28335 support for floating point operation DSP chip serial transceiver)
  3. 所属分类:DSP编程

    • 发布日期:2018-04-29
    • 文件大小:7168
    • 提供者:皇马
  1. 12-串口2

    0下载:
  2. 51单片机,串口开发程序,主要对串口的初始化,以及串口发送接收字符,(51 singlechip, serial port development program)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-29
    • 文件大小:195584
    • 提供者:Xruno
  1. BCB串口编程接收任意发送固定Demo

    0下载:
  2. 使用Boland C++ Builder 6.0进行串口编程,实现能够接受串口发送的数据,能够发送程序内固定的数据,是一个初学者可以参考到的Demo(Using Boland C++ Builder 6 for serial programming to achieve the data that can be sent by the serial port, and to send the fixed data in the program, it is a Demo that a begin
  3. 所属分类:串口编程

    • 发布日期:2018-05-02
    • 文件大小:671744
    • 提供者:WISDIMDI
  1. UART

    0下载:
  2. 对STM32系列的多个串口进行编程,均采用DMA传输替代查询方式发送,克服被高优先级中断而产生丢帧现象。程序使用非常方便,只需在文件头部更改下define就可以灵活切换各串口,具体串口功能的实现也只要在接收函数中处理就可以了,不需要更多的关注具体中断和硬件。案列中设定了调试输出串口,以及实现串口透传。(Programming for multiple serial ports of STM32 series, all of them are transmitted by DMA transmis
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:kit7828
  1. zizhuxinpian

    0下载:
  2. 飞思卡尔单片机串口发送和中断接收程序,新自测试可以使用。(Freescale Carle MCU serial port sending and interrupt receiving program.New self testing can be used.)
  3. 所属分类:串口编程

    • 发布日期:2018-05-01
    • 文件大小:157696
    • 提供者:gaoli
  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. 串口数据输出显示

    1下载:
  2. STM32 USART3接收数据 USART1串口助手显示(USART3 receives data USART1 serial port assistant.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-05-03
    • 文件大小:4880384
    • 提供者:gghhe
  1. 51

    0下载:
  2. 串口超声波程序,范例程序,串口发送指令和接收超声波数据(Serial port ultrasonic program)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:2048
    • 提供者:锋电子
  1. chuankou_2.2.3.0117_XiaZaiBa

    1下载:
  2. 串口调试助手,一个强大稳定的串口调试工具,完美支持Win7等Windows操作系统,支持常用的波特率及自定义波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符(包括中文),可以任意设定自动发送周期,并能将接收数据保存成文本文件。(Serial debugging assistant)
  3. 所属分类:串口编程

    • 发布日期:2018-05-06
    • 文件大小:4581376
    • 提供者:gxt
  1. 单片机

    1下载:
  2. 单片机串口通信例子。 如:1.在code中设置两个一维无符号字符型数组,数组共有5个元素,每按键一次,将数组数据发送一次。若P3.4=0,发送第1个数组数据,否则发送第2个数组数据。 2.与“1”配对,接收发送方的数据,接收经偶校验正确的数据放在20H-24H单元,接收后根据P3口拨码开关的值显示20H-24H单元的内容。P3.7P3.6P3.5P3.4=0000、0001、0010、0011、0100分别显示20H、21H、22H、23H、24H的值。(An example of seri
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:262144
    • 提供者:aaress
  1. SerialTest

    0下载:
  2. 串口调试助手源码,用于串口测试及调试,包含数据发送和接收(Serial debugging tools .For serial port testing and debugging, including serial data transmission and acceptance.)
  3. 所属分类:android开发

    • 发布日期:2018-05-07
    • 文件大小:1357824
    • 提供者:hwz126
  1. STC12C5A60S2双串口通信例程

    0下载:
  2. 双串口通信,实现单片机串口的接收数据,和想单片机发送数据的功能,希望对大家有所帮助。(Dual serial communication, the realization of MCU serial port data reception, and want MCU data transmission function, hope to help you.)
  3. 所属分类:串口编程

    • 发布日期:2019-01-16
    • 文件大小:4096
    • 提供者:容容1106
  1. USART

    1下载:
  2. 使用DMA+空闲中断,实现串口的不定长接收(Using DMA+ idle interrupt to realize the indefinite long reception of serial ports)
  3. 所属分类:单片机开发

    • 发布日期:2020-10-20
    • 文件大小:18486272
    • 提供者:蛙bit
  1. labview接收串口波形显示

    1下载:
  2. labview接收串口波形显示,可以回放数据,并可以进行数据保存。
  3. 所属分类:绘图程序

  1. serial_port_set

    2下载:
  2. 使用python实现串口上位机的功能,可自动侦测PC有效串口号,选择串口波特率、校验位。同时可实现接收数据存储在TXT文件中。(Python is used to realize the function of serial port host computer. It can automatically detect PC valid serial port, select serial port baud rate and check bit. At the same time, the r
  3. 所属分类:界面编程

  1. MyserialPort_display_2

    1下载:
  2. qt串口助手,能接收和发送数据,能对接收的数据绘出曲线(QT serial port assistant, can receive and send data, can draw curves for received data)
  3. 所属分类:串口编程

    • 发布日期:2019-09-18
    • 文件大小:9048064
    • 提供者:hrhf
  1. 条码接收库

    1下载:
  2. 用于S7-1200PLC与条码扫描器的连接,使用232串口(Used for connection between S7-1200 PLC and barcode scanner, using 232 serial port)
  3. 所属分类:其他

    • 发布日期:2020-05-18
    • 文件大小:260096
    • 提供者:当今明月
  1. sci_host

    1下载:
  2. fpga实现高速多路同步串口,接收发送模块(Implementation of high-speed multi-channel synchronous serial port by FPGA)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2019-06-06
    • 文件大小:4096
    • 提供者:datou_2002
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com