欢迎访问ic37.com |
会员登录 免费注册
发布采购

XB24CZ7RIS-004 参数 Datasheet PDF下载

XB24CZ7RIS-004图片预览
型号: XB24CZ7RIS-004
PDF下载: 下载PDF文件 查看货源
内容描述: XBee® /的XBee - PRO® ZB SMT射频模块 [XBee®/XBee-PRO® ZB SMT RF Modules]
分类和应用: 射频
文件页数/大小: 155 页 / 3791 K
品牌: DCD [ DIGITAL CORE DESIGN ]
 浏览型号XB24CZ7RIS-004的Datasheet PDF文件第96页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第97页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第98页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第99页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第101页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第102页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第103页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第104页  
XBee®/XBeePRO® ZB SMT RF Modules  
Source Routing  
The following image shows the API frame exchanges that take place at the serial port when sending a source  
routed transmission.  
Supporting the API  
Applications that support the API should make provisions to deal with new API frames that may be introduced in  
future releases. For example, a section of code on a host microprocessor that handles received serial API frames  
(sent out the module's DOUT pin) might look like this:  
void XBee_HandleRxAPIFrame(_apiFrameUnion *papiFrame){  
switch(papiFrame->api_id){  
case RX_RF_DATA_FRAME:  
//process received RF data frame  
break;  
case RX_IO_SAMPLE_FRAME:  
//process IO sample frame  
break;  
case NODE_IDENTIFICATION_FRAME:  
//process node identification frame  
break;  
default:  
//Discard any other API frame types that are not being used  
break;  
}
}
API Frames  
The following sections illustrate the types of frames encountered while using the API.  
AT Command  
Frame Type: 0x08  
Used to query or set module parameters on the local device. This API command applies changes after executing  
the command. (Changes made to module parameters take effect once changes are applied.) The API example  
below illustrates an API frame when modifying the NJ parameter value of the module  
© 2010 Digi International, Inc.  
100  
 复制成功!