Fixing escaped characters python-xbee

2013-04-24 Thread pabloblo85
I am using a XBee to receive data from an arduino network. But they have AP=2 which means escaped characters are used when a 11 or 13 appears (and some more...) When this occurs, XBee sends 7D and inmediatly XOR operation with char and 0x20. I am trying to recover the original character in pyth

Re: Fixing escaped characters python-xbee

2013-04-26 Thread pabloblo85
> > the following in gmane.comp.python.general: > > > > > I am using a XBee to receive data from an arduino network. > > > > > > But they have AP=2 which means escaped characters are used when a 11 or 13 > > appears (and some more...) > > > > > > When this occurs, XBee sends 7D and inme