]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fixed the description on how to run the printf java client.
authorjanhauer <janhauer>
Fri, 27 Jun 2008 16:43:21 +0000 (16:43 +0000)
committerjanhauer <janhauer>
Fri, 27 Jun 2008 16:43:21 +0000 (16:43 +0000)
apps/tests/tkn154/TestPROMISCUOUS/README.txt

index 3e8949b3b03dd6da1bab5919ae355f6b0545d897..fdb69410567b88d99acbd6bb1420a2d76a93c6f1 100644 (file)
@@ -22,7 +22,7 @@ Start the printf client on
 
     $ cd $TOSDIR/../apps/tests/TestPrintf
     $ make telosb
-    $ java PrintfClient -comm serial@/dev/ttyUSBXXX:telosb
+    $ java net.tinyos.tools.PrintfClient -comm serial@/dev/ttyUSB0:telosb
 
 (http://docs.tinyos.net/ has a section on how to use the TinyOS printf library)