搜索资源列表
模拟串口(用IO口实现)
- 此程序可以帮助你在没有串口的单片机上,实现串口功能,用C51编程,有利于移植!-this program can help you in the absence of SCM Serial, Serial function, C51 program is conducive to transplant!
232
- C51单片机IO模拟串口,简洁明了,非本人写,好程序,大家共享-C51 microcontroller serial IO simulation, concise, non - I write the program, share
1
- 普通io口模拟串口程序,比一般网站上边的要好些,不知道和我们这里的比会是什么结果
io-uart
- C51的IO模拟UART,非常好用,对于缺少串口的51单片机很好!
IO
- IO模拟串口,用普通的通信口模拟串口通信,实现模拟功能
io_rs232
- 普通IO口模拟RS232串口通信,具体应用时有一定的参考价值。-Ordinary analog IO port RS232 serial communication, the specific application has some reference value.
mcu_51_io_uart
- 51单片机IO口模拟串口通讯C源程,适用于AT89S51/AT89S52等单片机。-MCU GPIO uart c source code ,can use for AT89S51/AT89S52 etc.
IOmoni
- MEGA48 IO模拟串口到液晶屏 C语言程序-MEGA48 IO analog serial-to-LCD C Programming Language
IO-Simulate--Uart
- 在没有串口资源的时候,而又需要使用串口时,利用IO口,模拟串口通信-In the absence of serial resources, but need to use the serial port, the use of IO ports, analog serial communication
com
- io口模拟串口,源码,可进行测试,自己编译,整理-io serial port simulation, source code, can be tested, to compile, collate
IO_TO_UASRT
- 此代码是51单片机模拟串口。用两个普通的IO模拟异步串口。-This code is 51 single-chip analog port. IO simulation with two ordinary asynchronous serial port.
iouart
- 飞思卡尔单片机,用普通IO口,模拟串口通信,全双工方式。-Freescale microcontroller ordinary IO port analog serial communications, full duplex mode.
IO-Uart-Analog-communication-program
- 用于没有串口通信硬件的单片机,通过使用IO来模拟Uart的通信应用程序-For no hardware serial communication of single chip microcomputer, through the use of IO to simulate Uart communication applications
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;