搜索资源列表
chuan-kou-tongxin
- 串口通信,单片机和电脑的连接。程序用C语言编写。
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
RS232
- 串口通信MCU程序,用于单片机之间的通信与信息交换。用C语言写的,在KEIL上运行和编译。-code for the communication of MCU
Serial
- 基于C语言的实现单片机与计算机串口的通信并进行串口调试。-Based on C language implementation of SCM and the computer serial port for serial communications, and debugging.
51-communicates-with-PC(-C)
- 51单片机与PC实现串口通信(C语言版)-51 communicates with PC through RS232(language C)
c51code
- 51单片机与串口通信,用c语言实现的串口通信,简单的例子可供参考学习单片机的编程-51 and serial communication, serial communication using C language, a simple example of reference to learn microcontroller programming
51_COM
- 51单片机C语言实现呼叫上位机(串口通信),并记录响应时间和处理时间,数码管动态显示-51 microcontroller C language calling PC (serial communication), and record the response time and processing time, digital tube dynamic display
5DMCU
- 5D 动作采集器程序,使用串口通信,与5D播放器配合用, 采用STC单片机,开发环境keil u4 使用C语言-5d collector, can use a serial port, and cooperate with the 5 d player, use on STC microcontroller, development environment keil u4
串口通信助手V2.3BY罗华飞
- 串口通信,MCU跟PC通信经常用到的一种通信方式,做界面、写上位机程序的编程语言、编译环境等不少,VB、C#、LABVIEW等等,我会的语言很少,C语言用得比较多,但是还没有找到如何用C语言来写串口通信上位机程序的资料,在图书管理找到了用VC++编写串口上位机的资料,参考书籍,用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣(Serial communication, a communication with PC MCU frequently us
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;