Hello,

On Sat, Mar 20, 2010 at 12:39 PM, Цыганов С.В. <[email protected]> wrote:
> Hello!
>
> I use serial.o driver to communicate to my USB-UART IEEE 802.15.4 Jennic 
> Dongle.
>
> Is there some description of DATA packets contents to exchange between
> driver/linux-zigbee and the device?
>
> I mean structures description or something else od DATA_XMIT_BLOCK
> and DATA_RECV_BLOCK payload?

Basically t's just a data w/o FCS:
'z' 'b' DATA_XMIT_BLOCK <len of the following data> <data w/o FCS>
'z' 'b' DATA_RECV_BLOCK <LQI> <len of the following data> <data w/o FCS>

-- 
With best wishes
Dmitry

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Linux-zigbee-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to