cthuun / python-xbee

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

shell.py script is somewhat inconsistent between command mode and API mode #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The shell.py script is currently a little odd. One may use it to conveniently 
send and receive data to an XBee device in command mode (data is not encoded in 
API frames). However, watch mode expects data to arrive as API frames; all else 
is ignored.

Is this the expected behavior for the simple shell script?

Original issue reported on code.google.com by pmalms...@gmail.com on 11 Jul 2010 at 7:09