搜索资源列表
projects
- TC下的串口通讯.c 主程序部分 #include \"uart.h\" int iBase /* com port base address */ char cHI,cLO void compute_chksum(char cBuf[]) char hex_to_ascii(int iHex)
串口驱动源代码
- 自己编写的基于飞利浦的ARM7单片机LPC2200的UART串口驱动程序,支持OS和非OS,只需要在UART0.h上配置即可
MSP430F5
- MSP430F5系列中文手册,有需要的朋友可以下载一下-MSP430F5xxx--h h h h h h h h h h f f f f
zhouligong-LPC17XX-example
- 周立功LPC17XX系列配套例程。包括AD,DAC,EINT.GPDMA.GPIO,I2C.IAP,PWM,QEI,RTC,SPI,SSP,TIMER,UART,储存器加速,掉电唤醒,数字输入,CAN,ETHERNET,USB,I2S例程。是学习 的很好例程,例程很全,很值。-Zhou, who LPC17XX series matching routines. Including AD, DAC, EINT.GPDMA.GPIO, I2C.IAP, PWM, QEI, RTC, SPI, SS
LPC2210
- 用于ZLG的EasyARM LPC22系列开发板的IAR代码,绝对原创,可以直接使用ZLG开发板+H-JTAG调试,仿ZLG代码风格.欢迎拍砖~-ZLG for the EasyARM LPC22 series of IAR development board code, absolutely original, and can directly use ZLG development board+ H-JTAG debugging, code style imitation ZLG.拍砖wel
UART
- PC机与单片机之间的通信,有自定义的接收缓冲区的串口通信,对每个函数有详细的解析过程-C51 of serial communication Single-chip microcomputer type《STC12C5A60S2.H》
lpc11xx_demo_1_1
- 这个是lpc1114的mdk例程~~~个个模块都有,很方初次使用的人练习测试-lpc1114-uart-ssp-timer-ad-init
flash.h
- 040头文件,适用于AM系列的很多FLASH使用-040 documents
TMS320-P28016-UART-echoback
- dsp 320 dvdg do not put files on these two directory.If you do not want to upload source code-dsp 320 dvdg do not put files on these two directory.If you do not want to upload source code
UART
- 基于TI公司6416DSP的UART串口读写程序-TI-based company 6416DSP procedures to read and write the UART serial port
USART(ICC)
- USART以查询方式收发数据,接收发自电脑的数据,将其显示在LED上,并将接到到的数据减1后返回电脑-USART to send and receive data to query, receive from the bottom of the computer data that could be displayed in the LED, and will receive the data returned by a computer
tsl2561
- IIC驱动程序 单片机: STC12C5410AD 主频: 24MHz include <REGX051.H> // AT89C4051头文件 #include "../inc/STC12C5410AD.H" // AT89C4051头文件 #include <INTRINS.H> // 系统调令头文件 #include "def.h" // 类型定义文件 #include "config.h" // 配置头文件 #incl
UART
- 用硬件描述语言实现的uart的IPcore,有详细的注释和测试文件-Hardware descr iption language of the H.264 encoder, detailed notes and test files
Lab1
- 這是以STM32為基礎的程式碼,可以克服周邊原件與電腦UART傳輸上的困難,這通訊協定可以稍做改變及可用在其他系統上。-This is based STM32 code around the original and the computer can overcome the difficulties of UART transmission, this protocol can be slightly changed and used in other systems.
UART_51
- 单片机串行口的驱动程序,可以直接发送字符串和数组-Serial port driver can send strings and arrays
uart
- tq2440串口通信源程序,自带的所以代码在一个程序中,不利于初学者,这个代码利于初学者对串口的学习-tq2440 serial communication source, it comes with a program code is not conducive to beginners, this code help beginners learn the serial port
UART
- UART.CPP and UART.h to handle the uart of lpc2378 ARMMicrocontroller
Lin-Uart-500006
- 本应用介绍了如何在各种模式下使用LIN-UART。 介绍了LIN-UART的各种功能和工作模式并给出了样本代码。LIN-UART具有4个工作模式。工作模式0是异步模式(正常模式) 工作模式1是异步(多处理器模式) 工作模式2是同步模式(正常模式) 工作模式3是异步模式(LIN模式)。-/* THIS SAMPLE CODE IS PROVIDED AS IS AND IS SUBJECT TO ALTERATIONS. FUJITSU*/ /* MICROELECTRONICS ACCE
uartlibrary
- DEscr iptION: An interrupt is generated when the UART has finished transmitting or receiving a byte. The interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX
Uart
- Keil—MDK的UART程序,方便使用Uart_Pringt()实现的串口打印函数-#include <Uart.h> #include <S3C2440.h> int main() { unsigned int a = 10 Uart0_Init(115200) while(1) { Uart0_SendByte(12) Uart0_Printf("Test d\n",a)