亚洲欧美第一页_禁久久精品乱码_粉嫩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

  • 8位OTP單片機芯片MC10P23XXY管腳與三星9454完

    主要特點管腳完全與三星9454兼容8位CISC型內核(MC05)4K byte OTP ROM208 byte RAM3組IO口(最多可支持17個通用IO口和1個輸入口)1個PWM輸出1個8位基本定時器1個8位帶比較輸出的定時器1個10位ADC(9路輸入)2個外中斷、1個定時器中斷、1個PWM中斷看門狗復位功能3V低壓復位可選晶振/RC振蕩晶振400K-8MHzRC振蕩有3.2MHz(@5V,typ.)、8MHz(@5V,typ.)、外接電阻電容3種可選

    標簽: 9454 10P OTP P23

    上傳時間: 2013-11-05

    上傳用戶:Jerry_Chow

  • 基于C8051F020單片機的多路壓力測量儀

    介紹了一種基于C8051F020單片機的多路壓力測量儀。該測量儀選用電阻應變式壓力傳感器采集壓力信號,并經放大電路處理后送入C8051F020單片機,再由C8051F020單片機內部的A/D轉換器將采集到的壓力信號進行模數轉化,然后分別對數據進行存儲和顯示。該測量儀能測量6路壓力信號,并且各測量點都能單獨檢測和設置。由于采用了C8051F020單片機,簡化了硬件電路,增強了抗干擾能力,使得測量儀具有測量精度高,沖擊小等特點。 Abstract:  A measurement apparatus for multi-channel pressure based on single chip microcomputer is introduced.It can measure 6 channels signal of the pressure,and the pressure measure points can be detection and located individually.The pressure signal sampling is obtained by resistor stress-type pressure sensors,the digital signals of 6 channels are collected through amplifying and adjustment circuit of pressure signals and internal integrated A/D converter of MCU.Finally,and it realizes the function to store and display data separately.C8051F020 was used to made hardware circuit simple,and it also enhanced the anti-interference ability.It features high precision and little impact.

    標簽: C8051F020 單片機 多路 壓力

    上傳時間: 2013-11-16

    上傳用戶:yare

  • 8位OTP單片機芯片BM22P02

    概述 BM22P02是一款OTP類型低功耗8位通用微控制器(MCU)。可適用于各類簡單功能的小家電控制。 主要特點 ●指令與BL2220兼容●CPU:8位●ROM單元:2Kbyte●RAM單元:64byte●晶振電路:400K~4MHz晶體振蕩器或內置RC振蕩●I/O口:2組8位雙向口●1個單向輸出口●17位watchdog●1路BUZZER輸出●低電壓復位LVR(翻轉電壓1.9V±0.2V),可軟件選擇●其他外圍電路:8位可編程定時器●工作電源電壓:2.0~5.5V●工作溫度:-40~85℃●靜態功耗:<1uA@VDD=3V●動態功耗:<1mA@VDD=3V●封裝形式:SOP24/DIP24/SOP20200MIL/SOP20300MIL/SSOP20/DIP20

    標簽: 22P OTP P02 22

    上傳時間: 2013-11-25

    上傳用戶:smthxt

主站蜘蛛池模板: 岫岩| 诏安县| 福清市| 尖扎县| 界首市| 青浦区| 遂溪县| 宁陕县| 积石山| 民乐县| 贺兰县| 清丰县| 扎赉特旗| 富顺县| 新巴尔虎左旗| 武宣县| 柘城县| 新邵县| 万载县| 建宁县| 内江市| 吉木乃县| 旅游| 昭觉县| 巴楚县| 平乐县| 顺昌县| 夏邑县| 青田县| 佛山市| 大田县| 洪洞县| 宜都市| 泸水县| 宣汉县| 金坛市| 大埔区| 嘉禾县| 兴业县| 呈贡县| 治多县|