[Tinyos-help] (no subject)

田克 mr.tianke at gmail.com
Wed Aug 9 23:50:12 PDT 2006


 Could not find a platform specific version of TOSMsg

The Telos java classes for parsing packets over the UART/USB has not been
compiled. Compile the classes for Telos by going into your TinyOS directory
and making the java classes in net.tinyos.message.telos by executing the
following commands in a cygwin window:

cd /opt/tinyos-1.x
cd tools/java/net/tinyos/message/telos
make
cd ../../../../
java net.tinyos.sf.SerialForwarder -comm serial at COMx:tmote

SerialForwarder should now run properly without the error message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20060810/6fc39b8d/attachment.html


More information about the Tinyos-help mailing list