X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=apps%2Ftosthreads%2Fapps%2FTestCollection%2FREADME;h=509e4d6cfd7283586dd1223f2a6f5c395581863e;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=32c26f545250d37d036ddcf9f5ed92236ba6e522;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/TestCollection/README b/apps/tosthreads/apps/TestCollection/README index 32c26f54..509e4d6c 100644 --- a/apps/tosthreads/apps/TestCollection/README +++ b/apps/tosthreads/apps/TestCollection/README @@ -14,7 +14,7 @@ application. You can install TestCollection on a mote via the following command: make threads install -Valid platforms are currently: tmote, telosb, mica2, micaz and iris +Valid platforms are currently: tmote, telosb, mica2, micaz, iris, and epic At least two motes must be used by this application, with one of them installed as a base station. Base station motes can be created by installing them with @@ -27,7 +27,7 @@ All other nodes can be installed with arbitrary NODE_IDs. make 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@: - # 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 above. Explicitly set it to 57600.