Modified:
/trunk/samples/jaluino_bee_xbee_api_tx.jal
=======================================
--- /trunk/samples/jaluino_bee_xbee_api_tx.jal Sat Apr 14 02:15:50 2012
+++ /trunk/samples/jaluino_bee_xbee_api_tx.jal Sun Apr 15 02:25:42 2012
@@ -46,7 +46,12 @@
xbee_req.addr64 = xbee_dest
xbee_req.network = xbee_net
xbee_req.api_id = XBEE_ZB_TX_REQUEST
--- what about frame id ?
+xbee_req.frame_id = 1
+-- also set the following, else it's working
+-- when PIC gets prog'd, not after a power down/up
+xbee_req.broadcast_radius = 0
+xbee_req.option = 0
+
-- Assuming LED is enable on hajumper)
onboard_led_direction = output