虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

通信控制器

通信控制器(communicationcontrolunit),是指在数据通信系统中,处于数据电路和主机之间,用于控制数据传输的通信接口设备,简称CCU。
  • 袖珍型电子日历及8路长时间定时控制器程序

    袖珍型电子日历及8路长时间定时控制器程序

    标签: 电子日历 8路 定时控制器 程序

    上传时间: 2013-10-29

    上传用户:agent

  • 单片机与PLC通信研究

    单片机与FX系列PLC通信协议应用研究

    标签: PLC 单片机 通信研究

    上传时间: 2014-01-22

    上传用户:xmsmh

  • 单片机设计的音乐喷泉控制器

    单片机设计的音乐喷泉控制器

    标签: 单片机设计 音乐喷泉 控制器

    上传时间: 2014-11-30

    上传用户:lxm

  • 基于单片机控制的电梯控制器_李海涛

    基于单片机控制的电梯控制器_李海涛

    标签: 单片机控制 电梯控制器

    上传时间: 2014-12-26

    上传用户:gonuiln

  • PC机与单片机通信(RS232协议)

    0001、PC 机与单片机通信(RS232 协议).rar

    标签: 232 RS PC机与单片机 通信

    上传时间: 2014-10-31

    上传用户:牛布牛

  • 基于MATLAB的MCU串行通信

    本文介绍了利用MATLAB仪器实现MCU串行通信的方法:

    标签: MATLAB MCU 串行通信

    上传时间: 2013-11-09

    上传用户:gxmm

  • 单片机远程通信的电路设计

    单片机远程通信的电路设计

    标签: 单片机 远程通信 电路设计

    上传时间: 2013-11-29

    上传用户:cuiyashuo

  • 基于PIC18F1320微控制器的信号采集系统

      便携式信号采集在机器健康诊断系统中有较高的应用价值。机器健康诊断的信号特点是包括低频信号。本文研究是为了实现简易而且低成本的低频便携式信号采集。以Microchip公司单片机PIC18F1320为核心设计信号采集电路,实现了信号的采集和保存。系统采用串行电可擦除芯片24LC32A保存数据,经过有线通信,信号数据由串行口通过MAX232芯片输送到微型计算机接收和保存,最后绘制出信号波形。 微型计算机程序采用Visual Basic编程。研究成功采样频率为3 kHz的复杂信号,证明该方案符合设计要求。   Abstract:   Portable signal acquisition is useful in machine health monitoring systems. The signal characteristics of machine health monitoring includes low frequency signals. The goal of this study is to realize simple, inexpensive and portable low frequency signal sampling. This paper provides the project of signal acquisition system design based on PIC18F1320 microcontroller manufactured by the Microchip Technology Incorporation to achieve signal sampling and storage. The system adopted EEPROM 24LC32A to store the signal data. The microcomputer received data via wired link with the MAX232 IC through the serial port. The microcomputer program, programmed in Visual Basic, received the data, stored it and plotted the signal. The study successfully samples 3kHz complicated signals and thus meets the design requirement.

    标签: F1320 1320 PIC 18F

    上传时间: 2013-11-19

    上传用户:moerwang

  • 基于瑞萨电子微控制器的温度控制系统设计

      为了提高传统温度控制系统的性能,将PID控制理论与嵌入式系统相结合,采用瑞萨电子公司的H8S/2166作为核心处理器,AD公司的AD7705以及热敏电阻温度传感器作为温度检测单元,利用4×6小键盘、LCD显示器和S1D13305液晶控制器达到良好的人机交互,设计出了一个应用于化工领域的嵌入式实时温度控制系统。相比于传统温度控制系统,该系统提供了更强的计算能力和可扩展能力,采用增量PID控制算法实现复杂控制。通过实验,该系统能达到0.1 ℃的温度控制精度以及小于120 s的温度稳定时间。   Abstract:   In order to improve the performance of conventional temperature control system, combining PID control theory with embedded systems, using the Renesas Electronics Corp. H8S/2166 micro-controller as a core processors, AD7705 and thermistor temperature sensor as a temperature detection unit and 4×6 small keyboard, LCD and S1D13305 LCD controller as a good human-computer interaction, this paper designed an embedded real-time temperature control system which is applied in chemical industry. Compared with conventional temperature control system, this system provides more computing power and extensibility, and adopts PID control algorithm for complex control. Through the experiment, the system can reach temperature control accuracy of 0.1 ℃ and temperature stabilization time of less than 120 seconds.

    标签: 瑞萨电子 微控制器 温度控制 系统设计

    上传时间: 2014-12-26

    上传用户:003030

  • 单片机通信系统中CRC算法与硬件环境编程的实现

    在通信系统中从多检错手段中,CRC是非常著名的一种。CRC-全称循环冗余校验是对数据块校验的一种高效的差错控制方法。在单片机通信系统设计过程中,当传输距离较远或是采用无线传输时,为了保证高效而无错地传输数据,必须对数据进行检错,从性能和成本上考虑,采用CRC校验算法远优于奇遇校验和算术和校验等方法。CRC的计算有两种方法,一种是采用专门的硬件,另一种就是软件方法。对于小型低成本的51单片机系统而言,常常需要在没有相关硬件的支持下实现CRC校验,也即通过软件来完成CRC计算(CRC算法)。 这里给出了3种算法,从性能和成本上考虑,它们的适用范围也稍有不同:第一种适用于单片机程序存储空间较小但CRC计算速度要求不高的情况;第二种适用于程序存储空间较大且CRC计算速度要求较高的情况;最后一种适用于程序存储空间不太大,且CRC计算速度要求适中的情况。

    标签: CRC 单片机 通信系统 算法

    上传时间: 2014-12-26

    上传用户:dongbaobao