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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

rs碼

  • 基于RS485和單片機(jī)的排隊(duì)機(jī)控制系統(tǒng)設(shè)計(jì)

    隨著計(jì)算機(jī)技術(shù)以及網(wǎng)絡(luò)技術(shù)的發(fā)展,將RS-485 網(wǎng)絡(luò)控制系統(tǒng)應(yīng)用在排隊(duì)控制上,設(shè)計(jì)一種可以代替人們來(lái)排隊(duì)的系統(tǒng),可以提高人們生活質(zhì)量。本文詳細(xì)介紹了排隊(duì)機(jī)系統(tǒng)各控制器的設(shè)計(jì),包括各個(gè)功能模塊的硬件電路和控制軟件的設(shè)計(jì),這些功能模塊和控制器是排隊(duì)機(jī)控制系統(tǒng)的重要組成部分。

    標(biāo)簽: 485 RS 單片機(jī) 控制系統(tǒng)設(shè)計(jì)

    上傳時(shí)間: 2014-12-28

    上傳用戶:asaqq

  • 自動(dòng)檢測(cè)80C51串行通訊中的波特率

    自動(dòng)檢測(cè)80C51串行通訊中的波特率:本文介紹一種在80C51 串行通訊應(yīng)用中自動(dòng)檢測(cè)波特率的方法。按照經(jīng)驗(yàn),程序起動(dòng)后所接收到的第1 個(gè)字符用于測(cè)量波特率。這種方法可以不用設(shè)定難于記憶的開(kāi)關(guān),還可以免去在有關(guān)應(yīng)用中使用多種不同波特率的煩惱。人們可以設(shè)想:一種可靠地實(shí)現(xiàn)自動(dòng)波特檢測(cè)的方法是可能的,它無(wú)須嚴(yán)格限制可被確認(rèn)的字符。問(wèn)題是:在各種的條件下,如何可以在大量允許出現(xiàn)的字符中找出波特率定時(shí)間隔。顯然,最快捷的方法是檢測(cè)一個(gè)單獨(dú)位時(shí)間(single bit time),以確定接收波特率應(yīng)該是多少。可是,在RS-232 模式下,許多ASCII 字符并不能測(cè)量出一個(gè)單獨(dú)位時(shí)間。對(duì)于大多數(shù)字符來(lái)說(shuō),只要波特率存在合理波動(dòng)(這里的波特率是指標(biāo)準(zhǔn)波特率),從起始位到最后一位“可見(jiàn)”位的數(shù)據(jù)傳輸周期就會(huì)在一定范圍內(nèi)發(fā)生變化。此外,許多系統(tǒng)采用8 位數(shù)據(jù)、無(wú)奇偶校驗(yàn)的格式傳輸ASCII 字符。在這種格式里,普通ASCII 字節(jié)不會(huì)有MSB 設(shè)定,并且,UART總是先發(fā)送數(shù)據(jù)低位(LSB),后發(fā)送數(shù)據(jù)高位(MSB),我們總會(huì)看見(jiàn)數(shù)據(jù)的停止位。在下面的波特率檢測(cè)程序中,先等待串行通訊輸入管腳的起始信號(hào)(下降沿),然后起動(dòng)定時(shí)器T0。在其后的串行數(shù)據(jù)的每一個(gè)上升沿,將定時(shí)器T0 的數(shù)值捕獲并保存。當(dāng)定時(shí)器T0溢出時(shí),其最后一次捕獲的數(shù)值即為從串行數(shù)據(jù)起始位到最后一個(gè)上升沿(我們假設(shè)是停止位)過(guò)程所持續(xù)的時(shí)間。

    標(biāo)簽: 80C51 自動(dòng)檢測(cè) 串行通訊 波特率

    上傳時(shí)間: 2014-08-22

    上傳用戶:dajin

  • 基于AT89C51應(yīng)用系統(tǒng)的串行通信設(shè)計(jì)

    基于AT89C51應(yīng)用系統(tǒng)的串行通信設(shè)計(jì):介紹了基于AT89C51應(yīng)用系統(tǒng)中的串行通信軟硬件設(shè)計(jì)方法和實(shí)現(xiàn)過(guò)程,在基于紅外成像技術(shù)的電力設(shè)備狀態(tài)檢測(cè)系統(tǒng)中,將紅外測(cè)溫儀檢測(cè)到設(shè)備的溫度數(shù)據(jù)傳給控制電路,進(jìn)行數(shù)據(jù)格式的轉(zhuǎn)換后,在RAM 中存儲(chǔ),同時(shí)上傳給PC機(jī)。系統(tǒng)利用MAX232實(shí)現(xiàn)RS 232C的EIA 電平與單片機(jī)的TTI 電平之聞轉(zhuǎn)換,利用通用串口芯片8251A擴(kuò)展串行接13',實(shí)現(xiàn)PC機(jī)與單片機(jī)之問(wèn)的串行通信。 關(guān)鍵詞:串行通信;單片機(jī);接口;RS232C

    標(biāo)簽: 89C C51 AT 89

    上傳時(shí)間: 2014-12-21

    上傳用戶:aeiouetla

  • RSM-6505 5通道熱電偶測(cè)量模塊

    RSM-6505可同時(shí)對(duì)5路的熱電偶進(jìn)行測(cè)量,且通道具有周期自校準(zhǔn)功能;模塊還具有5路數(shù)字量輸出通道,可以設(shè)置為用戶控制輸出或?qū)y(cè)量溫度值進(jìn)行超限狀態(tài)指示——“超限報(bào)警”輸出。RSM-6505對(duì)輸入輸出端口采用電氣隔離,并采用帶隔離的RS-485總線接口及看門(mén)狗技術(shù),有效保障設(shè)備安全可靠運(yùn)行

    標(biāo)簽: 6505 RSM 熱電偶 測(cè)量模塊

    上傳時(shí)間: 2014-12-28

    上傳用戶:han_zh

  • 3-V TO 5.5-V MULTICHANNEL RS-2

    The MAX3243E device consists of three line drivers, five line receivers, and a dual charge-pump circuit with±15-kV ESD (HBM and IEC61000-4-2, Air-Gap Discharge) and ±8-kV ESD (IEC61000-4-2, Contact Discharge)protection on serial-port connection pins. The device meets the requirements of TIA/EIA-232-F and provides theelectrical interface between an asynchronous communication controller and the serial-port connector. Thiscombination of drivers and receivers matches that needed for the typical serial port used in an IBM PC/AT, orcompatible. The charge pump and four small external capacitors allow operation from a single 3-V to 5.5-Vsupply. In addition, the device includes an always-active noninverting output (ROUT2B), which allowsapplications using the ring indicator to transmit data while the device is powered down. The device operates atdata signaling rates up to 250 kbit/s and a maximum of 30-V/ms driver output slew rate.

    標(biāo)簽: MULTICHANNEL 5.5 TO RS

    上傳時(shí)間: 2013-10-19

    上傳用戶:ddddddd

  • Microchip ZigBee協(xié)議棧

    Microchip ZigBee協(xié)議棧:ZigBee™ 是專為低速率傳感器和控制網(wǎng)絡(luò)設(shè)計(jì)的無(wú)線網(wǎng)絡(luò)協(xié)議。有許多應(yīng)用可從ZigBee 協(xié)議受益,其中可能的一些應(yīng)用有:建筑自動(dòng)化網(wǎng)絡(luò)、住宅安防系統(tǒng)、工業(yè)控制網(wǎng)絡(luò)、遠(yuǎn)程抄表以及PC 外設(shè)。與其他無(wú)線協(xié)議相比, ZigBee 無(wú)線協(xié)議提供了低復(fù)雜性、縮減的資源要求,最重要的是它提供了一組標(biāo)準(zhǔn)的規(guī)范。它還提供了三個(gè)工作頻帶,以及一些網(wǎng)絡(luò)配置和可選的安全功能。如果您正在尋求現(xiàn)有的控制網(wǎng)絡(luò)技術(shù)(例如RS-422、RS-485)或?qū)S袩o(wú)線協(xié)議的替代方案, ZigBee 協(xié)議可能是您所需的解決方案。此應(yīng)用筆記旨在幫助您在應(yīng)用中采用ZigBee 協(xié)議。 可以使用在應(yīng)用筆記中提供的Microchip ZigBee 協(xié)議棧快速地構(gòu)建應(yīng)用。為了說(shuō)明該協(xié)議棧的用法,本文包含了兩個(gè)有效的演示應(yīng)用程序。可將這兩個(gè)演示程序作為參考或者根據(jù)您的需求經(jīng)過(guò)簡(jiǎn)單修改來(lái)采用它們。此應(yīng)用筆記中提供的協(xié)議棧函數(shù)庫(kù)實(shí)現(xiàn)了一個(gè)與物理層無(wú)關(guān)的應(yīng)用程序接口。 因此,無(wú)需做重大修改就可以輕松地在射頻(Radio Frequency,RF)收發(fā)器之間移植應(yīng)用程序。在此文檔末尾的“常見(jiàn)問(wèn)題解答”中提供了有關(guān)Microchip 協(xié)議棧和用法的一些常見(jiàn)問(wèn)題及其答案。

    標(biāo)簽: Microchip ZigBee 協(xié)議棧

    上傳時(shí)間: 2013-10-08

    上傳用戶:u789u789u789

  • 基于89C2051單片機(jī)的熱表通訊模塊的開(kāi)發(fā)

    基于89C2051單片機(jī)的熱表通訊模塊的開(kāi)發(fā):介紹了利用89C2051 單片機(jī)開(kāi)發(fā)某熱表的通訊模塊,并將其應(yīng)用于實(shí)驗(yàn)用主從分布式控制系統(tǒng)中,實(shí)現(xiàn)了工控機(jī)同多個(gè)熱表的串行通訊。闡述了串行通訊規(guī)程,利用單片機(jī)的普通I/ O 端口實(shí)現(xiàn)串行口功能的方法,從而解決了該單片機(jī)在實(shí)際的串行通訊應(yīng)用中串口資源少的問(wèn)題。通訊模塊通過(guò)RS - 485 通訊方式實(shí)現(xiàn)了熱表與工控機(jī)的遠(yuǎn)距離通訊。在充分利用單片機(jī)端口資源的基礎(chǔ)上完成了工控機(jī)與多臺(tái)單片機(jī)通訊。關(guān)鍵詞:單片機(jī);串行通訊;普通I/ O 端口;RS - 485 ;多機(jī)通訊

    標(biāo)簽: 89C2051 單片機(jī) 通訊模塊

    上傳時(shí)間: 2014-04-16

    上傳用戶:tb_6877751

  • Reading and Writing iButtons v

    Abstract: This application note explains the hardware of different types of 1-Wire® interfaces and software examples adapted to this hardware with a focus on serial ports. Depending on the types of iButtons required for a project and the type of computer to be used, the most economical interface is easily found. The hardware examples shown are basically two different types: 5V general interface and 12V RS-232 interface. Within the 5V group a common printed circuit board could be used for all circuits described. The variations can be achieved by different populations of components. The same principal is used for the 12V RS-232 interface. The population determines if it is a Read all or a Read/Write all type of interface. There are other possible circuit implementations to create a 1-Wire interface. The circuits described in this application note cover many different configurations. For a custom application, one of the described options can be adapted to meet individual needs.

    標(biāo)簽: iButtons Reading Writing and

    上傳時(shí)間: 2013-10-29

    上傳用戶:long14578

  • CAN與RS232轉(zhuǎn)換節(jié)點(diǎn)的設(shè)計(jì)與實(shí)現(xiàn)

    CAN與RS232轉(zhuǎn)換節(jié)點(diǎn)的設(shè)計(jì)與實(shí)現(xiàn) 介紹將CAN總線接口與RS232總線接口相互轉(zhuǎn)換的設(shè)計(jì)方法和2種總線電平轉(zhuǎn)換關(guān)系,實(shí)現(xiàn)CAN總線與各模塊的接口設(shè)計(jì),制定了相應(yīng)的軟硬件設(shè)計(jì)方案,并給出軟件設(shè)計(jì)流程圖以及部分硬件設(shè)計(jì)原理圖。為CAN總線與RS232總線互聯(lián)提供了一種方法,對(duì)CAN總線與RS232總線接口設(shè)備的互聯(lián)和廣泛應(yīng)用的實(shí)現(xiàn)具有重要意義。關(guān)鍵詞:CAN總線;RS-232總線;串行通信Design and Realization of CAN and RS232 Transformation NodeZHOU Wei, CHENG Xiao-hong(Information Institute, Wuhan University of Technology, Wuhan 430070)【Abstract】This paper introduces one design method of the CAN bus interface and the RS232 bus interface interconversion, emphasizes two kindof bus level transformation relations, realizes the CAN bus and various modules connection design, formulates the design proposal of correspondingsoftware and hardware, and gives the flow chart of software design as well as the partial schematic diagram of hardware design. It providesonemethod for the CAN bus and the RS232 bus interconnection, has the vital significance to widespread application realization of the CAN busand theRS232 bus interface equipment interconnection.【Key words】CAN bus; RS-232 bus; serial communication

    標(biāo)簽: CAN 232 RS 轉(zhuǎn)換

    上傳時(shí)間: 2013-11-04

    上傳用戶:leesuper

  • 單片機(jī)應(yīng)用系統(tǒng)設(shè)計(jì)的基本方法

    19-1. 單片機(jī)典型應(yīng)用系統(tǒng)組成19-2.單片機(jī)應(yīng)用系統(tǒng)實(shí)例19-3.單片機(jī)應(yīng)用系統(tǒng)的開(kāi)發(fā)過(guò)程單片機(jī)系統(tǒng)組成A/D接口:實(shí)現(xiàn)模擬信號(hào)的采集并行A/D串行A/DD/A接口:輸出模擬量的控制信號(hào)并行D/A串行D/A開(kāi)關(guān)量輸入輸出:實(shí)現(xiàn)開(kāi)關(guān)信號(hào)的檢測(cè)和控制步進(jìn)電機(jī)、PWM控制的直流電機(jī)開(kāi)關(guān)量輸出的傳感器(如光電、霍爾傳感器等)通信接口:實(shí)現(xiàn)系統(tǒng)和外界(單片機(jī)或PC)的數(shù)據(jù)交換RS-232CRS-485人機(jī)界面:溝通用戶和系統(tǒng)的渠道鍵盤(pán)、顯示打印機(jī)

    標(biāo)簽: 單片機(jī)應(yīng)用 系統(tǒng)設(shè)計(jì)

    上傳時(shí)間: 2013-11-08

    上傳用戶:skfreeman

主站蜘蛛池模板: 永善县| 庆云县| 扎兰屯市| 辉县市| 洛川县| 开阳县| 伊川县| 班玛县| 灌阳县| 淄博市| 济南市| 萝北县| 清苑县| 泊头市| 竹北市| 从化市| 日喀则市| 荃湾区| 河池市| 泽普县| 顺平县| 三台县| 乐昌市| 丽江市| 高青县| 延长县| 玉屏| 都江堰市| 普洱| 当涂县| 延川县| 东平县| 石台县| 道孚县| 和田市| 同仁县| 来安县| 通许县| 永吉县| 祁门县| 东丰县|