]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/TestLogStorage/README
Update READMEs
[tinyos-2.x.git] / apps / tosthreads / capps / TestLogStorage / README
index 7016add8ef2a386d87e8f5c7ff26b26433889dc6..a0a1461bde5b21a03703557b5b0ca0097975ca74 100644 (file)
@@ -18,7 +18,7 @@ platform independent way.
 To run this application install it on a mote via the command:
   make <platform> cthreads install
   
-Valid platforms are currently: tmote, telosb, iris, mica2, and micaz
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
 Readings are taken from the dummy sensor and logged to flash as one record in an
 infinite loop. Records are then read out of flash and and sent out over the
@@ -44,6 +44,11 @@ values, counting up from 0. E.g.:
 00 ff ff 00 00 06 00 25 00 00 00 a2 00 a2 
 00 ff ff 00 00 06 00 25 00 00 00 a3 00 a3 
 
+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.
+
 Tools:
   None.