Go to the source code of this file.
Namespaces | |
| setup_xbee | |
Functions | |
| def | setup_xbee.beginAtMode (port) |
| def | setup_xbee.send (port, cmd) |
| def | setup_xbee.setAT (port, cmd) |
Variables | |
| string | setup_xbee.__author__ = "astambler@willowgarage.com (Adam Stambler)" |
| setup_xbee.action | |
| setup_xbee.args | |
| int | setup_xbee.baud = 57600 |
| string | setup_xbee.cmd = '' |
| setup_xbee.default | |
| setup_xbee.dest | |
| setup_xbee.False | |
| string | setup_xbee.help |
| setup_xbee.my_address = int(args[1]) | |
| setup_xbee.opts | |
| setup_xbee.parser = OptionParser(usage=help) | |
| setup_xbee.port = serial.Serial(port_name, baud, timeout=1.5) | |
| setup_xbee.port_name = args[0] | |
| setup_xbee.type | |