搜索资源列表
Cdevelopserial
- C语言串口程序库,内有多种串口程序源代码可直接应用单片机的开发-C language program library, there are multiple serial source code can be directly applied to the development of SCM
SC1
- 关于RST12864显示程序,使用C语言,单片机使用的是MSP430f149
gg
- 用C语言编程用来实现单片机对鼠标的串口控制
chuan-kou-tongxin
- 串口通信,单片机和电脑的连接。程序用C语言编写。
uart+lcm13
- 是用C语言编写的关于用51单片机控制12864液晶LCD的源程序,适用与交流电压及其谐波的显示
1206 c语言
- 1206液晶串口驱动 由c语言编写 可以应用于51系统单片机
happy-birthday-brother
- 本代码是用c语言编写的生日快乐哥,利用单片机的蜂鸣器可以很好的演示。-This code is c language, happy birthday brother, the buzzer can use microcontroller demo.
SimpleSCI
- 串口通信 使用freescale单片机c语言编写-Freescale single-chip serial communication using c language
danpianji
- 单片机串口通信的实例,有原理图和C语言编写的代码-Examples of single-chip serial communication, a schematic diagram and the C language code
002
- 51单片机串口通信程序集 C语言程序 C语言程序-51 single-chip serial communication program set C Language Program
RS-485
- C语言实现单片机RS-485通信,代码简单实用-C language implementation microcontroller RS-485 communication, the code is simple and practical
RS232
- 串口通信MCU程序,用于单片机之间的通信与信息交换。用C语言写的,在KEIL上运行和编译。-code for the communication of MCU
Serialport
- C#语言实现单片机与PC机的串口通讯,用API函数编写,已经实现数据的接收功能。可以实现串口参数的设置,功能齐全。-C# language implementation SCM and PC,serial communications, using API functions written in the data reception has been achieved. Serial port parameter settings can be achieved,full featured.
RS232communication
- 51单片机实现C语言串口通讯,同时实现发送和接受程序。-SCM C language and RS232 send and receive code program
51-communicates-with-PC(-C)
- 51单片机与PC实现串口通信(C语言版)-51 communicates with PC through RS232(language C)
c-seiies-port-program
- 串口实例,C语言开发,适用于单片机,程序详细,注释清楚,等-series-port sample
51_COM
- 51单片机C语言实现呼叫上位机(串口通信),并记录响应时间和处理时间,数码管动态显示-51 microcontroller C language calling PC (serial communication), and record the response time and processing time, digital tube dynamic display
AD.txt
- AD转换的例程,供大家一起学习参考,一起交流进步吧(AD conversion, for everyone to learn and reference Program based on C language)
新单片机超声波
- STC89C52单片机控制,用keil软件C语言编写的一段小程序,超声波测距传感器(STC89C52 single-chip microcomputer control, using keil software C language to write a small program, ultrasonic ranging sensor)
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;