搜索资源列表
I2C.C文档
- 51单片机没有I2C接口,所以可以采用软件模拟的方式,在P1口选择数据线和时钟线。下载可直接运行!-51 I2C interface, the software can be used in simulation, I choose the P1 line data and clock lines. Running can be downloaded directly!
ztsystem_normal
- 自己写的一个可以烧录到单片机的用于软件模拟串行通信的汇编源码。-Wrote it myself onto a single chip serial communication for software simulation of a compilation of source code.
gps-recvdata
- 采用vb程序编写,串口模拟gps数据收发软件,专为51单片机下位机打造-Vb programming, the use of serial analog the gps data reception software, designed for 51 Microcontroller-bit machine to build ...
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;