• 大小: 795KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-23
  • 语言: 其他
  • 标签:

资源简介

讲述了zigbee串口波特率的修改方法以及数据之间的传输。

资源截图

代码片段和文件信息

/*----------------------------------------------------------------------------
 *  Demo Application for SimpliciTI
 *
 *  L. Friedman
 *  Texas Instruments Inc.
 *----------------------------------------------------------------------------
 */

/**********************************************************************************************
  Copyright 2007-2009 Texas Instruments Incorporated. All rights reserved.

  IMPORTANT: Your use of this Software is limited to those specific rights granted under
  the terms of a software license agreement between the user who downloaded the software
  his/her employer (which must be your employer) and Texas Instruments Incorporated (the
  “License“). You may not use this Software unless you agree to abide by the terms of the
  License. The License limits your use and you acknowledge that the Software may not be
  modified copied or distributed unless embedded on a Texas Instruments microcontroller
  or used solely and exclusively in conjunction with a Texas Instruments radio frequency
  transceiver which is integrated into your product. Other than for the foregoing purpose
  you may not use reproduce copy prepare derivative works of modify distribute
  perform display or sell this Software and/or its documentation for any purpose.

  YOU FURTHER ACKNOWLEDGE AND AGREE THAT THE SOFTWARE AND DOCUMENTATION ARE PROVIDED 揂S IS?  WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED INCLUDING WITHOUT LIMITATION ANY
  WARRANTY OF MERCHANTABILITY title NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE.
  IN NO EVENT SHALL TEXAS INSTRUMENTS OR ITS LICENSORS BE LIABLE OR OBLIGATED UNDER CONTRACT
  NEGLIGENCE STRICT LIABILITY CONTRIBUTION BREACH OF WARRANTY OR OTHER LEGAL EQUITABLE
  THEORY ANY DIRECT OR INDIRECT DAMAGES OR EXPENSES INCLUDING BUT NOT LIMITED TO ANY
  INCIDENTAL SPECIAL INDIRECT PUNITIVE OR CONSEQUENTIAL DAMAGES LOST PROFITS OR LOST
  DATA COST OF PROCUREMENT OF SUBSTITUTE GOODS TECHNOLOGY SERVICES OR ANY CLAIMS BY
  THIRD PARTIES (INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF) OR OTHER SIMILAR COSTS.

  Should you have any questions regarding your right to use this Software
  contact Texas Instruments Incorporated at www.TI.com.
**************************************************************************************************/
#include 
#include “bsp.h“
#include “mrfi.h“
#include “bsp_leds.h“
#include “bsp_buttons.h“
#include “nwk_types.h“
#include “nwk_api.h“
#include “nwk_frame.h“
#include “nwk.h“

#include “app_remap_led.h“

#ifndef APP_AUTO_ACK
#error ERROR: Must define the macro APP_AUTO_ACK for this application.
#endif

void toggleLED(uint8_t);

/**************************** COMMENTS ON ASYNC LISTEN APPLICATION ***********************
Summary:
  This AP build includes implementation of an unknown number of end device peers in
  addition to AP functionality. In this scenario all End Devices es

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件           0  2012-04-29 19:17  串口\120584183863 .txt
     文件       20480  2012-04-27 18:04  串口\CC2430中的SerialApp例程波特率修改方法.doc
     文件       58368  2012-05-02 14:19  串口\CC2530中串口波特率改为9600时单个数据包来不及接收的解决方案.doc
     文件       14571  2012-04-28 14:26  串口\main_AP_Async_Listen_autoack.c
     文件      267776  2012-05-25 00:29  串口\ZigBee串口收发数据.doc
     文件      508416  2012-04-29 14:48  串口\ZigBee串口透明传输.doc
     文件       56320  2012-04-28 16:14  串口\ZigBee芯片CC2430CC2530对比一览表 .doc
     文件      100352  2012-04-25 10:55  串口\ZSTACK HAL 底层 驱动修改笔记.doc
     文件       26624  2012-04-29 20:14  串口\zstack-2530-dma-uart-两线串口-大量数据的一个伪bug.doc
     文件      119415  2012-04-25 13:55  串口\Zstack添加应用.docx
     文件       35840  2012-04-30 10:54  串口\Z-STACK问题之串口结构uartCfg_t乱说.doc
     文件       20992  2012-05-02 02:30  串口\闭关修炼之zigbee串口接受发送流程.doc
     文件         128  2012-04-27 18:13  串口\串口128字节测试数据.txt
     文件       58880  2012-05-01 00:19  串口\关于在CC2430中基于ZIGBEE2006的串口通信.doc
     文件      100352  2012-04-25 14:31  串口\协议栈按键流程.doc

评论

共有 条评论

相关资源