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

搜索资源列表

  1. key

    0下载:
  2. 实现FPGA 按键控制部分代码,FPGA芯片采用xilinx sptan3e 可以实现按下按键后FPGA通过max232给电脑发送数据-Achieve FPGA button control part of the code, the FPGA chip using xilinx sptan3e can realize after press the button the FPGA through max232 send data to a computer
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:673
    • 提供者:chenkun
  1. MAX3232

    0下载:
  2. 这个例程是基于STM8单片机MAX232通信,包括串口接收和发送函数里面!-This routine is based on STM8 single chip MAX232 communication, including a serial port to send and receive function inside!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:45229
    • 提供者:林俊杰
  1. CRC

    0下载:
  2. 在用单片机写通信程序是,如红外通信,RS485,MAX232等,串行发送数据的时候回出现发送和接收到的数据不一致,这时候就需要校验,CRC校验是一种快速有效的方式-In written communication with the microcontroller program is as infrared communication, RS485, MAX232, etc., when the serial transmit data back to the emergence of send
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1301
    • 提供者:张润程
  1. test_1

    0下载:
  2. //单片机 : AT89S52 或 STC89C52RC // 功能 :串口发送温湿度数据 波特率 9600 //硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 -MCU+DHT11 sensor+ serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:keffy
  1. dht11150520.tar

    0下载:
  2. 单片机 : AT89S52 或 STC89C52RC 功能 :串口发送温湿度数据 波特率 9600 硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 -MCU: AT89S52 or STC89C52RC Function: temperature and humidity data serial port baud rate 9600 Hardware connection: P2.0 port as
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2267
    • 提供者:keffy
  1. inquire

    0下载:
  2. 单片机与串行设备的通信 电路:有4个共阴极数码管的动态显示接口电路,阴极(公共端)用非门74LS04反相门驱动; 字形码(段码)经LED_DM_PORT口直接输出,位选码(每个LED的公共端)经LED_WM_PORT口反相后输出。 KEY_PORT口连接4X4键盘;其中KEY_PORT.0~KEY_PORT.3行扫描码输出位,KEY_PORT.4~KEY_PORT.7列扫描码输入位。 用电平转换芯片MAX232与单片机的串行收发(P30、P31)引脚连接,构成串行通信电路。-Co
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4638
    • 提供者:诗意
  1. MCU-Chips-Reference

    0下载:
  2. 我收藏的一些常用的电子芯片的资料,有74系列的,有MAX232,也有ds18b20等等。可以用MCU控制。-There are various piecemeal introduction of electronic chips, there are 74 series with MAX232, also ds18b20 etc.They can be used in MCU development.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-06-12
    • 文件大小:19689789
    • 提供者:Einslyn Leen
  1. PC-and-mcu-communikation

    0下载:
  2. 采用Atmel公司的AT89S52为核心,实现PC机与单片机系统之间的数据通信。单片机系统采集温度,将数据通过串口将数据传送至PC机,PC机上实现温度显示。用MAX232芯片完成单片机TTL电平到RS-232双向电平的转换 ;用46的矩阵式键盘完成所要显示的数据发送;用LED七段数码管显示接收和发送的数据。在软件设计方面,PC机采用VB或者VC语言编程,使用通信控件来实现串行口收发数据;单片机方面用中断方式完成数据的接收和发送。-Adopts AT89S52 as the core of Atm
  3. 所属分类:SCM

    • 发布日期:2017-06-16
    • 文件大小:24725819
    • 提供者:因一
  1. danpianji

    0下载:
  2. 1.晶振,至于大小由你单片机时钟周期要求而决定(用于计时,与两个电容并联使用,电容大小由你的晶振决定,一般用22pF) 2.复位电路(用于复位) 3.电源(用于供电,一般用电脑的USB口供电) 4.烧制程序的口(可用串口配合MAX232配合使用,也可以做个并口输入,这个要根据你使用单片机的种类决定,比如ATC可用并口,STC一般只用串口输入等等)-Crystal, as the size of your microcontroller clock cycle requirements
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:136346
    • 提供者:杨杰
  1. Serial-communication

    0下载:
  2. 1.利用MAX232实现单片机与微机的串行通讯,借助串口调试助手软件正确接收发送数据.2.使用单片机和MAX485建立距离不低于5米的串行通信系统。-1 using MAX232 to achieve the serial communication between the microcontroller and the computer, with the help of serial debugging assistant software to receive and send data
  3. 所属分类:Com Port

    • 发布日期:2017-04-12
    • 文件大小:1222
    • 提供者:可欣
  1. Version.1.2.0

    1下载:
  2. 软件环境:在网上下载的keilc51v7.01 (Full Version of uVision2)的编辑软件, 我们单位以前买了TEXAS INSTRUMENTS的评估板,其中自带了一张CD,CD中有TI Downloader下 载软件 我就是用上面的2个软件来编辑和下载程序的 硬件情况:我通过host pc的串口(主要是用到2,3,5脚)连到我自己制作的pcb板上的MAX232芯片上,然 后连到MSC
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2361344
    • 提供者:王飞飞飞
  1. RS232-16OUT

    0下载:
  2. Control de 16 salidas por medio de RS232. Usa un Attiny85, un MAX232, y dos 74595, Los comandos son enviados via serial. Letras en Mayuscula para encender y en minisculas para apagar
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:30720
    • 提供者:max_saeta
  1. 121

    0下载:
  2. max232 pcb board swdweqd
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1055744
    • 提供者:clearlove6
« 1 2 ... 6 7 8 9 10 11»
搜珍网 www.dssz.com