X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FNxFloat%2FREADME.txt;fp=apps%2Ftests%2FNxFloat%2FREADME.txt;h=1b16c979de010082616b85b52051cb83b51e854b;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=0000000000000000000000000000000000000000;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/apps/tests/NxFloat/README.txt b/apps/tests/NxFloat/README.txt new file mode 100644 index 00000000..1b16c979 --- /dev/null +++ b/apps/tests/NxFloat/README.txt @@ -0,0 +1,29 @@ +README for NxFloat +Author/Contact: tinyos-help@millennium.berkeley.edu + +Description: + +NxFloat is a version of the TestSerial application modified to use +floating point numbers. It tests communication over the serial port +and nx_float support. 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, these +packets contain a sequence number multiplied by 3.2. Upon reception of +a packet, the java application prints the counter's value to standard +out. + +Java Application Usage: + java TestSerial [-comm ] + + If not specified, the defaults to sf@localhost:9002 or + to your MOTECOM environment variable (if defined). + +Tools: + +Known bugs/limitations: + +None. +