搜索资源列表
uart
- ARN7核s3c44b0串口程序源码,包括FIFO,非FIFO多模式的接收发送.
STC两个串口程序
- STC单片机两个串口的读写程序
avr274 AVR单片机串口通信的程序
- 这是关于AVR单片机串口通信的程序,适合与有一定基础的人看。 这份资料介绍了UART单线的软件执行。议定书的支持两个设备间的半双工通信。唯一的要求是一个输入/输出端口,支持外部中断和一个计时器比较打断。-This is on the AVR single-chip serial communication procedures, suitable for a certain basis people. This document introduces the software implement
UART
- icc软件环境 mega16的串口通信程序
uart
- 430通信程序,通过配置430URAT模块实现波特率9600 2400 15200串口通信-430 Communication Program, through the configuration 430URAT Module 9600 2400 15200 baud rate serial communication
Serial
- FPGA与PC串口通信的Verilog HDL 程序-FPGA and the PC serial communication procedures Verilog HDL
msp430modem
- msp430f149 实现modem数据采集传输的通讯系统的设计 电路图和程序 串口通信 复位监控 modem】 -msp430f149 to achieve modem data collection and transmission of the communication system design and procedures for serial communication circuit Reset Monitor
UART
- cc2430串口通信测试程序 -cc2430 uart test code example
SerialStepMotor
- 这是我刚做的一个小项目,计算机通过串口控制步进电机的C51程序-This is what I have just done a small project, the computer controlled stepper motor through the serial port C51 program
4printpp_XS128
- 9s12xs128 重写printf用串口例程 在清华开发板通过-9s12xs128 rewritten to use serial port routines printf development board through the Tsinghua
4.4_uart_test
- s3c2410串口调试程序,试用过,非常好用~-s3c2410 serial debugger, tried, very easy to use ~
SampleAppSlave
- CC2430的A/D转换测试程序。程序基于IAR软件编写的。通过A/D通道采集模拟量并转化为数字信号,然后通过串口发送到PC,在PC机可以看到采样结果。估计对开发无线传感器网络的相关人士比较重要-the A/D converter test procedure. Procedures prepared based on the IAR software. Through the A/D channel analog acquisition and digital signal
pcf8563FA
- 一个ASCI码(7F),用于虚拟按键用修改UART串口的命令解析程序源码,修改RTC的pcf8563中断部分,精简IIC与smart完整源代码,可直接使用。-An ASCI code (7F), for the virtual UART serial key command with a modified analytic program source code, modify the pcf8563 RTC interrupt part of the IIC and smart to stre
149AD9851并口键盘液晶串口
- 基于msp430的ad9851串口键盘程序4x4-for msp430 AD9851 key 4x4
bs86d20 program
- bs86d202 的串口程序,用c语言程序编写。(Bs86d202 serial procedures, using C language programming.)
lcd
- 实现STC15F2K60S2的串口通讯,模块化开发(STC15F2K60S2 serial communication, modular development)
UART_Zigbee_Transparent_ Transmission
- 在网蜂zigbee模块上实现的透传程序,MCU只需要串口直接发送数据就可以,主从之间发什么就接受什么。(In the net ZigBee module to realize the transmission program, MCU only needs to send data directly from the serial port, what will be accepted between the master and the slave.)
USB相关功能
- 这是用寄存器版本写的关于STM32 USB功能,有关USB虚拟串口和读卡器的程序(This is a program written in a register version of the STM32 USB function, the program about the USB virtual serial port and the card reader)
STM32F4,串口实验源码
- STM32F407芯片的串口实验程序,已亲测有效,只需要修改自己需要的波特率。
stm32f103串口DMA接收发送
- 改程序主要把串口通讯与DMA结合 ,提高CPU工作效率,软件中运行的串口1的工作; 开启相关函数,就可以分别开启串口2,串口3的工作,这些函数在软件中都有标注。