搜索资源列表
PPLICATIONOFINFRAREDCOMMUNICATION
- 单片机串口之间用红外无线通信方式 实现数据传输单片机串口之间用红外无线通信方式 实现数据传输-MCU between infrared wireless communication means microcontroller serial data transmission between infrared wireless communications to achieve data transmission
ICC-moni-COM
- 模拟串口实现代码, Baud: 9600Bps , Format: 1,8,1,无校验位, MCU:M88 , CRYSTAL:3.6864M , ICC AVR6.31A , 占用定时器T0(工作在查询方式) ,在项目中使用,收发一切正常.
用VC实现PC机与单片机串口通讯
- PC机与单片机串口通讯可以通过多种方式来实现,在这里只介绍使用MSCOMM控件进行通讯。-PC and microcontroller serial communications to be many ways to achieve here in only MSCOMM controls on the use of communication.
MCU-UTRA
- 此程序可以实现两个 单片机 之间的相互通信;串口采用方式1 工作,10位异步接受和发送,波特率可变,由定时器1控制;且含有校验。-Double MCU communicat with each other by serial.
27796690transport
- 串口通信采用轮寻方式实现上位机与单片机串口通信-Serial communication using find way round PC and MCU serial communication
RS-232
- void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init
UART2
- 单片机扩展多个串口的另外一个例子,可实现更少的端口占用,以及中断方式和查询方式。源代码,可直接使用-Single-chip serial port expansion more than another example of the realization of fewer ports may be occupied, as well as the interruption of the way and manner inquiry. Source code, can be directly u
serial
- 51单片机,串口通讯方式一,实现数组的发送-51 microcontroller, a serial communication, the realization of an array of send
Proteus
- 电脑和单片机串Vl通信系统一般 由一台运行上位机软件的电脑、一根 串口连接线和下位机即单片机目标板 组成,用这种方式学习和调试串口通 信程序比较麻烦。本文介绍一种用 Proteus实现电脑和单片机串口通信仿 真的方法,所有的事情都在一台电脑 上完成。上位机软件和下位机即 AT89C51单片机仿真电路通过由虚拟 串口软件Virtual Serial Ports XP5.1 产生的两个虚拟串口进行连接。文章 的实例中上位机软件使用串口调试助 手。下位机
SingleChipDual-MachineCommunication
- 此程序可以实现两个单片机之间的相互通信;串口采用方式1工作,10位异步接受和发送,波特率可变,由定时器1控制;且含有校验-This program can be achieved between the two microcontrollers communicate with each other serial port mode 1 using the work of 10-bit asynchronous receive and send, variable baud rate, fro
ST79201
- 12864ST7920的串口方式的驱动程序,可以实现ST7920的串行方式控制-12864ST7920 way serial drivers, can achieve ST7920 serial mode control
mcu115200
- 单片机产生115200波特率,选用ATMEL89C52的芯片,采用串口中断方式。实现115200的高速波特率通讯。-Generate 115200 single chip baud rate。Choose ATMEL89C52 chip, using a serial port interrupt mode。Achieve the 115200 baud rate, high speed communications。
Serial--ports--and--infrared-tracing
- 51单片机串行口通信及智能小车红外寻迹测试程序 串口工作方式1 实现最基本的串口发送过程测试 寻迹包含PWM波的调节-51 Serial port communication and smart car infrared tracing test program serial way to a realization of the basic serial port to send test tracing of PWM wave adjustment
two-PC-serial-comunication
- 用串口实现双机通信,中间波特率的设置和工作方式的设置具有参考价值-serial control through two PC
MainPage
- 基于VC++的,以操作文件的方式(CreateFile,WirteFile,ReadFile)来操作串口实现的射频卡门禁系统,实现了包括读卡写卡,寻卡防冲突等功能。-Based VC++ in order to manipulate papers (CreateFile, WirteFile, ReadFile) to operate the serial interface of the RF card access control systems, including the realiza
STM32超声波测距
- 此程序利用stm32F103单片机完成精准的超声波测速,实现过程采用库函数的方式实现,串口触发方式测距(This program uses stm32F103 microcontroller to complete accurate ultrasonic speed measurement, the implementation process using library functions to achieve, serial trigger mode ranging)
向电脑网络助手上传 DHT11 温湿度
- 实现单片机上通过串口将温湿度以无线的方式传递到网络调试助手上(SCM through the serial port, the temperature and humidity in a wireless way to the network debugging assistant)
简单模拟串行通信2017-10-10 (1)
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;(The use of single-chip arbitrary IO port with the method of software simulation method to realize asynchronous serial data transmission, and
串口转换器
- 单片机的输出都是ttl电平,与外部器件通信可能会不太方便,通过转换器的转换,可有多种通信方式来实现。(The output of the single chip microcomputer is TTL level. It may not be convenient to communicate with the external device. Through the conversion of the converter, there can be a variety of communic
串口 通讯和选择开关控制继电器
- 作者 raojun 自己写的一个用库函数方式操作单片机来实现对工业设备控制,并且可以用单片机的串口通讯与外界的系统交互! 您可以稍作修改来用于制作用一部上位机来远程控制的机器!(The author raojun wrote a library function to operate the single-chip microcomputer to control industrial equipment, and it can interact with the external syste