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

搜索资源列表

  1. pc-rs232-51

    0下载:
  2. 串口程序使用COM1(程序中可修改为其他串口)实现通过RS-232口发送数据至单片机及通过RS-232口接收单片机数据至电脑,配套使用下位机单片机程序。-use COM1 serial port procedures (procedures can be changed to other serial port) to achieve through the RS-232 Send SCM data to and through the RS-232 receiver SCM data to a
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:8498
    • 提供者:bookzhe
  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
    • 文件大小:2569
    • 提供者:zhongxinyu
  1. rs232_receiver

    0下载:
  2. VHDL implementation for an RS-232 receiver system.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1185
    • 提供者:mert
  1. test2

    0下载:
  2. C8051F020单片机用UART0实现RS-232通信,运行前将TX0和P0.0短接,将RXD和P0.1短接,当接收到一个数据后,再将接收到的数据送出。-C8051F020 single-chip implementation using UART0 communication RS-232, run before TX0 and shorted P0.0, P0.1 to RXD and shorted, when the receiver to a data, then receive t
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:20920
    • 提供者:LILU
  1. GPS

    1下载:
  2. 通常GPS定位信息接收系统主要由GPS接收天线、变频器、信号通道、微处理器、存储器以及电源等部分组成。由于GPS定位信息内容较少,因此多用RS-232串口将定位信息(NEMA0183语句)从GPS接收机传送到计算机中进行信息提取处理。-GPS location information is usually received by the GPS receiver system antenna, frequency converter, signal channel, microprocessor
  3. 所属分类:GPS编程

    • 发布日期:2013-04-22
    • 文件大小:150725
    • 提供者:Zhou
  1. communicate

    1下载:
  2. VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3694356
    • 提供者:陈利聪
  1. zylgpsr356

    0下载:
  2. ZylGPSReceiver is a Delphi / C++Builder component collection that communicates with a serial GPS receiver. It works with any NMEA compatible receiver connected to one of the serial ports. You can use it also with USB and Bluetooth devices, because
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1231526
    • 提供者:b0x
  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
    • 文件大小:2588368
    • 提供者:李涛
  1. test

    0下载:
  2. A universal asynchronous receiver/transmitter, abbreviated UART ( /ˈ juː ɑrt/), is a type of "asynchronous receiver/transmitter", a piece of computer hardware that translates data between parallel and serial forms. UARTs are commonly used in
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:134886
    • 提供者:Den
  1. rs232_receiver

    0下载:
  2. receiver RS-232 programmed in VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2934
    • 提供者:JT_LADINO
  1. GPS-simulator-software-design

    0下载:
  2. 本文是一篇模拟GPS接收机实时接收卫星信号并显示的设计论文,主要目的是模拟从GPS接收机接收数据并通过RS-232串行通信标准接口传输,然后按照一定格式显示出来。本设计主要是利用Visual C++ 强大的集成开发环境和快速创建各种应用程序的能力,创建各种图形操作界面,来编写一个实时接收并显示信息的窗体应用程序。本文介绍了GPS的一些历史和发展前景,GPS定位系统概况,GPS的数据传输码制、输出格式和Visual C++ 的发展、作用、集成开发环境和基础知识,以及完成该程序的关键技术: VC++
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:131849
    • 提供者:张利
  1. verilog-uart

    1下载:
  2. UART(Universal Asynchronous Receiver Transmitter,通用异步收发器)是广泛使用的异步串行数据通信协议。下面首先介绍UART硬件接口及电平转换电路,分析UART的传输时序并利用Verilog HDL语言进行建模与仿真,最后通过开发板与PC相连进行RS-232通信来测试UART收发器的正确性。-UART (Universal Asynchronous Receiver Transmitter, Universal Asynchronous Receive
  3. 所属分类:Software Testing

    • 发布日期:2016-11-15
    • 文件大小:117760
    • 提供者:李科
  1. Labwindow_CVI_RS-232COM

    1下载:
  2. 文件收发实例利用LabWindows/CVI的RS-232函数库XModem传输模式进行文件传输,包括文件发送程序和接收程序。 RS-232与其它设备间的通信实例利用同步方式进行RS-232串口数据传输,通过本例学习,能掌握运用串口回调函数建立串口通信的思想。-Despatch examples of the use LabWindows/CVI library of RS-232 transfer mode XModem file transfer, including the file
  3. 所属分类:LabView

    • 发布日期:2017-04-01
    • 文件大小:678162
    • 提供者:WangJ
  1. seryal_analizer_source

    0下载:
  2. Serial Port RS-232 Communication Terminal Tool, with Hex byte-by-byte order sender and receiver.
  3. 所属分类:Com Port

    • 发布日期:2017-05-03
    • 文件大小:529601
    • 提供者:Mehdi Imani
搜珍网 www.dssz.com