亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

通信控制器

通信控制器(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

主站蜘蛛池模板: 长岭县| 寻乌县| 额敏县| 阿拉善盟| 区。| 商城县| 会昌县| 南宁市| 新密市| 肥东县| 南郑县| 习水县| 南漳县| 同仁县| 石棉县| 贞丰县| 长子县| 赣州市| 连平县| 建始县| 简阳市| 胶南市| 苍南县| 海阳市| 宜昌市| 当涂县| 盘山县| 萍乡市| 桃园市| 长岭县| 宁海县| 天水市| 盐源县| 祥云县| 德惠市| 龙海市| 墨玉县| 含山县| 开封市| 资兴市| 弥渡县|