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
>
> 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