tags:

views:

674

answers:

0

I'm working through the Oscilloscope tutorial on tinyos.net.

First I run: $ java net.tinyos.sf.SerialForwarder -comm /dev/ttyUSB0:tmote & The gui for serialforwarder pops up but nothing is in the display area.

When I enter ./run in /Oscilloscope/java/ Again the gui pops up but nothing is displayed.

I can run Listener and see that the message is indeed being recieved by the base station It looks like the message is not getting from the basestation to the serialforwarder.

Does anyone with tinyOS experience have any advice? Running: Hardy Heron Tiny0S-2.1.0 Java 5

tmote with BaseStation installed (/dev/ttyUSB0). telosb with Oscilloscope installed.

Thanks in advance! Chet