A member of the sales team has a customer using the eZ430-RF2480 with the following questions:
I'm currently working with ez430-rf2480 kit.
1. While using ZB_SEND_DATA_REQUEST API given under SAPI, It only works with 0xFFFE as destination address provided that binding entry for the command ID is already created. It doesn't work with 0xFFFF or 0xFFFD or 0xFFFC as destination addresses. But all address modes work well with AF_DATA_REQUEST even if binding entry doesn't exist for the command ID being sent.
2. An another doubt I'm having is, the API ZB_SEND_DATA_REQUEST doesn't have any field for end point id's like in AF_DATA_REQUEST. So, even if ZB_SEND_DATA_REQUEST works with broadcast address mode, will the data be sent to all end points in the destination address?