>
> 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
pablobl...@gmail.com wrote:
> 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 tr
On 24/04/2013 08:33, pablobl...@gmail.com wrote:
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
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