搜索资源列表
IO
- IO模拟串口,用普通的通信口模拟串口通信,实现模拟功能
io_rs232
- 普通IO口模拟RS232串口通信,具体应用时有一定的参考价值。-Ordinary analog IO port RS232 serial communication, the specific application has some reference value.
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
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口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;