]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix typo
authorliang_mike <liang_mike>
Tue, 10 Feb 2009 03:45:59 +0000 (03:45 +0000)
committerliang_mike <liang_mike>
Tue, 10 Feb 2009 03:45:59 +0000 (03:45 +0000)
apps/tosthreads/apps/TestCollection/README

index 32c26f545250d37d036ddcf9f5ed92236ba6e522..c02a6bd82bb828a2074116a4f4208db651a0ba8f 100644 (file)
@@ -27,7 +27,7 @@ All other nodes can be installed with arbitrary NODE_IDs.
   make <platform> threads install.123
 
 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,
+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
 section.
@@ -40,12 +40,12 @@ TestCollection/java subdirectory and type:
 
   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@COM2:telosb
+  # e.g., java net.tinyos.sf.SerialForwarder -comm serial@/dev/ttyUSB0:mica2
+  # or java net.tinyos.sf.SerialForwarder -comm serial@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.
+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.