第一章 數(shù)據(jù)通信基礎(chǔ) 第二章 通用串行通信標準和通用MODEM命令 第三章 嵌入式匯編語言開發(fā)通信程序 第四章 MSCOMM控件應用 第五章 線程開發(fā)... ......................
上傳時間: 2013-10-14
上傳用戶:swaylong
第一章 概述 第二章 微型測控系統(tǒng)常用器件 第三章 工業(yè)控制計算技術(shù)要點 第四章 單片機存儲系統(tǒng)擴展 第五章 標準總線和串行通信 第六章微型機應用系統(tǒng)常用可編程接口芯片 ............................
上傳時間: 2014-01-09
上傳用戶:dbs012280
LPC1300片上USB驅(qū)動應用與實例
上傳時間: 2014-01-22
上傳用戶:box2000
單片機作為一種微型計算機,其內(nèi)部具有一定的存儲單元(8031除外),但由于其內(nèi)部存儲單元及端口有限,很多情況下難以滿足實際需求。為此介紹一種新的擴展方法,將數(shù)據(jù)線與地址線合并使用,通過軟件控制的方法實現(xiàn)數(shù)據(jù)線與地址線功能的分時轉(zhuǎn)換,數(shù)據(jù)線不僅用于傳送數(shù)據(jù)信號,還可作為地址線、控制線,用于傳送地址信號和控制信號,從而實現(xiàn)單片機與存儲器件的有效連接。以單片機片外256KB數(shù)據(jù)存儲空間的擴展為例,通過該擴展方法,僅用10個I/O端口便可實現(xiàn),與傳統(tǒng)的擴展方法相比,可節(jié)約8個I/O端口。 Abstract: As a micro-computer,the SCM internal memory has a certain units(except8031),but because of its internal storage units and the ports are limited,in many cases it can not meet the actual demand.So we introduced a new extension method,the data line and address lines combined through software-controlled approach to realize the time-conversion functions of data lines and address lines,so the data lines not only transmited data signals,but also served as address lines and control lines to transmit address signals and control signals,in order to achieve an effective connection of microcontroller and memory chips.Take microcontroller chip with256KB of data storage space expansion as example,through this extension method,with only10I/O ports it was achieved,compared with the traditional extension methods,this method saves8I/O ports.
標簽: 單片機 P0口 數(shù)據(jù)存儲器 擴展
上傳時間: 2014-12-26
上傳用戶:adada
Linear 公司的LTC4310是絕緣的雙向I2C總線通信器件,每個器件可把I2C邏輯狀態(tài)編碼成信號,通過絕緣層傳輸?shù)搅硪粋€器件.接收器件解碼,并驅(qū)動I2C總線到適當?shù)拇_邏輯狀態(tài).主要用在絕緣的I2C, SMBus和PMBus 接口,絕緣電源,以太網(wǎng)供電和正到負電源通信.本文介紹了LTC4310主要特性,典型應用以及多種應用電路框圖.
上傳時間: 2013-11-02
上傳用戶:trepb001
MG3500SoC是支持H.264高清編解碼器的片上系統(tǒng),內(nèi)部集成一個嵌入式ARM926處理器,支持高清H.264編解碼、MPEG鄄2解碼和JPEG編解碼。介紹了MG3500SoC的主要性能特點、引腳排列、主要接口功能及在DVR上的應用,以及MG3500SoC及其周圍器件的硬件設(shè)計,提出了在設(shè)計中應注意的問題。 Abstract: The MG3500System-on-Chip(SoC)is high definition(HD)H.264codec,including ARM926-EJ processor,H.264encoder/decoder,MPEG2decoder and JPEG/MJPEG encoder/decoder.The features,pin assignments,interfaces and the typical application of MG3500in DVR are introduced in this paper.The application hardware circuit between the MG3500SoC and peripheral device are given,the questions which the syetem design needs to pay attention are explained.
上傳時間: 2013-11-12
上傳用戶:elinuxzj
摘要:在工業(yè)自動控制中,單片機與PLC的遠距離通信是一個難點與熱點問題。本文設(shè)計了S7-200PLC與PIC16F877單片機實現(xiàn)遠距離串行通信的硬件連接和軟件實現(xiàn)方法。本文采用了MAX485E芯片進行TTL電平與差分信號之間的轉(zhuǎn)換,使用RS-485端口和半雙工模式進行通信。最后通過異或校驗碼對接收到的數(shù)據(jù)進行核對,以進一步提高數(shù)據(jù)傳輸?shù)目煽啃浴嶒炞C明,該方法成功實現(xiàn)了單片機與PLC的遠距離通信,并且具有開發(fā)簡單,抗干擾能力強的特點,具有一定實用價值。關(guān)鍵詞:單片機 PLC 串行通信
上傳時間: 2014-12-27
上傳用戶:YUANQINHUI
在開放式數(shù)控系統(tǒng)結(jié)構(gòu)模型的基礎(chǔ)上,研究了基于ISA總線的DSP通信控制原理。采用中斷方式完成了PC機和DSP之間的通信。介紹了以DriverWorks為工具開發(fā)ISA設(shè)備WDM驅(qū)動程序的方法,探討了中斷處理、驅(qū)動程序與應用程序之間的通信,簡要說明了驅(qū)動程序的安裝與調(diào)試。通過調(diào)試,系統(tǒng)設(shè)計運行穩(wěn)定。 Abstract: The ISA bus and DSP correspondence control principle is investigated in the basis of the existing open architecture numerical control system.The interrupt method is used to realize the communication between PC and DSP based on the ISA bus.The methods of WDM driver exploitation for ISA device using Driver Works are introduced.The main process of driver program and the keys such as handle interrupt and the communication between the drivers and application are presented.And how to debug and install the drive is explained.
上傳時間: 2013-11-04
上傳用戶:kang1923
從今天開始,我們的課程終于進入F2812的核心了,呵呵。在今天的課程中,我們將帶領(lǐng)大家一起學習2812的片內(nèi)資源,初步了解它究竟有哪些本事,能拿來干些什么,然后一起了解2812存儲器的結(jié)構(gòu),統(tǒng)一編址的方式、存儲器映射關(guān)系,并重點分析CMD文件,以期望消除大家對CMD文件的迷惑,在自己編寫程序的時候會修改CMD文件中的部分內(nèi)容,從而滿足自己設(shè)計時的需求。
上傳時間: 2013-10-30
上傳用戶:feitian920
摘要:介紹了采取專用電平轉(zhuǎn)換芯片MAX232實現(xiàn)PC機與MCS51單片機之間的串行通信的方法.通過對系統(tǒng)的通信方式選擇89C51通信波特率的設(shè)置、通信的設(shè)置,以及對接口電路的軟件和硬件的設(shè)計分析,展示了該電路的實用性.關(guān)鍵詞:微處理器;PC機;串行通信;RS-232接口;MAX232芯片
上傳時間: 2014-01-22
上傳用戶:shizhanincc
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1