On Wed, 2012-02-15 at 13:03 +0100, Steven Dorigotti wrote: > On 15 February 2012 09:24, Antonio Liñán C. <[email protected]> wrote: > >> > It is a long shot, but you should test this with the msp430-gcc-4.5.3, > >> > mostly because I'm doing all the testing for 2.1.2 TOS release using this > >> > toolchain. > > You should add the stanford repo (or tinyprod), and build tools. > > http://docs.tinyos.net/tinywiki/index.php/Installing_from_CVS/GIT > > I followed the instructions above on my Debian and rebuilt trunk from > scratch using 4.5.3 .. same behaviour (no coap or ping on coap server) > :( > > What is your output if you add the following to CoapBlipP.nc: > #include "PrintfUART.h" > #define printf(...) printfUART(__VA_ARGS__) > > and don't you get my same errors when trying to get serial output of > PppRouter?
I think the serial output must be busy with the PppRouter process. I got ping6 response from the CoapBlip mote all the time. About the printf'ed values, I usually just add the printf new semantics and printfuart enable flags in the Makefile (works for me with the UDPEcho example), but with the CoapBlip I get a corrupted-funny output, I tried your way but I did get nothing, I could not make any further testing today but this is the result when calling the LED resources: ^@^@^@^@Lõ~~E^@ÿÿ^@^@^\^@dIPProtocols - deliver -- off I~~E^@ÿÿ^@^@^ \^@d: 0 UDP - IP.recv: len: 20 (Ã<80>~~E^@ÿÿ^@^@^\^@d20, 20) srcport: 61616 dstpoÓ2~~E^@ÿÿ^@^@^\^@drt: 61616 rx_cksum: 0xb39f m¥<81>~~E^@ÿÿ^@^@^\^@dy_cksum: 0xb39f LibCoapAdaptâx~~E^@ÿÿ^@^@^\^@der UDPServer.recvfrom() CoapBJ~~E^@ÿÿ^@^@^\^@dUdpServer: LibCoapServer.reaPÊ~~E^@ÿÿ^@^@^\^@dd() coap_save_split 4978 coaÖ<88>~~E^@ÿÿ^@^@^\^@dp_split ret 2 del_node And the led turned ON. I still have to compare the results between my Z1 and telosb motes, if you find something else please let me know. --Antonio. > thanks, > sd _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
