Shot my foot with “xbcfg flash --enable-api”, now it doesn’t responds.
On “xbcfg reset” I see
Traceback (most recent call last):
File “/usr/local/bin/xbcfg”, line 10, in
main(*args)
File “/usr/local/lib/python2.7/dist-packages/xbcfg/xbcfg.py”, line 991, in main
xbee.at_enter()
File “/usr/local/lib/python2.7/dist-packages/xbcfg/xbcfg.py”, line 348, in at_enter
self.read(“OK”)
File “/usr/local/lib/python2.7/dist-packages/xbcfg/xbcfg.py”, line 383, in read
“Expected output ‘%s’ was not found in:
‘%s’” % (assert_output, output)
AssertionError: Expected output ‘OK’ was not found in: ‘’
What can I do using Linux shell with connected device ?
The primary task was to switch device to API mode. When I’ve tried to “open()” it, it showed me the unsopported mode exception (AT mode).
Thank you !