From 6f1d01127235bad5dfcc92f06a9e48948c486fa4 Mon Sep 17 00:00:00 2001 From: bengreenstein Date: Mon, 30 Oct 2006 23:54:19 +0000 Subject: [PATCH] renaming continued --- apps/tests/TestSerial/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 apps/tests/TestSerial/README diff --git a/apps/tests/TestSerial/README b/apps/tests/TestSerial/README new file mode 100644 index 00000000..980ac110 --- /dev/null +++ b/apps/tests/TestSerial/README @@ -0,0 +1,28 @@ +README for TestSerial +Author/Contact: tinyos-help@millennium.berkeley.edu + +Description: + +TestSerial is a simple application that may be used to test that the +TinyOS java toolchain can communicate with a mote over the serial +port. The java application sends packets to the serial port at 1Hz: +the packet contains an incrementing counter. When the mote application +receives a counter packet, it displays the bottom three bits on its +LEDs. (This application is similar to RadioCountToLeds, except that it +operates over the serial port.) Likewise, the mote also sends packets +to the serial port at 1Hz. Upon reception of a packet, the java +application prints the counter's value to standard out. + +Java Application Usage: + Linux: java TestSerial.class [-comm ] + Windows: java TestSerial [-comm ] + + If not specified, the defaults to sf@localhost:9001 or + to your MOTECOM environment variable (if defined). + +Tools: + +Known bugs/limitations: + +None. + -- 2.39.2