[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestCollection README, 1.4, 1.5
Chieh-Jan Mike Liang
liang_mike at users.sourceforge.net
Mon Feb 9 19:46:01 PST 2009
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestCollection
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16216/apps/tosthreads/apps/TestCollection
Modified Files:
README
Log Message:
Fix typo
Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestCollection/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README 26 Jul 2008 02:32:44 -0000 1.4
--- README 10 Feb 2009 03:45:59 -0000 1.5
***************
*** 28,32 ****
Successful running of this application is verified by all NON-base station motes
! periodically flashing LED0 upon sending a message, and the base station mote,
flashing LED2 upon successful reception of a message. Additionally, correct
operation should be verified by running the java tool described in the following
--- 28,32 ----
Successful running of this application is verified by all NON-base station motes
! periodically flashing LED1 upon sending a message, and the base station mote,
flashing LED2 upon successful reception of a message. Additionally, correct
operation should be verified by running the java tool described in the following
***************
*** 41,50 ****
make
java net.tinyos.sf.SerialForwarder -comm serial@<serial port>:<baud_rate>
! # e.g., java net.tinyps.sf.SerialForwarder -comm serial@/dev/ttyUSB0:mica2
! # or java net.tinyps.sf.SerialForwarder -comm serial at COM2:telosb
./run
NOTE:: The baud rate 57600 must be used telos based motes, as its configuration
! has been changed to work with this baud rate when compiled for tosthreads. I.e.
DO NOT just substitute 'telosb' or 'tmote' for <baud_rate> above. Explicitly
set it to 57600.
--- 41,50 ----
make
java net.tinyos.sf.SerialForwarder -comm serial@<serial port>:<baud_rate>
! # e.g., java net.tinyos.sf.SerialForwarder -comm serial@/dev/ttyUSB0:mica2
! # or java net.tinyos.sf.SerialForwarder -comm serial at COM2:telosb
./run
NOTE:: The baud rate 57600 must be used telos based motes, as its configuration
! has been changed to work with this baud rate when compiled for TOSThreads. I.e.
DO NOT just substitute 'telosb' or 'tmote' for <baud_rate> above. Explicitly
set it to 57600.
More information about the Tinyos-2-commits
mailing list