SPI,是英語Serial Peripheral interface的縮寫,顧名思義就是串行外圍設備接口。
標簽: SPI
上傳時間: 2017-07-15
上傳用戶:zmy123
Library for the 8051 microcontroller. such as math routine, hexBCD, LCD, Keyboard, I2C, Remote, Keypad, Serial EEPROM.. ect. All lybrary function has been tested.
標簽: microcontroller Keyboard Library routine
上傳時間: 2013-11-30
上傳用戶:Breathe0125
jamod is an object oriented implementation of the Modbus protocol, realized 100 in Java. It allows to quickly realize master and slave applications in various transport flavors (IP and serial).
標簽: implementation oriented protocol realized
上傳時間: 2017-07-17
上傳用戶:LouieWu
CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs * Initializes CPUs, caches, memory controllers, and peripherals * Built-in device drivers for SB1250 SOC peripherals * Several console choices, including serial ports, ROM emulators, JTAG, etc. * Environment storage in NV EEPROM, flash, etc. * Supports big or little endian operation * Supports 32-bit and 64-bit processors * Support for network bootstrap. Network protocols supported include IP,ARP,ICMP,UDP,DHCP,TFTP. * Support for disk bootstrap. * Provides an external API for boot loaders and startup programs * Simple user interface. UI is easy to remove for embedded apps.
標簽: following important contains features
上傳時間: 2014-11-23
上傳用戶:龍飛艇
gsm module mempunyai banyak manfaat dalam dunia telekomunikasi.gsm module dapat di hubungkan pada mikrokontroller.cara penggunaannya dapat melalui serial ataupun usb.
標簽: module telekomunikasi gsm mempunyai
上傳時間: 2017-08-06
上傳用戶:fhzm5658
These Release Notes describe the functionality of the AudioCodes’ TrunkPack Series Boards and Digital Media Gateways supported by Software Release 4.8. Information contained in this document is believed to be accurate and reliable at the time of printing. However, due to ongoing product improvements and revisions, AudioCodes cannot guarantee the accuracy of printed material after the Date Published nor can it accept responsibility for errors or omissions.
標簽: functionality AudioCodes TrunkPack the
上傳時間: 2017-08-08
上傳用戶:wuyuying
design about GSM model sended and received communication appliance, comply serial communication procotol,make use of vb department
標簽: communication appliance received design
上傳時間: 2017-08-20
上傳用戶:trepb001
NEA1803 51單片機與12864 由串口中斷收取數據 顯示經度緯度 高度 速度 時間 使用衛星數-GPS development NEA1803 51 SCM and 12864 collected by the serial interrupt data show a high degree of longitude latitude speed time-use satellite
標簽: 12864 1803 development NEA
上傳時間: 2017-08-22
上傳用戶:lepoke
Main program running when workpiece is ready on deferent belt(deferent_ready=ture). * Call Square_Wave subroutine to generate 0.5ms square wave on P1.2 to drive * electromotor,then drive deferent belt step forward. When it steps to the measure * zone, it stops to be measured. Then call A_D subroutine to transform analog * signals to digital signals , after then call serial subroutine to transfer * digital signals to PC. Call square wave subroutine to drive deferent belt step to * original position waitting for defere ready flag to run the next circle.
標簽: deferent_ready workpiece deferent program
上傳時間: 2017-08-31
上傳用戶:baiom
RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key and private key. Public key (e) . You may choose any number for e with these requirements, 1< e <Æ (n), where Æ (n)= (p-1) (q-1) ( p and q are first-rate), gcd (e,Æ (n))=1 (gcd= greatest common divisor). Private key (d). d=(1/e) mod(Æ (n)) Encyption (C) . C=Mª mod(n), a = e (public key), n=pq Descryption (D) . D=C° mod(n), o = d (private key
標簽: crypthograph information Adleman Rivest
上傳時間: 2017-09-01
上傳用戶:chfanjiang