Have you programmed the mote with TestSerial? Is it connected to the PC? Are you sure that it's on /dev/ttyUSB0 and not some other port (check motelist output to verify)? Is the little red LED next to the USB connector blinking on the mote when it's connected to the PC?
Janos On Tue, Feb 5, 2013 at 6:22 AM, jpam <[email protected]> wrote: > Hello everyone. > > I have the same problem, but I'm using TelosB. > > $ java TestSerial > serial@/dev/ttyUSB0:115200: resynchronising > Sending packet 0 > Sending packet 1 > Sending packet 2 > > ---- > .bashrc file: > > export TOSROOT=/opt/tinyos-svn/src/tinyos-2.x > export PATH=$PATH:/opt/tinyos-svn/bin:$TOSROOT/support/sdk/c:/usr/msp430/bin > export TOSDIR=$TOSROOT/tos > export MAKERULES=$TOSROOT/support/make/Makerules > export CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar:. > export PYTHONPATH=.:$TOSROOT/support/sdk/python:$PYTHONPATH > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/msp430/lib:/usr/local/lib > export MOTECOM=serial@/dev/ttyUSB0:telosb > > Any ideas what I'm doing wrong? > > Thanks in advance! > > > > -- > View this message in context: > http://tinyos-help.10906.n7.nabble.com/problems-with-TestSerial-serial-link-issues-tp7323p22525.html > Sent from the TinyOS - Help mailing list archive at Nabble.com. > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
