Sending USSD message using TAPI Windows Mobile
Sending USSD message using TAPI Windows Mobile...
Sending USSD message using TAPI Windows Mobile...
SMTP protocol implementation for sending emails...
a code in embedded C to interface simcom300 with avr micro controller for gprs and sending messages....
AT91SAM9263, DBGU and UART0 charecter sending and receiver program...
介绍一种基于CAN总线的牵引变电站自动化系统通讯规约的设计,CAN通讯规约采用标准帧,报文采用主动发送和发送查询两种处理形式。该设计在城市轻轨与地铁牵引变电站中的应用表明:可实现间隔层和通讯处理层的数...
This application note shows how to achieve low-cost, efficient serial configuration for Spartan FP...
This application note shows how to achieve low-cost, efficient serial configuration for Spartan FP...
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup...
实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sendi...
1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自...