flyte / python-xbee

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

can't send '}' character #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sender invoke: xbee.tx(dest_addr='\x00\x02', data = '}')
2. receiver : packet = xbee.wait_read_frame() 
3. receiver: print packet['rf_data']
What is the expected output? What do you see instead?
Expected output:
   receiver prints: '}'

What do I see:
  receiver print nothing. it is still waiting for packet. 

What version of the product are you using? On what operating system?
XBee API version 2.1. Operating System: Mac OSX Mountain Lion

Please provide any additional information below.
Whenever the data field of the xbee.tx(...) is not '}', it does what it soposed 
to do. I am trying to send a JSON packet over from xbee to xbee communication 
between two computers in python. 

Original issue reported on code.google.com by takhan...@gmail.com on 31 May 2013 at 4:24