From 0bb425c34e738edd4a29add2dfc9ee7f2563c70c Mon Sep 17 00:00:00 2001 From: scipio Date: Thu, 10 Jul 2008 20:56:10 +0000 Subject: [PATCH] Modified README so it says that packets come through serial port (they do) rather than over the radio. --- apps/tosthreads/capps/TestLogStorage/README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/tosthreads/capps/TestLogStorage/README b/apps/tosthreads/capps/TestLogStorage/README index bbca834e..95a0fcde 100644 --- a/apps/tosthreads/capps/TestLogStorage/README +++ b/apps/tosthreads/capps/TestLogStorage/README @@ -33,9 +33,16 @@ from flash and sent out over the radio. Once all of the records currently recorded to flash since the last batch of sends have been sent out, LED2 Toggles to indicate completion. This process continues in an infinite loop forever. -Additionally, a base station application should be run to verify the reception -of packets sent from a TestLogStorage mote, with reasonable looking sensor -data (i.e. counting up from 0 to ...). +Additionally, the TestLogStorage mote writes its records out to the serial +port. You can test that the application is working properly by reading these +packets (e.g., through seriallisten) and checking that they have reasonable +values, counting up from 0. E.g.: + +00 ff ff 00 00 06 00 25 00 00 00 9f 00 9f +00 ff ff 00 00 06 00 25 00 00 00 a0 00 a0 +00 ff ff 00 00 06 00 25 00 00 00 a1 00 a1 +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 Tools: None. -- 2.39.2