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

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

終營口錦冠現代物流產業園倉儲項目

  • 虛擬串口

    虛擬串口

    標簽: 虛擬串口

    上傳時間: 2013-12-20

    上傳用戶:MATAIYES

  • 串口調試助手V2.2

    51做串口實驗的串口調試助手,不過是老版本,但是好用

    標簽: 2.2 串口 調試助手

    上傳時間: 2014-02-18

    上傳用戶:chukeey

  • 并行端口大全_10332210

    并行端口大全_10332210.pdf

    標簽: 10332210 并行端口

    上傳時間: 2014-01-17

    上傳用戶:王慶才

  • 單片機串口測試程序實例

    將單片機從串口收到的字符重新發送到串口

    標簽: 單片機串口 測試 程序實例

    上傳時間: 2013-10-28

    上傳用戶:YKLMC

  • sscom30丁丁串口調試工具

    sscom30丁丁串口調試工具,可以自由設置波特率,速度,方向等等!學習串口控制的必備軟件, 非常方便簡單易用

    標簽: sscom 30 串口調試工具

    上傳時間: 2013-11-08

    上傳用戶:coeus

  • 并口燒錄M8和T26方法

      只用電腦上的并口(打印機接口)不需任何外圍元件燒錄M8芯片的方法!!   只需要連接4根數據和1根地線一共5條線,無需任何電阻電容。   前提您的電腦上要有并口(打印機接口)。   并口與M8的鏈接,我這里用說明和圖片示意兩種方式給大家描述 。   先鏈接并口25針里面的12腳和2腳。   25腳是地,接在M8的8腳或者22腳。如果是在線下載可以連接PCB上任意一點接地點。   10腳是MISO,接在M8的18腳(GandF的設計中大部分也在三線按鍵的接口里)   9腳是RES,接在M8的第1腳   7腳是MOSI, 接在M8的17腳(GandF的設計中大部分也在三線按鍵的接口里)   6腳是SCK,接在M8的19腳(GandF的設計中大部分也在三線按鍵的接口里)

    標簽: T26 并口燒錄

    上傳時間: 2013-10-29

    上傳用戶:gai928943

  • IO模擬串口通訊方法實例

    本內容介紹了IO模擬串口通訊的實現方法及實例分析

    標簽: IO模擬 串口通訊

    上傳時間: 2013-11-11

    上傳用戶:jiwy

  • 基于CH341A的USB串口通訊設計

    為解決當前計算機串行通訊接口只有USB,難以滿足舊型號設備或某些單片機要求RS232通訊的問題,設計出兩款RS232/USB電路。采用CH341A與MAX223集成電路芯片構建標準9線RS232/USB通用接口轉換器,無需編程。采用CH341A與PIC16F877A構建單片機與計算機之間的USB通訊電路,軟件遵循RS232通訊協議,硬件進行電平轉換。實際使用表明,這兩款產品與計算機端Windows 操作系統下的串口應用程序完全兼容,且通訊過程中無握手失敗現象。 Abstract:  To solve the problem that current computer serial communication only with USB interface can not satisfy with the old type equipments or MCU to communicate with RS232, two kinds of RS232/USB circuit were designed.CH341A and MAX223 integrated circuit chips were used to create a standard 9-line RS232/USB universal interface convertor without programme. CH341A and PIC16F877A chips were adopted to build the USB communication circuit between computers and MCU. The software follows RS232 communication protocol, and the hardware converts electrical levels. Actual practices indicate that the two manufactures are compatible with serial application program of Windows operation system completely,and get avoid of handshake lost.    

    標簽: 341A 341 USB CH

    上傳時間: 2013-11-03

    上傳用戶:siying

  • 51端口的結構及工作原理

    P0端口由鎖存器、輸入緩沖器、切換開關、一個與非門、一個與門及場效應管驅動電路構成。再看圖的右邊,標號 為P0.X引腳的圖標,也就是說P0.X引腳可以是P0.0到P0.7的任何一位,即在P0口有8個與上圖相同的電路組成。  

    標簽: 51端口 工作原理

    上傳時間: 2014-01-13

    上傳用戶:fandeshun

  • 單片機P0口的片外數據存儲器擴展

    單片機作為一種微型計算機,其內部具有一定的存儲單元(8031除外),但由于其內部存儲單元及端口有限,很多情況下難以滿足實際需求。為此介紹一種新的擴展方法,將數據線與地址線合并使用,通過軟件控制的方法實現數據線與地址線功能的分時轉換,數據線不僅用于傳送數據信號,還可作為地址線、控制線,用于傳送地址信號和控制信號,從而實現單片機與存儲器件的有效連接。以單片機片外256KB數據存儲空間的擴展為例,通過該擴展方法,僅用10個I/O端口便可實現,與傳統的擴展方法相比,可節約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口 數據存儲器 擴展

    上傳時間: 2014-12-26

    上傳用戶:adada

主站蜘蛛池模板: 金寨县| 湖南省| 呼和浩特市| 鹰潭市| 高雄县| 满洲里市| 盈江县| 壤塘县| 于田县| 南漳县| 贵阳市| 卢湾区| 郴州市| 余庆县| 堆龙德庆县| 慈溪市| 沙洋县| 专栏| 子长县| 滨海县| 池州市| 醴陵市| 读书| 高安市| 天津市| 河北区| 天津市| 榆树市| 甘谷县| 陈巴尔虎旗| 札达县| 岱山县| 长阳| 沈阳市| 金塔县| 河东区| 章丘市| 芒康县| 宣汉县| 津市市| 株洲市|