搜索资源列表
yuandaima
- 1、 实现单片机和PC机的串行双工通信,单片的P1口接一LCD,要求PC键盘每按“0~9”数字键能发送到单片机上,并显示在单片机接的LCD上;单片机发送一串字符串能显示在PC的屏幕上-1, and PC-MCU serial duplex communication, the P1 port received a single LCD, PC keyboard required every press " 0 9" digital keys to send to the mic
an-experiment-system
- 本文介绍了自动平衡实验系统的设计,该系统由加速度传感器、ATmega16单片机、步进电机和平衡支架组成。单片机系统实现了对传感器的数据采集、步进电机的控制和上位机的串口通信。通过上位机(LabVIEW)与单片机串口通信,能够实现步进电机的“自动水平”和“既定角度转动”两种功能。-In this paper, an auto-balance experiment symtem is designed,which consists of accelerometer,ATmega16 single c
software22M1T
- 使用STC12C5A60S2单片机和Keil开发了一个陀螺仪的应用程序,串口2用于连接陀螺仪,串口1用于接收上位机指令,两个串口同时使用独立波特率发生器,空出定时器用于PWM输出-To use STC12C5A60S2 Microcontroller and Keil developed a gyroscope applications, the serial port for connecting the gyroscope, the serial port for the PC to rec
112081125
- 是一个接口实验,下位使用单片机控制AD采集数据,通过串口上传数据到vc++编写的上位机,实现波形显示,并有下位机的pcb版原理图和pcb图-Is an interface experiment, bit microcontroller control AD data acquisition, prepared PC through the serial port to upload data to vc++, waveform display, and the mac
Create-platform-of-RS232-and-Proteus
- 本文详细介绍如何建立Proteus和PC机串口通信软件之间,进行通信仿真的平台。这个平台由三个部分组成。它们是:Proteus的单片机仿真电路,PC机串口通信软件,连接前两部分的虚拟串口软件。并附录了已经测试通过的ICCAVR C和VB的源码。-This article introduced how to build a Proteus and PC serial communication software, communication simulation platform.The plat
mfc
- 串口通信,MCU跟PC通信经常用到的一种通信方式,做界面、写上位机程序的编程语言、编译环境等不少,VB、C#、LABVIEW等等,我会的语言很少,C语言用得比较多,但是还没有找到如何用C语言来写串口通信上位机程序的资料,在图书管理找到了用VC++编写串口上位机的资料,参考书籍,用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣。(Serial communication, a communication with PC MCU frequently u