搜索资源列表
PC与单片机通过USB接口实现串行通信
- 基于串口通讯的原理,分析和讨论了计算机与单片机如何通过USB接口使用相关的通讯协议实现串行通信的。本设计主要介绍如何使用一台计算机与一台单片机通过USB接口实现串行通信。在本设计中单片机采用AT89C51,USB模块CH375,软件设计方面,PC机采用C语言编程,单片机方面用中断方式完成数据的接收和发送,程序采用也采用C语言。
dpji
- 利用单片机及pc机串口实现接收发字符,通过串口调试助手能看到键盘上发出的字符。利用keilc编写的单片机与pc机的通信程序。-And the use of single-chip receiver implementation pc machine serial hair characters, through the serial debug aide sent to see the characters on the keyboard. Keilc prepared using single
SPCOMDelphi7
- PC机与下位机的通信可以采用高级语言编程实现,如Delphi、VC等。Delphi 是新一代面向对象的可视化开发工具,它具有功能强大、简便易用和代码执行速度快等特点,越来越在构架企业信息系统方面发挥着重要作用。由于Delphi 这些显著特点,利用Delphi开发工业控制系统软件成为越来越多的开发人员的选择,而实现系统监测控制和信息处理的关键是解决PC机与单片机之间的串口通信问题。-PC computer and the communication of digital machines can
123
- 本文设计了以AT89S52单片机作为控制器,LCD液晶和矩阵键盘为互动模块,射频技术基础,应用飞利浦公司MF-RC500芯片作为读写IC的载体,并可以与上位机进行串口通信的非接触式IC卡读写器。-Designed microcontroller AT89S52 as the controller, LCD LCD and matrix keyboard interactive modules, RF technology base, application of the Philips MF-R
Research-on-Stepper-Motor-Control
- 本文介绍了一种采用AVR 高性能单片机Atmega128 与串行通信相结合的步进电机控制系统。该系统主要由上位机(PC 机)、下位机(单片机)及步进电机三部分组成,上下位机通过串口交互数据。最终实现了由PC 机直接控制步进电机。调试结果表明, 设计的控制电路和程序简单、实用,且具有便捷的人机交互界面。-This article describes the combination of a high performance AVR microcontroller Atmega128 wit
MSCommunication
- 串口通讯程序,能够实现上位机与单片机的通信-Serial communication program, can be achieved between PC and microcontroller communication
jidianqikongz
- VB编写的上位机,通过与单片机串口通信控制各个继电器的通断-VB PC, with the single chip computer serial communication control on-off of each relay
PC-communicate-with-MCU-(RS232-)
- PC机与单片机通信(RS323协议) 1、单片机串口通信的应用 2、PC控制单片机IO口输出 3、单片机控制实训指导及综合应用实例 4、单片机给计算机发送数据-PC communicate with MCU (RS232 )
Labview_chuankoutongxin
- 利用labview编写的PC机与单片机之间的串口通信程序。-Labview use serial communication program written between PC and microcontroller.
51-uart
- 51单片机与PC机的串口通信,串口软件发什么就显示什么。- 51 microcontroller and PC machine serial communication, serial port software to send what to show what 51 microcontroller and PC machine serial communication, ser
PC
- 在Windows平台上,PC机与单片机串口通信模型的设计与实现-Design and Implementation of Serial Communication Model between PC and Single Chip Microcomputer on Windows Platform
labview-serial-communication
- 以 PC 作为上位机,以调制解调器(Modem)、串行打印机、各种监控模块、PLC、摄像头云台、数控机床、单片机及智能设备等作为下位机广泛应用于测控领域。本文详细介绍利用 LabVIEW 实现 PC 与各种下位机设备串口通信的程序设计方法。-PC as the host computer to the modem (Modem), serial printer, a variety of monitoring modules, PLC, camera head, CNC machine tool
51串口通信
- 介绍了AT89C52单片机与PC机串行通信的实现方法,串行存储器24C256的读写操作流程,并给出了具体通信接口电路、单片机串行通信程序流程以及利用VB6.0的通信控件MSComm实现PC机串行通信的程序。系统经过实际应用,效果令人满意