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

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

通訊口

  • 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

  • 工控軟件組態王與單片機多機串口通訊的設計

    詳細介紹工控軟件組態王與單片機多機串口通訊的設計原理。分析組態王提供的直接與單片機串口通信方法的優點,給出系統基于RS-485總線傳輸的接口電路原理圖。根據組態王提供的通訊協議和單片機多機串口通訊的原理,給出程序設計流程與思路。 Abstract:  In this paper,the design principle of communication between multi-SCM and KingView by serial ports is described in detail.We analysis the advantage of method supplied by KingView,by which KingView can communicate with serial ports of SCM directly,and provide the system’s interface circuit based on the RS-485transmission line.We provide flow diagram of programming and thinking on the basis of communication protocol supplied by KingView and principle of communication among multi-SCM through serial ports.

    標簽: 工控軟件 單片機 串口通訊 多機

    上傳時間: 2013-12-19

    上傳用戶:tecman

  • 基于C8051F020的通用串口適配器的設計

    介紹了基于單片機C8051F020的通用串口適配器的設計與實現方法,即由單片機控制的智能化一對多口收發信號轉換器。通過采用C51對單片機進行編程,控制與RS-232(標準RS-232電平)、RS232(TTL電平)、RS-422接口的數據通信;采用C++ Builder作為開發平臺,通過RS-232接口實現上位機對適配器各個通信端口的控制。 Abstract:  Design and realization of a universal serial port adapter based on the MCU C8051F020 are introduced.The adapter is an intelligent one-to-more receiving and transmitting signal converter controlled by the MCU. By programming the MCU with the language C51,MCU control data communication between the MCU and RS-232(RS-232 level),RS-232(TTL level),RS-422 port; Using C++ Builder as the development plane, by one RS232 port, the upper PC can control each of the communication port of the adapter.

    標簽: C8051F020 串口適配器

    上傳時間: 2013-11-19

    上傳用戶:hebanlian

  • CAT9555 I2C IO擴展芯片產品數據手冊及封裝庫

    CAT9555 是一款基于COMS 工藝的器件,它提供了I2C 和SMBus 在應用中的16 位通用并行輸入、輸出口的擴展。當應用中需要額外的I/O 口來連接傳感器、電源開關、LED、按鈕、風扇等時,可使用I/O 擴展器件實現簡單的解決方案。

    標簽: 9555 CAT I2C 擴展芯片

    上傳時間: 2013-11-05

    上傳用戶:jiangxiansheng

  • 利用80C31單片機串行口實現多個LED顯示的一種簡單方法

    摘要:介紹利用80C31單片機串行口、廉價的74HC164和74HC244集成塊實現多個LED顯示的一種簡單方法,利用該方法設計的多路LED顯示系統具有硬件結構簡單、軟件編程容易和價格低廉的特點。關鍵詞:單片機  串行口  LED  顯示  80C31

    標簽: 80C31 LED 單片機 串行口

    上傳時間: 2013-12-31

    上傳用戶:時代將軍

主站蜘蛛池模板: 汉中市| 观塘区| 会昌县| 库尔勒市| 龙门县| 长宁区| 奉新县| 潼关县| 望都县| 文昌市| 大石桥市| 孝感市| 江达县| 曲周县| 平邑县| 茌平县| 来安县| 云南省| 绥棱县| 新巴尔虎右旗| 宁武县| 淮安市| 邹城市| 九江县| 高阳县| 育儿| 古浪县| 炉霍县| 汝南县| 阳西县| 阳原县| 柞水县| 循化| 临泉县| 曲阜市| 鄱阳县| 新巴尔虎右旗| 汉沽区| 乌恰县| 那曲县| 巴南区|