搜索资源列表
第4章-μCOS-II中间件.rar
- 第4章-μCOS-II中间件 4.1-数据队列 4.2-串口驱动 4.3-MODEM接口模块 4.4-I2C总线模块 4.5-SPI总线模块 4.6-ZLGFS文件系统,Chapter 4- COS-II Middleware 4.1-4.2 cohort data-driven serial 4.3-modem interface module 4.4-4.5 I2C Bus module- SPI bus module 4.6-ZLGFS File System
Flash
- 通过三星ARM7芯片S3C44B0,将RAM数据烧写到Flash的源码,RAM数据可通过串口从主机下载。-Samsung ARM7 chip through S3C44B0, the programmer RAM data to the Flash source code, RAM data can be downloaded from the host through the serial port.
BlueTest20080303200801
- 大放血,只为我要下一个文件,同样哪个捡到哪个发 编写用于测试蓝牙的工具, 可以用串口调试蓝牙, 包括发送命令控制蓝牙, 和接收IR发过来的数据, 用于测试蓝牙板,方便生产.-Major bleeding, but for the next document I want, which picked up the same which made the preparation of the tools used to test the Bluetooth can be used t
USARTmonichengxu
- pic18f芯片的USART串口通讯模块的利用,程序实现了串口的初始化、接收与发送中断及数据的解包打包和发送过程。-pic18f chip USART serial communication module to use, the program achieved a serial port initialization, receiving and sending interrupts and data packing and sending the process of unpacking.
UART
- 单片机串口通信,收发数据缓冲区示例,在中断中不处理接收的数据,只是按循环队的方式将数据存起来,标示Buf中有多少个数据,在主程序中去查询.-Microcontroller serial communication, send and receive data buffer example, in the interrupt does not handle the data received, but on a revolving team approach to store data toget
18b20_rs232
- 基于PIC单片机的数据采集系统,通过DS18b20将采集到的温度用串口调试助手 传送到上位机-PIC Microcontroller based data acquisition system will be collected by DS18b20 temperature with serial debugging aids sent to the host computer
usart
- ATmega16单片机的串行通信功能,能从串口调试助手中接收数据,也能向串口发数据-ATmega16 microcontroller serial communication function, can receive data in serial debugging assistant can also send data to the serial port
UART0_R_T_TEST
- ARM7 LPC2138,从上位机的串口助手软件发送数据,经过LPC2138的UART0接收并转发给上位机显示,用于测试LPC2138的串口功能-receive the datas from PC,then send the received datas to PC. Use the programme test the LPC2138 UART0.
USART_Interrupt
- stm32串口通讯例子,工作在中断方式,将接收到的数据再通过串口发送-stm32 serial communication example, work in the interrupt mode, the received data and then sent through the serial port
USART_STM32f103
- 学习STM32f103如何与上位机如何进行串口传输数据,里面提供了整个工程文件-Learn how STM32f103 how PC serial port to transfer data, which provides the entire project file
2440uart
- 嵌入式开发串口程序,初学者学习的好资料,描述了出口的发送数据。-Serial embedded development process, good information for beginners to learn
VCO0706
- VCO0706 串口通讯拍照摄相头C语应用,读取接收一包JPEG数据函数的示例 本段放在头文件中,设一包JPEG数据为512字节。(VCO0706 serial communication C language application camera camera.)
串口发送数据
- 串口程序#include"stm32f10x.h"(#include"stm32f10x.h")
HMT_API_V4.XX
- 拓普微串口触摸屏底层驱动程序,包括51 单片机,和STM32的例程,程序包含画点画线,读数据、写数据,读按键等功能(Tuopu serial port touch screen driver, including 51 SCM, and STM32 routine, the program includes drawing dot line, read data, write data, read the keys and other functions)
无线数传3.0
- 使用433MHz无线电台建立串口透传,stm32作为微处理器,定时发送串口数据。(Use 433 MHZ radio station set up a serial port passthrough, stm32 as microprocessor, regularly send serial data.)
串口屏
- 该程序是2.2寸TFT串口屏的驱动程序,包括串口屏的数据显示,颜色控制程序,画线等等。(The program is the driver of the 2.2 inch TFT serial screen, including the data display of the serial screen, the color control program, the drawing line and so on.)
badminton_ble
- 实现了nrf52840芯片的蓝牙串口功能,包括蓝牙广播、连接以及数据互传。(Realized nrf52840's Bluetooth serial port function.)
STM32+W5500串口
- 本例程使用STM32为控制器,w5500用于链接网络设备。移植串口1进行数据打印,定时器4进行准确定时。
用于测试串口数据收发
- 用于测试串口收发,测试OBD读取数据是否正常,通过串口发指令到ECU,测试各项数据是否正确
stm32串口DMA收发示例
- 通过开启STM32dma,自动收发串口数据,不用内核处理,增加mcu处理效率