CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - SERIAL RS-232

搜索资源列表

  1. RS-232

    0下载:
  2. 基于RS-232的串口通信,主要用于单片机等嵌入式设备。-based on the RS-232 serial communications, mainly for the MCU and other embedded devices.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.91kb
    • 提供者:shajia
  1. micro_interfacing

    0下载:
  2. This document teach how you interface the microcontroller to the devices using i2c , spi and serial rs-232 and others.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:359.95kb
    • 提供者:Jitkasem
  1. 90s2313Mega8 USB接口转换 RS-232串行接口

    0下载:
  2. 使用m8做的usb接口转换,这里提供串口的,还可以并口的.-Teenagers do use the USB interface conversion, the serial provided here, but also the parallel port.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.47mb
    • 提供者:黄天明
  1. 实现PS/2接口与RS-232接口的数据传输

    0下载:
  2. 实现PS/2接口与RS-232接口的数据传输, 可以通过RS-232自动传送到主机的串口调试终端上并在数据接收区显示接收到的字符。,The realization of PS/2 port RS-232 interface with data transfer, RS-232 can be automatically sent to the host serial debug terminal and reception area in the data display received ch
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-23
    • 文件大小:14.84kb
    • 提供者:包宰
  1. serial-interface

    0下载:
  2. freescale DSP 在串口调试助手输入区中输入数据,通过芯片的RS-232口传输数据,在串口调试助手的输出区中显示数据。-freescale DSP debugging assistant in the serial data input area, enter through the RS-232 chip port transmission of data, the output of the serial debugging assistant area display data.
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:226.41kb
    • 提供者:
  1. RS-232

    0下载:
  2. void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2.51kb
    • 提供者:zhongxinyu
  1. RS-232sender

    0下载:
  2. 一个串口RS-232 发送模块。基于VHDL语言。-A serial RS-232 send module. Based on the VHDL language.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:8.9kb
    • 提供者:李超
  1. RS-232

    0下载:
  2. 基于单片机的C语言编写的串行通信接口模块-Single-chip C-based languages of the serial communication interface module
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3.46kb
    • 提供者:JPEG
  1. miniuart2

    0下载:
  2. 用VHDL在CPLD/FPGA上实现与PC机的RS232通信-This UART (Universal Asynchronous Receiver Transmitter) is designed to make an interface between a RS232 line and a wishbone bus, or a microcontroller, or an IP core. It works fine connected to the serial port of a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:2.47mb
    • 提供者:李涛
  1. ARMshiyan

    0下载:
  2. 本实验是ARM串口实验,基于S3C2410开发板和ucos操作系统,利用串口RS232和主机进行通信。-The ARM serial experiments experiment is based on S3C2410 development board and ucos operating system, using serial RS-232 and the host.
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:108.77kb
    • 提供者:无悔
  1. RS-232

    0下载:
  2. 串口通信模块Verilog代码及相关文档-Serial communication module Verilog code and related documentation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:545.9kb
    • 提供者:李涛
  1. advanced-serial-port-monitor

    1下载:
  2. rs terminal program with rs 232 via windows application
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3.86mb
    • 提供者:yasin
  1. 80C51_com_yibu

    0下载:
  2. 内容涉及到将标准8051或80C51串行口 (UART)应用于通常的RS-232串行通讯时,如何确定波特率及晶振频率。-Content related to 8051 or 80C51 standard serial port (UART) used in the usual RS-232 serial communication, how to determine the baud rate and the crystal frequency.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:154.35kb
    • 提供者:jeff
  1. RS-232-Serial-Communication-Program

    0下载:
  2. RS-232 串口通信程序设计,很好的入门程序-Serial Communication Program
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:9.65kb
    • 提供者:chen
  1. RS-232

    0下载:
  2. 基于RS-232的串口通信,包括51单片机C程序和VB程序-Based on the RS-232 serial communication, including 51 single C program and the VB program
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2.64kb
    • 提供者:yuedeming
  1. RS-232

    1下载:
  2. 2.2基于RS-232的串口通信C代码及VB接收通信代码-2.2 receive communications code based on the RS-232 serial communication C code, and VB
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-02-02
    • 文件大小:2.65kb
    • 提供者:jessy
  1. RS-232

    0下载:
  2. 51的串口通信,RS-232,串口发送与接收,还可控制端口-Serial communication,RS-232
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:25.97kb
    • 提供者:梁志宏
  1. 1-Port-RS-232-Ethernet-Serial-Port

    0下载:
  2. 1-Port RS-232 Ethernet Serial Port.pdf
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:1.56mb
    • 提供者:eww
  1. Serial sample

    0下载:
  2. he Serial (16550-based RS-232) sample driver is a WDF version of the inbox Serial.sys driver in %WINDIR%\system32\drivers.
  3. 所属分类:Windows CE

    • 发布日期:2018-01-04
    • 文件大小:124kb
    • 提供者:nemo_chao
  1. 温度定时巡检系统

    0下载:
  2. 以AT89C51单片机系统为核心,能对多点的温度进行实时巡检。各检测单元(从机)能独立完成各自功能,同时能够根据主控机的指令对温度进行定时采集,测量结果不仅能在本地显示,而且可以利用单片机串行口,通过RS-232总线及通信协议将采集的数据传送到主控机,进行进一步的存档、处理。主控机负责控制指令的发送,控制各个从机进行温度采集,收集测量数据,并对测量结果(包括历史数据)进行整理、显示和存储。主控机与各从机之间能够相互联系、相互协调,从而达到系统整体统一、和谐的效果。(Taking AT89C51
  3. 所属分类:单片机开发

    • 发布日期:2018-01-05
    • 文件大小:55kb
    • 提供者:noc555
« 12 3 4 »
搜珍网 www.dssz.com