Receive
共 151 篇文章
Receive 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 151 篇文章,持续更新中。
EDGE+for+Mobile+Internet
The General Packet Radio Service (GPRS) allows an end user to send and<br />
receive data in packet transfer mode within a public land mobile network<br />
(PLMN) without using a permanent connection
Coding+for+MIMO+Communication+Systems
Employing multiple transmit and receive antennas, namely using multi-input multi-output<br />
(MIMO) systems, has proven to be a major breakthrough in providing reliable wireless<br />
communication l
Smart+City+Networks+Through+the+Internet+of+Things
Smart City Networks: Through the Internet of Things is composed of research<br />
results, analyses, and ideas, which focus on a diversity of interconnected factors<br />
relating with urbanization, i
8051 receive very good for using
8051 receive very good for using
THIS matlab code is for MIMO receive diversity
THIS matlab code is for MIMO receive diversity
the best serial port component for delphi application. you can send receive serial port datas as
the best serial port component for delphi application.
you can send receive serial port datas as byte string or cluster
内容摘要: LHD6000主板主芯片程序 ISD1730时序说明: 参考:void Send_1Byte(uchar ucData_s)和uchar Receive_1Byte(void)的说明.
内容摘要: LHD6000主板主芯片程序 ISD1730时序说明:
参考:void Send_1Byte(uchar ucData_s)和uchar Receive_1Byte(void)的说明.
应先发"RESET"命令再发"PWR_UP"命令,后发"RESET"命令可能不正常工作.
1730最高地址只有0xFF,所以对指定地址的操作函数的参数使用了"unsigned char"类型,
A badic controller for the UART. It incorporates a -- transmit and receive FIFO (fr
A badic controller for the UART. It incorporates a
-- transmit and receive FIFO (from Max+Plus II s MegaWizard
-- plug-in manager). Note that no checking is done to s
The SMS Example demonstrates how to: · Create a Short Message Service (SMS) message. ·
The SMS Example demonstrates how to:
· Create a Short Message Service (SMS) message.
· Send the SMS message that was created.
· Receive an SMS message.
· Read
mms application to allow user to send / receive mms
mms application to allow user to send / receive mms
JSMPP Examples to send and receive sms from java via smpp protocol.
JSMPP Examples to send and receive sms from java via smpp protocol.
use pic16f677 to receive irda ic(up6121) signal.
use pic16f677 to receive irda ic(up6121) signal.
介绍计算机上实现gsm modem短消息收发的模式
介绍计算机上实现gsm modem短消息收发的模式,描述gsm modem PDU 模式,包括PDU 模式下的gsm modem模块UCS2 编码、解码原理,以及gsm modem发送与接收PDU 串的编制方式, VB 中的MSCOMM 控件,实现gsm modem短消息收发的核心内容。-briefed on computer modem gsm SMS transceiver model, de
receive phaze tracker matlab
receive phaze tracker matlab
C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive us
C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232
transmit and receive using only one hardware timer.
The transmit and receive routines divide each bit time into 4 slic
本程序是关于SDI 接口的描述
本程序是关于SDI 接口的描述,以用FPGA代替相关芯片;
sdi_receive
How to use jsmsengine to receive sms
How to use jsmsengine to receive sms
RMI asynchronism receive message callback() register and deregister to control update or interrupt
RMI
asynchronism receive message
callback() register and deregister to control update or interrupt
客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流
客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求,
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简