搜索资源列表
C语言新版本的通讯协议
- 用C实现的另一个串口通信程序,版本较新^_^-C achieved another serial communication procedures, the newer version ^ _ ^
Demo_ST44B0X
- 44binit.s ----- 初始化中断、存储器、堆栈等,进行系统初始化,建立C程序运行环境。 memcfg.inc ----- 定义存储器延时、SDRAM配置等参数 option.inc ----- 定义系统时钟频率等 main.c ----- 系统主程序(Main函数等) 44blib.c ----- IO端口初始化、延时和异步串口通讯等基本子程序-44binit.s ----- initialization interrupt, memory, stac
uart111
- 这是一个串口的程序,用于串口通讯,源代码-This is a serial procedures for serial communication, the source code
embededserial
- 与PC机见进行串口通讯连接 串口通信程序 串口通信程序-see and PC serial communications link for serial communication procedures serial communication program
serial-test
- 自已编的串口调试程序,此程序可以借助串口助手进行调试(rs232通讯调试),验证其连通性.
monichuankou
- 由于普通单片机只有一个串口,由于用户可能会用到多个串口,而对于双串口的单片机价格贵,不如自己动手选择两个IO口,自己模拟串口通讯,以下为模拟串口程序.
UART
- 三星公司的S3c2410嵌入式开发的串口通讯程序程序,基于ADS开发环境,是入门的经典代码-Samsung developed the S3C2410 embedded serial communication program procedures, based on ADS development environment, is a classic entry code
txd_rxd
- 本程序为mcu的串口通讯提供(贞结构)函数接口,包括具体协议部分 //其他说明:只提供对AT89c51具体硬件的可靠访问接口 -err
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
SCI
- 串口通讯程序,基于飞思卡尔单片机的串口通讯程序-Serial communication program, based on Freescale MCU serial communication program
rs232pc
- 好不容易找到的单片机串口小程序,研究单片机和PC通讯的朋友可以参考下-Finally found a small microcontroller serial processes to communication microcontroller and PC friends can refer to the following
sci
- 单片机51的串口通讯程序,调试了可通,很经典-SCM 51 serial communication program that can pass debugging
SCM-232-serial-communication-program
- 单片机 232 串口通讯程序,用于串口通讯设计-SCM 232 serial communication program
1
- ph检测,温度检测,液晶显示,串口通讯程序-ph testing, temperature measurement, LCD display, serial communication program
USART
- 这是用STM32编写的简单的串口通讯程序。可以在串口调试助手上显示。-This is a simple serial communication program STM32 write. Can be displayed on the serial debugging assistant.
serial-communication-
- 基于单片机的串口通讯小程序,用C语言开发-Serial communication applet, C language development
chuankou
- 串口通讯,基于51单片机,新手自己编写程序,已经运行,无错误,希望借鉴-Serial communication based on 51 MCU, novice program has been running, error-free and hopes to learn from
fenzhanduankou
- 属于监控系统的一段串口通讯程序,只用于串口数据的接收与发送。-the code belong to a system of control,it is only be uset as receive and transmite.
lcd
- 实现STC15F2K60S2的串口通讯,模块化开发(STC15F2K60S2 serial communication, modular development)
stm32f103串口DMA接收发送
- 改程序主要把串口通讯与DMA结合 ,提高CPU工作效率,软件中运行的串口1的工作; 开启相关函数,就可以分别开启串口2,串口3的工作,这些函数在软件中都有标注。