Hi all, >From Receiver I send RSSI value of packet received as follows to transmitter: gTxmsg ->data[0] = Msg->strength & 0xFF; gTxmsg ->data[1] = Msg->strength >>8;
At transmitter I want to multiply it by some value say 5.How can I do it? x= 5 * Msg->data; is not yeilding correct results. Regards, Kishore _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
