From: janhauer Date: Fri, 27 Jun 2008 16:43:21 +0000 (+0000) Subject: fixed the description on how to run the printf java client. X-Git-Tag: release_tinyos_2_1_0_0~148 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=8e32abc702fb1b1f7eee0f81775d28882c979033 fixed the description on how to run the printf java client. --- diff --git a/apps/tests/tkn154/TestPROMISCUOUS/README.txt b/apps/tests/tkn154/TestPROMISCUOUS/README.txt index 3e8949b3..fdb69410 100644 --- a/apps/tests/tkn154/TestPROMISCUOUS/README.txt +++ b/apps/tests/tkn154/TestPROMISCUOUS/README.txt @@ -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)