CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - max232 51

搜索资源列表

  1. MAX232

    0下载:
  2. MAX232的串口的驱动,CPU为51系列单片机,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:115726
    • 提供者:殷斐
  1. RS232

    0下载:
  2. 51单片机实现与PC串口通讯C程序!采用芯片MAX232!-51 Microcontroller with PC Serial Communication C program!
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:10495
    • 提供者:谢红强
  1. uart

    0下载:
  2. 采用软件方法来实现单片机的通用串口引脚来模拟UART。根据要求采用P1.0作为发送端(TXD),P1.1做为数据接受端(RXD),并采用全双工通信模式。由于MAX232电平转换芯片除了做UART的几个引脚后,还剩余T2IN,T2OUT,R2IN,R2OUT.所以采用模仿UART的接法.每次通信,发送的数据加1,接收的数据加2.用51系列单片机。-The use of software methods to achieve single-chip Universal Serial pin to s
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:4253
    • 提供者:sdcsadf
  1. rs232

    0下载:
  2. 80c51和pc 机通过串行通信程序,电平转换用MAX232 (1)单片机端的数据传输程序 汇编或者c51 (2)pc机端的vb或者vc编写的通信程序 最好是vb (3) pc机 用的是com1 9针端口 -80c51 and machine through the serial communication pc procedures, level translators with MAX232 (1) single-chip end of the compilation
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:7653
    • 提供者:wq
  1. 09-COM

    0下载:
  2. 51单片机通过MAX232芯片实现与电脑串口收发数据的程序例程-Single-chip 51 through the MAX232 chip and a computer to send and receive serial data through routine
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:12454
    • 提供者:陈瀚
  1. 51_DHT11

    0下载:
  2. // DHT21使用范例 //单片机 : AT89S52 或 STC89C52RC // 功能 :串口发送温湿度数据 晶振 11.0592M 波特率 9600 //硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 -//DHT21 using the example of// MCU: AT89S52, or STC89C52RC// function: serial port to sen
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-05-11
    • 文件大小:28240
    • 提供者:章琳
  1. 51

    0下载:
  2. 51单片机的串行通讯的实验报告,功能上实现了串行通信,数码管显示,使用max232芯片-51 to serial communications test report on the implementation of the serial communication function, digital display, use the max232 chip
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:438424
    • 提供者:张敏
  1. MAX232

    0下载:
  2. 为了让广大单片机爱好者更好的学习51单片机,我们设计了该套开发板。本套51单片机学习板具有价格便宜、功能齐全的优点,基本囊括了51单片机教学的基本实验要求-In order for the General microcomputer hobbyists learn 51 single chip, we design the Development Board. This set of 51 SCM study Board has cheap and advantages of a fully f
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:337573
    • 提供者:wanghuai
  1. C51-MAX232

    0下载:
  2. PC机通过MAX232给51单片机发送字符串,51通过MAX7219在数码管中显示,这个是C51的源程序-PC-51 single chip through the MAX232 to send the string, 51 by MAX7219 digital tube display, this is the source C51
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:28973
    • 提供者:小胡
  1. max232

    0下载:
  2. 基于51单片机的232通讯程序,可双方互发-232 51 microcontroller-based program, both sides made
  3. 所属分类:SCM

    • 发布日期:2017-05-19
    • 文件大小:5369167
    • 提供者:黄海星
  1. Serial-communication

    0下载:
  2. 51单片机有一个全双工的串行通讯口,所以单片机和电脑之间可以方便地进行串口通讯。进行串行通讯时要满足一定的条件,比如电脑的串口是RS232电平的,而单片机的串口是TTL电平的,两者之间必须有一个电平转换电路,我们采用了专用芯片MAX232进行转换,虽然也可以用几个三极管进行模拟转换,但是还是用专用芯片更简单可靠。我们采用了三线制连接串口,也就是说和电脑的9针串口只连接其中的3根线:第5脚的GND、第2脚的RXD、第3脚的TXD。这是最简单的连接方法,但是对我们来说已经足够使用了,电路如下图所示,
  3. 所属分类:Com Port

    • 发布日期:2017-11-25
    • 文件大小:2114
    • 提供者:
  1. 51MAX232

    0下载:
  2. 51 MAX232 下位机,串口发送,00到-51 MAX232 lower machine, serial transmission, 00 to FF
  3. 所属分类:SCM

    • 发布日期:2017-12-08
    • 文件大小:753
    • 提供者:王玉坤
  1. MAX232

    0下载:
  2. 利用max232,实现51单片机和电脑的通信,使得电脑发一个数据在单片机上用流水灯显示。-Use max232, achieving 51 SCM and PC communications, making the computer sends a data on a single chip with a water light show.
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:22445
    • 提供者:jack
  1. Download-max232-dual-circuit

    0下载:
  2. 51单片机下载电路max232双下载电路图-51 single download circuit diagram max232 dual download
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:9112
    • 提供者:丁建
  1. 51stc

    0下载:
  2. 2.4G延时代码 DS18N02温度传感器LCD液晶显示MAX232串口模块NRF24L01模块2.4G无线TR24模块2.4G无线等很多51单片机模块代码-2.4G delay code DS18N02 temperature sensor LCD display MAX232 serial module NRF24L01 Module 2.4G Wireless Module 2.4G Wireless TR24 51 microcontroller module code, and man
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:19255
    • 提供者:牟铭
  1. Serial-Port

    0下载:
  2. 此文件中包含MAX232电路图实现51单片机与上位机串口通信,以及简单的串口通信程序-This file contains 51 single MAX232 circuit implementation of serial communication with the host computer, and a simple serial communication program
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:11289
    • 提供者:流程
  1. 20-RS232

    0下载:
  2. 51单片机 R232串口调试通过,测试完成 可用作工程文件-about 51danpianji max232 tongxun
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:812796
    • 提供者:LiuJun
  1. MAX232

    0下载:
  2. MAX232串口通讯收发程序 Printf函数 发送指定数据回复当前状态。51单片机Printf函数应用-MAX232 serial port communication transceiver procedure Printf function reply send specified data current state.51 microcontroller Printf function application
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:29673
    • 提供者:冯明扬
搜珍网 www.dssz.com