搜索资源列表
PC 机与单片机通信(RS232 协议)
- PC 机与单片机通信(RS232 协议)
PC与单片机通过USB接口实现串行通信
- 基于串口通讯的原理,分析和讨论了计算机与单片机如何通过USB接口使用相关的通讯协议实现串行通信的。本设计主要介绍如何使用一台计算机与一台单片机通过USB接口实现串行通信。在本设计中单片机采用AT89C51,USB模块CH375,软件设计方面,PC机采用C语言编程,单片机方面用中断方式完成数据的接收和发送,程序采用也采用C语言。
LED显示屏异步控制系统毕业设计
- 以单片机 AT89C51 为控制器的点阵 LED显示屏异步控制系统作为毕业设计。该 系统采用开关电源作标准电源,RS-232/RS-485 通信标准,通过 AT89C51的串行接口接收 PC 机的控制命令及显示数据, 经处理后控制LED显示屏的扫描显示。 该系统采用了大容量Flash 存储器 AT29C020 作为数据存储器。,LED strip display control system for asynchronous
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
RS485
- 基于RS485实现的PC机与单片机多机通信 单片机-RS485 to achieve the PC-based machine with the single-chip single-chip multi-machine communication
Mifare
- 非接触式IC卡(也叫射频卡)目前已经在各行各业得到广泛的应用,其中PHILIPS公司的Mifare卡在射频卡市场占有主要份额。作为一门高新科技, Mifare卡应用系统涉及天线设计,电路设计,单片机编程,PC接口技术,数据库应用和软件工程等跨学科综合。本课题为一合作课题,共由下位机开发和上位机开发两大部分组成。本人负责上位机部分,将尝试使用大学所学课程之知识完成一个初步的Mifare读卡器上位机程序开发。它由数据库,数据显示管理模块,上位机通信接口几部分组成。而另外的下位机部分使用51型号单片机
PC-dpj
- 摘耍:现代控制和数括采集系统中通常采用多个单片机自青现场操作(前台),而Pc机功能强大、芥面友好,作为系 统的后台.这样单片机与Pc机之问酌通信是整个系统托否可靠工作的关照。谊文从系统蛄构、性能扩展、软件等方面舟绍了 Pc机与单片机远程多机通信时一种实现方涪。-Abstract:Many sin91e chip mlcro contr01Iers afe usually adopted in the modem controI and data—coIIection system t
LabVIEW
- 通过简单示例,讲解labview和pc机,单片机等通信的方法-Through the simple example, the explanation and PC labview, singlechip communication method,
VCPP-MSCOMM-entry
- 用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣。-Own quite crappy C++ of write a simple serial interface of the PC program, share and experience the fun of the SCM and PC communications.
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!
MSCommunication
- 串口通讯程序,能够实现上位机与单片机的通信-Serial communication program, can be achieved between PC and microcontroller communication
vcPP-and-Host-computer
- VC++编写简单串口上位机程序,体验一下单片机和PC通信的乐趣-VC++ write simple serial host computer program and experience the fun of the SCM and PC communications
PC_RS232_89C52
- 单片机通过RS232串口协议与PC通信的论文设计。-Single chip microcomputer communication with PC through RS232 serial port protocol design.
PC-communicate-with-MCU-(RS232-)
- PC机与单片机通信(RS323协议) 1、单片机串口通信的应用 2、PC控制单片机IO口输出 3、单片机控制实训指导及综合应用实例 4、单片机给计算机发送数据-PC communicate with MCU (RS232 )
communication-PC-and-single-chip
- 利用Visual C++实现PC机与单片机串口通信程- The application of serial-port communication between industry PC and single chip
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.
code
- 单片机AT89C51与PC通信,RS232串行通信,MAX232电平转换芯片-AT89C51 microcontroller communicates with the PC, RS232 serial communication, MAX232 level converter chip
vc实现pc与单片机的通信
- 用VC++实现PC与单片机的UART通信(Using VC++ to realize UART communication between PC and singlechip)
单片机与微机485通讯
- 摘要介绍美国DALLAS公司的单线数字温度传感器DS18B20在其前代产品DS1820基础上的新特性和RS-485标准接口芯片MAX485的原理和应用,并给出了单片机最小系统与PC机串行通信接口电路,最后,编程实现了串行通信。并针对它在桥梁混凝土测温系统的应用中出现的与硬件和软件有关的问题给出解决方法。