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

搜索资源列表

  1. liangs_串口调试器2002

    0下载:
  2. 用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持USB扩展出的虚拟串口(可到COM256)。☆ 支持ASCII码和十六进制数据格式的发送和接收。☆ 可以自由选择侦测的串口,接收数据区的容量可以无限大。☆ 发送、接收数据区的大小可以随意拉伸调节。☆ 对发送、接收数据区加入鼠标右键菜单的支持。☆ 扩大串口波特率的支持,现最高Baud可到921600。☆ 支持Unicode内码显示
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:149211
    • 提供者:张小姐
  1. 3.USART串口测试

    0下载:
  2. 使用外设:串口线一跟,通过COM1连接PC ** 实验名:【B】USART_TEST ** keil MDK-ARM Standard Version:V4.22A ** 软件库(keil) Version: V2.0.1 ** 固件库(ST) Version: V *************************************/ /*********************************** ** 实验现象: 1、首先进行常规配置(RCC、N
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:653312
    • 提供者:72521
  1. 底层数据采集(温湿度)终版

    0下载:
  2. 实现STM12单片机连接DHT22模块进行环境数据采集工作,并且将采集到的数据进行串口发送到电脑在调试助手中显示。波特率为9600(The STM12 microcontroller is connected to the DHT22 module to collect environmental data, and the collected data is sent to the computer through serial port to display in the debugging
  3. 所属分类:单片机开发

  1. 串口调试1

    0下载:
  2. 串口调试,实现发送接收数据。亲测可以实现。放心下载。(Serial debug to send and receive data)
  3. 所属分类:串口编程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:all in
  1. 3:STM32_串口实验

    0下载:
  2. STM32F10x开发的串口应用程序,可进行发送和接收数据(STM32F10x developed a serial port application to send and receive data)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-21
    • 文件大小:4469760
    • 提供者:lizhihong21
  1. 9、CC2530 串口UART0发送字符串

    0下载:
  2. cc2530 uart模式 串口发送数据给cc2530 ,发送一次led闪烁一次(cc2530 uart send char.The led light when cc2530 received data from uart.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-29
    • 文件大小:717824
    • 提供者:leojj
  1. 串口通信程序

    0下载:
  2. 实现串口通信,打开串口,关闭串口,发送数据(To realize serial communication, open serial port, close serial port, send data)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:8634368
    • 提供者:onlyoulz
  1. android发送接收uart串口代码

    0下载:
  2. Android 发送接收uart串口数据代码(android send and receive uart data,source code)
  3. 所属分类:android开发

    • 发布日期:2018-05-01
    • 文件大小:4878336
    • 提供者:high_time
  1. VS2010之MFC串口通信的编写教程

    0下载:
  2. 是一个关于串口通信的详细教程,可以接收从PC端发送过来的数据并且实施显示(It's a detailed tutorial about serial communication. It can receive data sent from PC terminal and display it.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:45833216
    • 提供者:梦醒繁花落
  1. DS18B20

    0下载:
  2. 51单片机,ds18B20测温,串口发送温度数据给电脑(Single chip microcomputer 18B20 temperature measurement serial transmission)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:36864
    • 提供者:zhuzhuzhfujian
  1. 串口工具和例程

    0下载:
  2. 一个函数专门向上位机发送数据,上位机接受 一个函数是通过上位机向单片机发送并回传显示 还有一个是串口调试工具 适合初学者入门(A function to send data to the upper computer, the upper computer to accept. A function is sent by the upper computer to the MCU and transmitted back and forth. Another is the se
  3. 所属分类:单片机开发

    • 发布日期:2018-05-04
    • 文件大小:264192
    • 提供者:莫莫27
  1. 串口工具源码

    0下载:
  2. 模拟串口工具 可以自选串口参数 实现数据接收和发送。附带源码。(comtest :can send message and receive message ,with resource)
  3. 所属分类:Delphi控件源码

    • 发布日期:2018-05-07
    • 文件大小:217088
    • 提供者:万能过客
  1. 串口通信

    1下载:
  2. QNX下的串口通信,在实际的机器上测试了一下,发现可以连续的发送数据。(Serial communication under QNX)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2019-05-29
    • 文件大小:1024
    • 提供者:迟到的斑马
  1. stm32F407串口中断方式数据发送和接收

    2下载:
  2. STM32F407串口利用中断方式进行数据发送与接收(STM32F407 USART IT SEND AND RECEIVE)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-11-09
    • 文件大小:6309888
    • 提供者:zyc0013
  1. 迪文屏串口通信

    6下载:
  2. 基于STM32单片机与迪文屏串口通信代码,能正常与迪文屏进行数据的发送和接收。(Based on STM32 single chip and Diwen screen serial communication code, can normally send and receive data with Diwen screen.)
  3. 所属分类:串口编程

    • 发布日期:2019-02-28
    • 文件大小:3783680
    • 提供者:亦夏
  1. RVMDK(uv5)

    1下载:
  2. 使用DCMI驱动OV5640摄像头,拍摄的图像直接显示在液晶屏上,通过QR-Code库解二维码,串口发送数据。(Using DCMI to drive the OV5640 camera, the images taken are displayed directly on the LCD screen, and the data is sent through the QR-Code library to solve the two-dimensional code)
  3. 所属分类:单片机开发

    • 发布日期:2020-05-11
    • 文件大小:30720
    • 提供者:winer winer
  1. Tx

    1下载:
  2. 利用verilog实现串口发送,每次按键一次发送一次数据,按键模块进行了消抖处理(Using Verilog to realize serial port sending. Each button sends one data at a time, and the key module performs buffeting processing.)
  3. 所属分类:其他

    • 发布日期:2019-05-03
    • 文件大小:4088832
    • 提供者:liyd
  1. CVI 串口调试工具

    3下载:
  2. 用LabWinows/CVI 编写的串口通信调试界面,可以实现串口数据的收发,支持字符格式和十六进制格式,支持发送文件和保存数据(The debugging interface of serial communication written by LabWindows/CVI can realize the sending and receiving of serial data, support character format and hexadecimal format, and supp
  3. 所属分类:串口编程

    • 发布日期:2019-07-26
    • 文件大小:171008
    • 提供者:Jackcg
  1. BLE实验:蓝牙串口

    1下载:
  2. nrf52832 SDK开发的方式,将串口数据通过蓝牙发送。手机与BLE模块建立连接,手机与蓝牙数据互传(Implementing Serial Port Transmission of Bluetooth Slave)
  3. 所属分类:嵌入式Linux

    • 发布日期:2020-06-08
    • 文件大小:15731712
    • 提供者:hongxin1
  1. 易语言托利多串口数据发送模拟

    0下载:
  2. 易语言模拟托利多仪表串口数据发送,如有需要拿去不谢!玩玩而已了。
  3. 所属分类:Windows编程

« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com