Don't ad-block us - support your favorite websites. We have safe, unobstrusive, robotics related ads that you actually want to see - see here for more.
0 Members and 1 Guest are viewing this topic.
data = ZigBeeGetByte();//get the data from your UARTif(data=='¸') data='8';else if(data=='°') data='0';
What are the ASCII codes for those characters? Could it be a single bit flip in the same place for both?
8 is 00111000; #187 is 10111011 (are you sure it isn't 184? then it would be 10111000, and more consistent, same single bit flip. they look very alike)
On a [non-damaged] Axon, all basic baud rates, up to 230400, work fine without error.