sending USSD message using TAPI Windows Mobile
標簽: sending message Windows Mobile
上傳時間: 2014-01-27
上傳用戶:181992417
SMTP protocol implementation for sending emails
標簽: implementation protocol sending emails
上傳時間: 2013-12-30
上傳用戶:qunquan
a code in embedded C to interface simcom300 with avr micro controller for gprs and sending messages.
標簽: controller interface embedded messages
上傳時間: 2017-08-10
上傳用戶:sevenbestfei
AT91SAM9263, DBGU and UART0 charecter sending and receiver program
標簽: and charecter receiver sending
上傳時間: 2017-08-23
上傳用戶:阿四AIR
介紹一種基于CAN總線的牽引變電站自動化系統(tǒng)通訊規(guī)約的設計,CAN通訊規(guī)約采用標準幀,報文采用主動發(fā)送和發(fā)送查詢兩種處理形式。該設計在城市輕軌與地鐵牽引變電站中的應用表明:可實現(xiàn)間隔層和通訊處理層的數(shù)據(jù)快速、可靠的交換,提高牽引變電站的安全性和穩(wěn)定性 。 Abstract: This paper firstly presents a kind of design dealing with communicational protocol to the traction substation automation system based on CAN bus,and then comes up with the ideas that all frames of CAN communicational protocol should adopt the standard frame,and that messages be processed by two ways:sending initiatively and sending quiries.Subway and light rail application shows that the use of the CAN bus is possible to exchange data quickly and reliably between the layers of the middle and the communicational processing,hence to improve the safety and stability of traction substations.
上傳時間: 2013-11-07
上傳用戶:bs2005
This application note shows how to achieve low-cost, efficient serial configuration for Spartan FPGA designs. The approachrecommended here takes advantage of unused resources in a design, thereby reducing the cost, part count, memory size,and board space associated with the serial configuration circuitry. As a result, neither processor nor PROM needs to be fullydedicated to performing Spartan configuration.In particular, information is provided on how the idle processing time of an on-board controller can be used to loadconfiguration data from an off-board source. As a result, it is possible to upgrade a Spartan design in the field by sending thebitstream over a network.
上傳時間: 2014-08-16
上傳用戶:adada
This application note shows how to achieve low-cost, efficient serial configuration for Spartan FPGA designs. The approachrecommended here takes advantage of unused resources in a design, thereby reducing the cost, part count, memory size,and board space associated with the serial configuration circuitry. As a result, neither processor nor PROM needs to be fullydedicated to performing Spartan configuration.In particular, information is provided on how the idle processing time of an on-board controller can be used to loadconfiguration data from an off-board source. As a result, it is possible to upgrade a Spartan design in the field by sending thebitstream over a network.
上傳時間: 2013-11-01
上傳用戶:wojiaohs
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.
標簽: firmware mouse translates translator
上傳時間: 2015-04-26
上傳用戶:cuiyashuo
實現(xiàn)進程的管道通信。用系統(tǒng)調(diào)用pipe( )建立一管道,二個子進程P1和P2分別向管道各寫一句話: Child 1 is sending a message! Child 2 is sending a message! 父進程從管道中讀出二個來自子進程的信息并顯示(要求先接收P1,后P2)。
標簽: pipe 進程 系統(tǒng)調(diào)用 通信
上傳時間: 2013-12-20
上傳用戶:黑漆漆
1、 了解系統(tǒng)調(diào)用pipe()的功能和實際原理 2、 編寫一段程序,使用管道實現(xiàn)父子進程之間的通信 a) 使用系統(tǒng)調(diào)用fork()創(chuàng)建一個子進程 b) 子進程調(diào)用函數(shù)write()向父進程發(fā)送自己的進程ID和字符串” s sending a message to parent.\n”。 c) 父進程調(diào)用函數(shù)read()通過管道讀出子進程發(fā)來的消息,將消息輸出屏幕,然后終止
標簽: pipe 系統(tǒng)調(diào)用 程序 編寫
上傳時間: 2013-12-16
上傳用戶:古谷仁美