re: [Tinyos-help] Can I use float or double type in message when I want to use mig ?

2007-07-22 Thread Daniel Widyanto
Hi, I'm not sure about your problem. But I think you should check the TOSH_DATA_LENGTH to make sure that your data is within the limit of the mote's message. Also, have you change the data structure inside your mote's firmware when you change the HelloMsg struct ? Regards, -daniel

[Tinyos-help] Can I use float or double type in message when I want to use mig ?

2007-07-21 Thread DAE HEE KIM
Hello I am using micaz(2.4Ghz), tinyos 2.0.1, linux(fedora 6), mib510. Can I use float or double type in message when I want to use mig? When I used only uint type, MsgReader with mig works well, but when I used double(or float) type, MsgReader with mig doesn't work. 1) OK : only when I used