搜索资源列表
51单片机IO口模拟串口通讯C源程(单片机)
- 单片机串口调试小程序,是单片机之间的通信的-small microcontroller serial debugging process, the communication between the microcontroller's
uart_IRRecv_IIC
- 此代码实现功能为:在philips P89LPC935单片机上实现红外遥(对应红外发送芯片为:HT6222)控解码接收,IIC通信,串口通信(单片机自带串口通信、利用单片机IO脚模拟串口通信)等。开发编译环境为Keil51-achieve this code functions : the philips P89LPC935 MCU distance infrared (IR this chip counterparts : HT6222) control decoder to receive,
SERIAL_C51
- 51单片机用IO模拟串口通信,只占用一个定时器
IO
- 本程序实现在单片机上利用普通IO口模拟串口通信的功能
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
11714318751IO_SOFT_UART
- 基于89S51的IO口模拟串口通信,调试通过。-89S51-based simulation of the IO port serial communication, debugging through.
T8
- 51 与PC串口通信,IO口模拟串口显示,-AT892051
master
- 数控流水灯,键进行内容选择,16个按键分别为0~F,按下一个按键,在主机板子上的数码管上显示相应的值,并通过异步串行通信的方式将按键内容发给从机。异步串行通信的要求:不能使用芯片自带的串口,要求用除P3.0和P3.1外的任何IO管脚进行模拟发送,速度是2400波特率。-CNC water lights, choice of content keys, 16 keys are 0 ~ F, press a button on the motherboard LED sub display the
Main
- 在单片串口不够时,只需要一根线就可以在 单片机的普通IO口上实现模拟串口通信-In a single serial port is not enough, just a line you can On ordinary single-chip analog IO port serial communication
AD
- AD7714驱动程序,采用普通IO口模拟SPI串行通信模块-AD7714 driver program
I^2C
- 利用单片机普通IO口模拟I2C时序,实现串行通信。并将数据写进E2PROM,实现数据掉电保存-Microprocessor IO port simulation I2C timing, serial communication. And the data is written into the E2PROM, data power-down save
avr-cdc232.2011-06-24
- 值得收藏的使用AVR单片机的IO口模拟USB通信,实现USB转串口。使用AVRStudio可以编译AVR其他型号单片机使用。-Worthy collection using AVR microcontroller IO port analog USB communication, USB to RS232. Use AVRStudio tool can be able to compile AVR other models microcontroller.
IO模拟串口
- 以51 系列单片机为基础的普通IO模拟串口通信驱动程序
IO_Serial
- 51单片机普通IO口模拟串口进行通信的程序-Virtual serial communication program by ordinary IO port in MCS51 MCU
PIC18_SerialTest
- pic单片机串口调试程序,此程序中利用IO口模拟串口通信,实现了将串口接收到的数据全部返回。-PIC single-chip serial debugging procedures, IO simulation string mouth communication by using this program, realized the serial data received will be returned
ABOV-MC96F6432
- 韩国现代(ABOV) MC96F6432单片机I/O 口模拟串口通信的程序示例-Hyundai (ABOV) MC96F6432 microcontroller IO port analog serial communication program examples
switch
- AVRmega8单片机用IO口模拟串口通信 波特率1200,2400,4800,9600可选择-AVRmega8 microcontroller with IO port analog serial communication baud rate 1200,2400,4800,9600 optional
new_simulation
- 通过时钟使普通的IO口模拟UART串口通讯(Use Timer_A CCR1 hardware output modes and CCR0 SCCI data latch // to implement UART function @ 2400 baud. Software does not directly read and // write to RX and TX pins, instead proper use of output modes and SCCI data // la
简单模拟串行通信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
PIC模拟串口
- PIC模拟串口C程序,比较通用,改下IO口就可以实现串口通信