-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. xbee.send('at', chr(9), command="SH")
2. response = xbee.wait_read_frame()
3.
What is the expected output? What do you see instead?
the wait command doesn't respond.
When I use serial.write() followed by serial.read(), I do get a response for
"ATSH"
I tried a variety of commands and a variety of frame ids, but "sh" will only
hang.
What version of the product are you using? On what operating system?
The latest, running on OSX
Please provide any additional information below.
Original issue reported on code.google.com by [email protected]
on 8 Sep 2014 at 3:48