搜索资源列表
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
RS485
- 基于RS485实现的PC机与单片机多机通信 单片机-RS485 to achieve the PC-based machine with the single-chip single-chip multi-machine communication
RS485toPC
- 介绍了基于RS485实现的PC机与单片机串行通信控制系统.通过RS485/RS232信号转换电路,PC机根据下位机的地址不间断采集下位机的数据,-Introduced a PC-based implementation and RS485 Serial Communication control system. Through the RS485/RS232 signal converter circuit, PC machine according to the following addre
PC-dpj
- 摘耍:现代控制和数括采集系统中通常采用多个单片机自青现场操作(前台),而Pc机功能强大、芥面友好,作为系 统的后台.这样单片机与Pc机之问酌通信是整个系统托否可靠工作的关照。谊文从系统蛄构、性能扩展、软件等方面舟绍了 Pc机与单片机远程多机通信时一种实现方涪。-Abstract:Many sin91e chip mlcro contr01Iers afe usually adopted in the modem controI and data—coIIection system t
Serial-programming
- 本书从编程实践角度详细介绍了PC计算机Windows环境下、DOS环境下以及单片机的串口通信的基本方法,并根据当前串口与网络结合的发展趋势,给出了串口与TCP/IP网络、远程监控相结合的解决方案与详细程序实例。内容丰富、步骤详尽,初学Visual C++/Turbo C的读者也能很快编写出实用的串口通信程序。-Programming practices from the perspective of the book details the PC computer under Windows e
pc-mcu-comication
- C编写的pc与单片机通信源代码,如有需要可在原代码的基础上修改。-Pc to communicate with the microcontroller source code written in C,
MCU-and-PC
- 单片机与PC机串行通信的软硬件实现包括方法和规范的详细说明!-MCU serial communication with the PC hardware and software, including a detailed descr iption of the methods and norms!
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
PC-communicate-with-MCU-(RS232-)
- PC机与单片机通信(RS323协议) 1、单片机串口通信的应用 2、PC控制单片机IO口输出 3、单片机控制实训指导及综合应用实例 4、单片机给计算机发送数据-PC communicate with MCU (RS232 )
MCU-serial-
- Matlab环境下PC机与单片机的串行通信及数据处理-Matlab environment PC and MCU serial communications and data processing
D-(2)
- vc下 PC与单片机之间的通信.vc下 PC与单片机之间的通信-vc下 PC与单片机之间的通信
Serial-communication
- Matlab环境下PC机与单片机的串行通信及数据处理-Serial communication and data processing Matlab environment PC and SCM
vb
- VB编写的可以进行通信的程序,包含了PC与PC以及PC与单片机的通信的各种程序。-VB prepared to communicate the program includes a variety of procedures PC and PC to communicate with the microcontroller and PC.
PC
- 在Windows平台上,PC机与单片机串口通信模型的设计与实现-Design and Implementation of Serial Communication Model between PC and Single Chip Microcomputer on Windows Platform
vc实现pc与单片机的通信
- 用VC++实现PC与单片机的UART通信(Using VC++ to realize UART communication between PC and singlechip)
51串口通信
- 介绍了AT89C52单片机与PC机串行通信的实现方法,串行存储器24C256的读写操作流程,并给出了具体通信接口电路、单片机串行通信程序流程以及利用VB6.0的通信控件MSComm实现PC机串行通信的程序。系统经过实际应用,效果令人满意
单片机与微机485通讯
- 摘要介绍美国DALLAS公司的单线数字温度传感器DS18B20在其前代产品DS1820基础上的新特性和RS-485标准接口芯片MAX485的原理和应用,并给出了单片机最小系统与PC机串行通信接口电路,最后,编程实现了串行通信。并针对它在桥梁混凝土测温系统的应用中出现的与硬件和软件有关的问题给出解决方法。