CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - rs232通信

搜索资源列表

  1. RS232

    0下载:
  2. RS232串口通信,由89c52单片机控制。异步通信,内含两个程序。-RS232 serial communication, controlled by the 89c52 microcontroller. Asynchronous communication, contains two programs.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:7.27kb
    • 提供者:李冰
  1. RS232-UART1

    0下载:
  2. MSP430f149单片机与PC串口通信,实现PC机向单片机发送数据,单片机收到后向PC机返回相应数据-MSP430f149 single-chip serial communication with the PC to achieve PC-to send data to the single-chip, single-chip PC-received return to the corresponding data
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:21.63kb
    • 提供者:chenyun
  1. RS232_RS485

    0下载:
  2. 程序运行环境: 下位机:dsPIC30F6014A 上位机:串口调试助手 RS485芯片:MAX489 通信方式:PC机 --- RS232转RS485 --- RS485接口 --- dsPIC30F6014A 通信内容:PC机发送一串字符(约定以“回车”结束)给下位机,下位机接收后不做任何处理返回给PC。-Environment for running programs: The next bit machine: dsPIC30F6014A Host
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:762byte
    • 提供者:轩零
  1. rs232

    0下载:
  2. 串口发送程序(RS232)经过调试可用,用于控制硬件通信-labview(1)
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4.13kb
    • 提供者:gaoxin
  1. matlab_serial_experiments

    0下载:
  2. matlab串口实验串口通信,一般是指RS232、RS422之间的通信。matlab中有专门的serial函数来创建串口对象。-matlab serial experiments
  3. 所属分类:Other systems

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

    0下载:
  2. 打开串口调试程序,将波特率设置为9600,无奇偶校验 晶振11.0592MHz,发送和接收使用的格式相同,如都使用 字符型格式,在发送框输入 hello,I Love MCU ,在接 收框中同样可以看到相同字符,说明设置和通信正确 -Open the serial port debugger, the baud rate is set to 9600, no parity crystal 11.0592MHz, send and receive using the same fo
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:659byte
    • 提供者:zhu
  1. Rs232Communication

    0下载:
  2. 与Rs232通信读取条形码,有需求的可以-Read the bar code with Rs232 Communication
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3.17kb
    • 提供者:lichao
  1. temperature-measurement

    0下载:
  2. 单片机多点无线测温,rs232通信,上位机显示温度,时间-Single-chip multi-point wireless temperature measurement, rs232 communication, PC display temperature, time
  3. 所属分类:Other windows programs

    • 发布日期:2014-11-01
    • 文件大小:17.46mb
    • 提供者:邓怀仁
  1. RS232

    0下载:
  2. 这是串口通信的单片机程序的源程序,可以自己修改,编译以及改进-This is a microcontroller serial communication program source code can modify, compile, and improved
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:746.72kb
    • 提供者:代小楷
  1. RS232-485

    0下载:
  2. 基于PC串口232和485之间的通信转换,protel的PCB图附带原理图-232 to 484 that uart of computer
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:20.77kb
    • 提供者:qujian
  1. Create-platform-of-RS232-and-Proteus

    0下载:
  2. 本文详细介绍如何建立Proteus和PC机串口通信软件之间,进行通信仿真的平台。这个平台由三个部分组成。它们是:Proteus的单片机仿真电路,PC机串口通信软件,连接前两部分的虚拟串口软件。并附录了已经测试通过的ICCAVR C和VB的源码。-This article introduced how to build a Proteus and PC serial communication software, communication simulation platform.The plat
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:194.39kb
    • 提供者:zhubenyu
  1. RS232

    0下载:
  2. 232作为最常用的通信串口,改程序为开发者提供指导,提供便捷的开发途径。-232 as the most common serial communication, change program provides guidance, provides a convenient way for developers to develop.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:317.95kb
    • 提供者:HUA
  1. rs232

    0下载:
  2. 用Verilog语言实现了UART串行通信协议-Verilog language used to achieve a UART serial communication protocol
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:603.51kb
    • 提供者:王壮
  1. kehshechenxu

    1下载:
  2. 编制一全双工UART电路,通过试验箱MAX202E转换成RS232电平,与计算机进行通讯实验,设置8个按键,按键值为ASIC码“1”~“8”,通过串口发送给计算机,在计算机上显示键值,同时在数码管最高位显示;计算机可发送“0”~“F”的ASIC码,FPGA接收后在数码管低位显示0~F。通过按键可设置波特率。 要求:波特率为三种 1200、2400、9600,由1个按键选择,3个LED分别指示; 数据格式为1位起始位、8位数据位和一位停止位; 上位计算机发送接收软件可使用
  3. 所属分类:其他

  1. labview跟欧姆龙PLC通讯

    1下载:
  2. labview和PLC通讯,利用RS232通信.大家可以试试。控制Y,R.及读X(LabVIEW and PLC communications, the use of RS232 communication. We can try. Control Y, R. and read X)
  3. 所属分类:其他

  1. UDP

    0下载:
  2. 硬件板基于DSP芯片TMS320F2812,通过SPI (Serial Peripheral Interface)口对带协议栈网卡W5500寄存器进行配置,通过网络变压器,RJ45与PC机进行通信,DSP硬件系统通过RS232标准串口与上位机进行通信。(The hardware board of DSP chip based on TMS320F2812, by SPI (Serial Peripheral Interface) and the configuration of the netw
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:182kb
    • 提供者:Johanne
  1. chengxu

    0下载:
  2. 实现串口通信各种进制的接受与转换,能够正确传输字符串和十六进制的数(Serial communication to achieve all kinds of acceptance and conversion, can correctly transfer string and sixteen hexadecimal number)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:9kb
    • 提供者:小白123444
  1. RTX实时平台实现RS232通讯(含源代码)

    0下载:
  2. RTX下串口通信,界面输入发送数据并且显示收到的数据(RTX serial communication, the interface input, send data and display data received)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:284kb
    • 提供者:lxy771895408
  1. VB与RS232串行通信控制

    2下载:
  2. 串口通信源码 MSCOMM API各种方法都很详细包括视频(Serial communication source MSCOMM API various methods are very detailed including video)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:31.72mb
    • 提供者:古典1
  1. RS233-PLC

    0下载:
  2. .实现电力线通信与RS232 通信转换(PLC COMMUNICATION TO RS232)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:5kb
    • 提供者:Atumson
« 12 »
搜珍网 www.dssz.com