vrajroham / python-xbee

Automatically exported from code.google.com/p/python-xbee
MIT License
0 stars 0 forks source link

xbee.wait_read_frame() doesnt return anything #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I already set the xbee in API mode,and run examples/serial_example_serials_1.py.
As is documented that xbee.wait_read_frame() will return the resulting 
dictionary.
But nothing happened.
I can use API mode to set the xbee : xbee.send('at',command='D1','\x04'). then 
i checked in minicom that ATD1 was set to 4
I've test other APIFrames but xbee.wait_read_frame() still returns nothing
Is this a bug or do i need to set someting else in order to receive APIFrames ?

What version of the product are you using? On what operating system?
python-xbee-2.0 gentoo-x86_64

Original issue reported on code.google.com by Dengshua...@gmail.com on 31 Dec 2012 at 2:35

GoogleCodeExporter commented 8 years ago
Oh,I just found that the minicom receive the data and block the python-xbee to 
receive data

Original comment by Dengshua...@gmail.com on 31 Dec 2012 at 2:42

GoogleCodeExporter commented 8 years ago
Hi Dengshuan09,

Thanks for the heads-up and for posting the solution you found. Since this does 
not appear to be a bug, I will close your ticket as Won'tFix.

Feel free to post to our mailing list if you have questions about anything.

~Paul Malmsten

Original comment by pmalms...@gmail.com on 4 Jan 2013 at 4:04