搜索资源列表
progammingonline
- 详细说明利用并口模拟I2C总线协议,实现Myson MTV230芯片的在线编程(ISP)过程,以及利用PC机的串口通信实现Winbond W78E516B的在线编程(ISP)过程;阐述PC机的串口与并口在单片机开发中的应用。-Detailed descr iption of the use of parallel simulation of I2C bus protocol to achieve Myson MTV230 chip circuit programming (ISP) proces
bluetooth_uart_1_0_4
- 这是一款通过手机蓝牙,进行蓝牙串口通信的软件,可以传输串口数据给单片机系统、全站仪等使用 RS232 接口的设备。软件功能:1、搜索蓝牙设备,并显示蓝牙设备的名称和 MAC 地址;2、接收与发送数据;3、可设置 Hex 显示、Hex 发送、发送新行。-This is a Bluetooth mobile phone, for Bluetooth serial communication software that can transmit serial data to the microcont
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;