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

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

LIN BUS標(biāo)準(zhǔn)

  • M-BUS協議

    M-BUS協議。

    標簽: M-BUS 協議

    上傳時間: 2013-11-04

    上傳用戶:diets

  • 新唐CAN-BUS系列筆記(smartmcu)

    新唐科技(原華邦電子邏輯事業群),自2010年成功推出ARM® Cortex™-M0為內核的32位單片機 - NuMicro™ 家族后,持續專注于新一代微控制器系列產品的開發。同時,32位單片機的發展前景備受各方矚目,在工業控制、消費電子、汽車電子、高速計算與通訊控制等應用領域的推波助瀾下,32位單片機的成本和性價比展現令人期待的成長爆發力。2012年新唐再度大展身手,開發出多款新系列32位帶有 CAN BUS 設備的低功耗NUC130與NUC140系列單片機。

    標簽: smartmcu CAN-BUS 新唐

    上傳時間: 2013-10-17

    上傳用戶:

  • TLC2543 中文資料

    TLC2543是TI公司的12位串行模數轉換器,使用開關電容逐次逼近技術完成A/D轉換過程。由于是串行輸入結構,能夠節省51系列單片機I/O資源;且價格適中,分辨率較高,因此在儀器儀表中有較為廣泛的應用。 TLC2543的特點 (1)12位分辯率A/D轉換器; (2)在工作溫度范圍內10μs轉換時間; (3)11個模擬輸入通道; (4)3路內置自測試方式; (5)采樣率為66kbps; (6)線性誤差±1LSBmax; (7)有轉換結束輸出EOC; (8)具有單、雙極性輸出; (9)可編程的MSB或LSB前導; (10)可編程輸出數據長度。 TLC2543的引腳排列及說明    TLC2543有兩種封裝形式:DB、DW或N封裝以及FN封裝,這兩種封裝的引腳排列如圖1,引腳說明見表1 TLC2543電路圖和程序欣賞 #include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit clock=P1^0; sbit d_in=P1^1; sbit d_out=P1^2; sbit _cs=P1^3; uchar a1,b1,c1,d1; float sum,sum1; double  sum_final1; double  sum_final; uchar duan[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; uchar wei[]={0xf7,0xfb,0xfd,0xfe};  void delay(unsigned char b)   //50us {           unsigned char a;           for(;b>0;b--)                     for(a=22;a>0;a--); }  void display(uchar a,uchar b,uchar c,uchar d) {    P0=duan[a]|0x80;    P2=wei[0];    delay(5);    P2=0xff;    P0=duan[b];    P2=wei[1];    delay(5);   P2=0xff;   P0=duan[c];   P2=wei[2];   delay(5);   P2=0xff;   P0=duan[d];   P2=wei[3];   delay(5);   P2=0xff;   } uint read(uchar port) {   uchar  i,al=0,ah=0;   unsigned long ad;   clock=0;   _cs=0;   port<<=4;   for(i=0;i<4;i++)  {    d_in=port&0x80;    clock=1;    clock=0;    port<<=1;  }   d_in=0;   for(i=0;i<8;i++)  {    clock=1;    clock=0;  }   _cs=1;   delay(5);   _cs=0;   for(i=0;i<4;i++)  {    clock=1;    ah<<=1;    if(d_out)ah|=0x01;    clock=0; }   for(i=0;i<8;i++)  {    clock=1;    al<<=1;    if(d_out) al|=0x01;    clock=0;  }   _cs=1;   ad=(uint)ah;   ad<<=8;   ad|=al;   return(ad); }  void main()  {   uchar j;   sum=0;sum1=0;   sum_final=0;   sum_final1=0;    while(1)  {              for(j=0;j<128;j++)          {             sum1+=read(1);             display(a1,b1,c1,d1);           }            sum=sum1/128;            sum1=0;            sum_final1=(sum/4095)*5;            sum_final=sum_final1*1000;            a1=(int)sum_final/1000;            b1=(int)sum_final%1000/100;            c1=(int)sum_final%1000%100/10;            d1=(int)sum_final%10;            display(a1,b1,c1,d1);           }         } 

    標簽: 2543 TLC

    上傳時間: 2013-11-19

    上傳用戶:shen1230

  • 51單片機串口發N字節

    適用于51單片機的串口發n

    標簽: 51單片機 串口 字節

    上傳時間: 2014-12-25

    上傳用戶:qingzhuhu

  • 一種用N+1條線實現矩陣鍵盤

    89c51一種用N+1條線實現矩陣鍵盤

    標簽: 矩陣鍵盤

    上傳時間: 2014-12-26

    上傳用戶:lhw888

  • C8051F020

    HIGH SPEED 8051 μC CORE - Pipe-lined Instruction Architecture; Executes 70% of Instructions in 1 or 2 System Clocks - Up to 25MIPS Throughput with 25MHz System Clock - 22 Vectored Interrupt Sources MEMORY - 4352 Bytes Internal Data RAM (256 + 4k) - 64k Bytes In-System Programmable FLASH Program Memory - External Parallel Data Memory Interface – up to 5Mbytes/sec DIGITAL PERIPHERALS - 64 Port I/O; All are 5V tolerant - Hardware SMBusTM (I2CTM Compatible), SPITM, and Two UART Serial Ports Available Concurrently - Programmable 16-bit Counter/Timer Array with 5 Capture/Compare Modules - 5 General Purpose 16-bit Counter/Timers - Dedicated Watch-Dog Timer; Bi-directional Reset CLOCK SOURCES - Internal Programmable Oscillator: 2-to-16MHz - External Oscillator: Crystal, RC, C, or Clock - Real-Time Clock Mode using Timer 3 or PCA SUPPLY VOLTAGE ........................ 2.7V to 3.6V - Typical Operating Current: 10mA @ 25MHz - Multiple Power Saving Sleep and Shutdown Modes 100-Pin TQFP (64-Pin Version Available) Temperature Range: –40°C to +85°C

    標簽: C8051F020

    上傳時間: 2013-10-12

    上傳用戶:lalalal

  • SN65LBC170,SN75LBC170,pdf(TRIP

    The SN65LBC170 and SN75LBC170 aremonolithic integrated circuits designed forbidirectional data communication on multipointbus-transmission lines. Potential applicationsinclude serial or parallel data transmission, cabledperipheral buses with twin axial, ribbon, ortwisted-pair cabling. These devices are suitablefor FAST-20 SCSI and can transmit or receivedata pulses as short as 25 ns, with skew lessthan 3 ns.These devices combine three 3-state differentialline drivers and three differential input linereceivers, all of which operate from a single 5-Vpower supply.The driver differential outputs and the receiverdifferential inputs are connected internally to formthree differential input/output (I/O) bus ports thatare designed to offer minimum loading to the buswhenever the driver is disabled or VCC = 0. Theseports feature a wide common-mode voltage rangemaking the device suitable for party-lineapplications over long cable runs.

    標簽: 170 LBC SN TRIP

    上傳時間: 2013-10-13

    上傳用戶:ytulpx

  • 瑞薩MCU在汽車儀表及CAN/LIN應用中的解決方案

    議程1.瑞薩汽車業務概述2.儀表盤MCU解決方案3.CAN/LIN(車身)MCU解決方案

    標簽: MCU CAN LIN 瑞薩

    上傳時間: 2013-10-20

    上傳用戶:王成林。

  • 常用主板I/O芯片簡介

    常用主板I/O芯片簡介

    標簽: 主板 芯片

    上傳時間: 2013-11-10

    上傳用戶:yupw24

  • 單片機I/O口鍵盤擴展方法

    〔摘要〕介紹了幾種通過單片機1/O口鍵盤擴展的方法。主要探討了幾種采用較少的1/O口實現較多按鍵的方法。〔關鍵詞〕單片機;1/O口;鍵盤擴展

    標簽: 單片機 鍵盤 擴展方法

    上傳時間: 2013-10-31

    上傳用戶:jkhjkh1982

主站蜘蛛池模板: 黄梅县| 剑河县| 肇源县| 泽州县| 罗田县| 翼城县| 巩留县| 临朐县| 汉寿县| 彩票| 盱眙县| 兴山县| 绥阳县| 皮山县| 遵义县| 红桥区| 建宁县| 鄯善县| 马龙县| 庄河市| 喀喇| 扶沟县| 华宁县| 隆安县| 文登市| 南宫市| 平利县| 丘北县| 石渠县| 岳池县| 江口县| 武强县| 咸宁市| 博野县| 安吉县| 郧西县| 巨鹿县| 四川省| 大庆市| 福鼎市| 桑日县|