搜索资源列表
51单片机 USB方案
- 51单片机 USB 接口通信 方案 现在单片机都是串口连接的,连接不方便,也显的比较老。如果购买转接线,成本又不能控制。 其实单片机和电脑之间完全可以建立USB连接,只需要通过一片USB转串口的芯片
51单片机的串口通信程序
- 51单片机的串口通信程序,很有用!
MCUseria1.rar
- 单片机串口通信程序集,51单片机串口调试程序一例,Microcontroller serial communication assembly, 51 MCU serial debugger one cases
SPI
- spi是基于串口通信技术编程的,仿照51的款-spi is based on serial communication technology of programming, modeled on section 51. . . . . . . . . . . . . .
MCUseria2
- 单片机串口通信程序集,51单片机串口调试程序一例-Microcontroller serial communication assembly, 51 MCU serial debugger one cases
gprs
- GMC-L2B智能路灯监控器 使用手册.pdf gprs ip modem 使用手册.pdf GPRS 数据传输技术及实时数据采集应用.pdf GPRS,SMS无线数传模块(GPRS DTU)EG-200T用户手册.pdf GPRS数据传送服务的无线通信控制器设计.doc gsm gprs modem ME1203A使用手册.pdf GT01用户手册.doc GT3010-TTL GTMODEM 技术说明书.doc HD-CDMA719应用手册.doc HY2
51
- 两片51单片机,通过串口中断通信,发送程序,接收程序-2 51, interruption of communications through the serial port, sending program, to receive program
mcs51-io-uart
- 利用51的两个输入输出引脚如P1.0和P1.1,置1或0分别代表高低电 平,也就是串口通信中所说的位,如起始位用低电平,则将其置0,停止位为高电平,则将其置 1,各种数据位和校验位则根据情况置1或置0。-Using 51 as the two input and output pins P1.0 and P1.1, set to 1 or 0 representing the high and low, that is said in the bit serial communicati
AduC812
- 基于ADI公司51核ADUC812单片机,功能:IIC,SPI,DA,AD,串口通信,有4K,FLASH.-ADI' s 51 nuclear ADUC831 MCU function: IIC, SPI, of DA, the AD, serial port communication, 4K, FLASH.
serial-communication-C-program
- 51单片机与电脑串口通信的C程序,有文字说明,txt文件-51 SCM and computer serial communication C program, text, txt files
fasong
- 51单片机串口通信(1602液晶显示上位机发送的数据)-51 microcontroller serial communication (1602 LCD PC sends data)
51单片机串口通信及电子音响
- 51单片机串口通信及电子音响,编写单片机程序组成乐谱,用I/O接口 P1.7口输出,经过功率放大控制喇叭演奏一首完整的歌曲。
51chuankoutongxin
- 51单片机的串口通信原理和常见的语言描述-51 single-chip serial communication principle and common language to describe
tongxin
- 51单片机串口通信程序的设计范例。51单片机的串口通信程序-51 single-chip serial communication program design examples. 51 single-chip serial communication program
基于单片机的RS232串口通信
- 基于单片机的RS232串口通信,利用SP3232进行电平转换后,通过9pin的串口进行通信
51UsartCode
- 用51单片机写的串口通信代码,用来参考,c代码-51 microcontroller and serial communication codes
51-uart
- 51单片机与PC机的串口通信,串口软件发什么就显示什么。- 51 microcontroller and PC machine serial communication, serial port software to send what to show what 51 microcontroller and PC machine serial communication, ser
com_huibian
- 此程序是用汇编语言开发的,可以用于51单片机串口通信,压缩文件中包含程序运行时的所有文件。-This program is developed in assembly language, can be used for 51 single-chip serial communication, compressed file contains all the files when the program is running.
51串口通信
- 介绍了AT89C52单片机与PC机串行通信的实现方法,串行存储器24C256的读写操作流程,并给出了具体通信接口电路、单片机串行通信程序流程以及利用VB6.0的通信控件MSComm实现PC机串行通信的程序。系统经过实际应用,效果令人满意