搜索资源列表
51单片机IO口模拟串口通讯C源程(单片机)
- 单片机串口调试小程序,是单片机之间的通信的-small microcontroller serial debugging process, the communication between the microcontroller's
51 IO口模拟串口通讯C源程序
- 51 IO口模拟串口通讯C源程序,IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 -51 IO serial communications simulation C source, I simulated 232 IO communication procedures use two forms of occupation C program timer 0
io口模拟RS232串口
- IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 -IO simulated 232 communications programs use two forms of occupation C program timer 0
aaq1
- 51单片机IO口模拟串口通讯C源程,详细描述了 具体细节,代码较为详尽-51 SCM IO serial communications simulation-C source, a detailed descr iption of specific details, a more detailed code
io_uart
- 51用C编写的io口模拟串口收发程序代码-51 C io I prepared the simulation code Serial Transceivers
IOtoUART
- IO口模拟串口,c语言编写,使用一个定时器中断-Serial IO mouth simulation, c language, the use of a timer interruption
IO
- 本程序实现在单片机上利用普通IO口模拟串口通信的功能
单片机IO口模拟串口
- 介绍了一种用单片机io口模拟实现串口功能的方法,并提供了简单的实现方法-introduced a microcontroller with io I Serial functional simulation methods, and to provide a simple method
SOFT-UART
- 51 单片机io口模拟串口程序,带中文说明。-soft UART
serial_Simulation
- 单片机IO口模拟串口(接收+发送) 环境:STC单片机+KEIL2 使用单片机的IO口模拟串口。其中分别包含模拟串口接收数据和模拟串口发送数据两个测试程序。 另外,程序附加说明中对网上流传的一个不错的模拟串口代码提了一些改进建议,并说明了测试程序应用于实际工程需要注意的几个地方。-Simulation of Single-chip Serial IO port (receive+ send) Environment: STC Single-chip MCU+ KEIL2 use an
iocom
- 51单片机的IO口模拟串口的程序 使用两种方式的C程序 占用定时器0 -51 MCU Serial IO mouth simulation procedures for the use of two methods of C procedures occupied timer 0
io
- IO口模拟串口的C51编程 ,IO 口模拟232通讯程序使用两种方式的C程序 占用定时器0
C51_COM
- 用51系列单片机IO口模拟串口通讯C源程-51 Series single-chip microcomputer with analog IO I-way serial communication C source
IO_SOFT_UART_USE_TIMER
- C51很好的IO模拟串口程序,也称软件UART。只需用一个定时器,实现中断接收。程序编写得很规范,有很多个晶振频率和串口频率可选。是一个比较好的软件串口程序。-C51 a good simulation of serial IO program, also known as the software UART. Just use a timer to achieve interrupt reception. Programming very standardized, there are man
IO-analog
- IO口模拟串行通讯软件模块 -Serial communication port analog IO modules IO port simulation software serial communication software module
简单模拟串行通信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
STM32(普通IO 模拟串口)
- 利用STm32普通IO口实现串口功能,可以弥补串口不足的缺点(Using STm32 common IO port to realize serial port function)
SoftUart
- 硬件平台:基于stm8l052r8;使用IO口模拟串口。(Hardware platform: based on stm8l052r8; use IO port to simulate serial port.)
AVR单片机模拟串口发送和接收
- AVR单片机硬件串口不够用,利用IO口来模拟串口的发送和接收,代码中共扩张了4个虚拟串口。
PIC模拟串口
- PIC模拟串口C程序,比较通用,改下IO口就可以实现串口通信