I am using HPLUART.put(uint8_t byte), to send individual bytes from mica2.
When I try to send say 63 (00111111), sometimes I receive it as 127 (01111111), if you notice '0' has been flipped to 1 at next to the most significant bit 0. This does not happen every time in the case of 63. However, if I try to send 99 (1100011), it is always received as 227 (11100011). The values from 1 to 10 are always received correctly. Am I not able to figure out something very basic ??????? Thanking You, Manjunath D ################################################################################################################ *************************************************************************************************************** _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
