Hello,

I studied the linux zigbee stack this week and I think I found a bug in
the serial communication. I used the latest devel tree and the
linux802154-serialdev-d94645d5.bin firmware. After I started to debug
the low level serial communication with the test_trx.py script and I
realised that the last two bytes of the frame are not received:

Good frame:           63 88 17 38 10 00 00 71 79 04
Sent by the dongle:   63 88 17 38 10 00 00 71

After that I tried the sending with the test_recv.py and I also found a
problem. There are two additional bytes at the end of the sent frame!

Transmitted:          61 88 64 38 10 37 14 01 00
Received by the dongle: 61 88 64 38 10 37 14 01 00 6e 31

Good frame: 12 00 17
Sent:       12 00 17 38 10 <- garbage from the previous frame

I used an additional PC with zigbee sniffer to check the real wireless
communication.

Could somebody advice me a working usb dongle and firmware?

Best regards,
Gabor Szabo

------------------------------------------------------------------------------
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