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

搜索资源列表

  1. Inverters

    0下载:
  2. 变频器串口通信控制检测的软件编程 对于变频器回送的状态信息则利用Windows的消息处理函数OnComm()进行处理。在消息处理函数中,将变频器回送的14个状态字一次全部读到所定义的变量参数中,然后程序再从变量参数中分别读取各状态字,在屏幕上显示、判断并报警。-Inverters Detect serial communication control software programming for the inverter loopback status of the informatio
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:4707
    • 提供者:wshb
  1. ucos2

    0下载:
  2. 用C语言编写的uCOS_II在51单片机上移植,此代码可直接移植到单片机上,并给出一个串口通信例子供读者学习与交流-Using C language on uCOS_II at 51 Singlechip transplantation, this code can be directly transplanted into single-chip, and give an example of serial communication for readers to study and exch
  3. 所属分类:uCOS

    • 发布日期:2017-05-07
    • 文件大小:1356430
    • 提供者:wangjundong
  1. Read_Encoder

    0下载:
  2. 程序通过串口通信读取三测量坐标仪上编码器的信号,并进行位置的计算。-Procedures through the serial communication read three coordinates measuring instrument on encoder signals, and position calculations.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:808348
    • 提供者:许雄
  1. zigbeetemperatureexample

    0下载:
  2. CC2430.该演示程序实现温度的采集与显示功能,内部温度传感器定时采样,并将采集到的温度信息广播发送出去,另外的节点接收到温度信息后通过串口向计算机上报,串口通信波特率为576-CC2430.zigbee communications,temperature get.
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:438997
    • 提供者:陆永前
  1. SimpleUSBinterfaceDevelopment

    0下载:
  2. 工业领域串口通信速度慢是个比较突出的问题, 而 F T 2 4 5 B M 能够进行 US B和并行 I / O口之间的 协议转换, 在一些条件下能够取代串口. 介绍 F T 2 4 5 B M 芯片的工作原理和功能, 并给出基于 F T2 4 5 B M 的 US B接口电路的应用设计和基于 8 9 c 5 2的汇编及 c 5 1 单片机源程序.-Serial communication industry is a relatively slow prominent problem
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:163725
    • 提供者:了缘
  1. CC2430_temp

    0下载:
  2. 实现温度的采集与显示功能,内部温度传感器定时采样,并将采集到的温度信息广播发送出去,另外的节点接收到温度信息后通过串口向计算机上报,串口通信波特率为576-Acquisition and implementation of the temperature display function, the internal temperature sensor sampling timing and the temperature of collected radio to send informati
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:393496
    • 提供者:杨占刚
  1. chuanbingzhuanhuan

    0下载:
  2. 这个并串转换代码是依靠同步状态机来实现其控制的。其实并串转换在实际的电路中使用还是比较多的,尤其在通信线路方面的复用和分解方面,原理上就是一个串并转换和并串转换的过程。举个简单的例子,计算机串口发送数据的过程,如果满足发送条件了,其实就是一个并串转换的过程了。好了,废话不说,看代码就是。 -And the string conversion of the code is relying on the synchronization state machine to achieve its c
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1009
    • 提供者:盛忠良
  1. port

    0下载:
  2. 该程序是串口通信界面的设计,主要用查询单片机电流电压值并能在界面显示出来,并且能将数据加载至单片机中。-The program is the design of serial communication interface, the main query and single-chip current and voltage values displayed in the interface, and is capable of loading data to the MCU.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:640044
    • 提供者:飞飞
  1. VHDLSourceProgramofReadDAatasFromSRAM

    0下载:
  2. 从SRAM中读取数据并显示的VHDL源程序,了解串口通信的基本原理,了解VGA现实图像的方法和原理。-VHDL Sorce Program of Read Datas From SRAM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:944
    • 提供者:杨波
  1. GM8125

    0下载:
  2. 8051 系列芯片通常只有1 个或2 个串口,在工程实际中,往往需要多个串口进行整个系统的通信,但是普通单片机或者DSP 原有的UART 串口都比较少。GM8125可以将1 个全双工的标准串口扩展成5 个全双工的标准串口,并能通过外部引脚控制串口扩展模式:单通道工作模式或多通道工作模式。-8051 series chips are usually only one or two serial ports, in engineering practice, often requires a num
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:244453
    • 提供者:pudn
  1. cksz

    0下载:
  2. 串口通信端口设置,采用INI文件存储相关参数,在软件运行时读取修改并有默认值设置。在INI文件不存在时会写新的INI文件。在vb2005中调试通过。-Serial communication port settings, the use of INI file storage-related parameters, in the run-time software to read and modify default settings. INI file does not exist in ti
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1109
    • 提供者:帽子
  1. UART1

    0下载:
  2. F020的串口1与PC得通信历程,并配合有按键的初始化。-F020 and the PC serial port 1, a communications course, and there are buttons with initialization.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:10002
    • 提供者:奥神队
  1. 123

    0下载:
  2. 本系统实现接收并响应传感器传来的信号,通过与上位机发生串口通信,从而让上位机播响应并放相位的视频、语音资料。可用于展览馆,动物园等需要解说的地方,-The realization of the system to receive and respond to signals from sensors, occurred with the host computer serial communication, so that PC and put the phase in response to
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:602
    • 提供者:kwgkwg
  1. CommTest_zoomfpga

    0下载:
  2. Visual C++.net 2005 开发环境的串口通信测试程序,本程序可以向下位机发送一些命令字,接收图像数据并显示出来。-Visual C++. Net 2005 . the serial communication program, which can send down a number of command-bit machine word, receiving image data and display it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3962952
    • 提供者:breathomn
  1. ComMsg

    0下载:
  2. 串口通信调试程序,能够进行两个串口之间的通信,并能将接收到的数据分别以不同的数据格式显示出来,如十六进制,ASCI码等,能监控串口通信的整个过程。-Debug serial communication procedures, to carry out the communication between two serial ports, and be able to receive data in different data formats is displayed, such as hexa
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:2031198
    • 提供者:夏俊力
  1. Calcubound

    0下载:
  2. 详细介绍了串口通信中波特率的计算, 并说明了如何在定时器中设置-Details of serial communication baud rate calculation, and explains how to set up timer
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:47690
    • 提供者:zoudesheng
  1. linux_uart2_rs422

    0下载:
  2. 本程序主要是针对linux 下s3c2410下,串口驱动进行开发,针对高速率的串口数据采集,以DMA方式读取串口通信数据,并提供串口RS422的通信协议定义。次程序在2410上以成功测试过。-This procedure is mainly directed against s3c2410 under linux, the serial driver developed for high-speed serial data acquisition, DMA mode to read the se
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:116878
    • 提供者:lisheng
  1. SMSETnew-

    0下载:
  2. 实现gsm模块的串口通信,短信的收发,并确实透明数据传输。-complete serial communication based on gsm ,receiving and sending of sms .
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2470984
    • 提供者:柴什虎
  1. filterDriver

    0下载:
  2. 自己编写的串口过滤代码,通过扫描本机所有串口,针对每个串口生成一个过滤设备对象,并与对应串口进行绑定。可以通过dbgview检测串口通信情况,可根据自己需要改成并口过滤。-I have written code serial filtering, scanning through all the local serial port, serial port for each generation of a filter device object, and bind with the corre
  3. 所属分类:Driver Develop

    • 发布日期:2014-06-09
    • 文件大小:69716
    • 提供者:zhanguoce
  1. testOK

    0下载:
  2. 最近网上找到并修改通过的mega8源代码,包括1602四线驱动、ADC、串口通信、3个io口连接22个按键、PWM、时钟等-Recently adopted by the Internet to find and modify the source code mega8, including the 1602 four-lane drivers, ADC, serial communication, 3 io port to connect 22 buttons, PWM, clock, etc
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:1002042
    • 提供者:ybx
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 41 »
搜珍网 www.dssz.com