X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FTestPrintf%2FREADME;h=17294b551455c479e7bc6807cdb1a23fb7309477;hp=46106b0849e2b20c0bbc98cd05d367efc698cec6;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/tosthreads/capps/TestPrintf/README b/apps/tosthreads/capps/TestPrintf/README index 46106b08..17294b55 100644 --- a/apps/tosthreads/capps/TestPrintf/README +++ b/apps/tosthreads/capps/TestPrintf/README @@ -11,13 +11,13 @@ prints. You can install TestPrintf on a mote via the following command: make cthreads install -Valid platforms are currently: tmote, telosb, iris, mica2, and micaz +Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic Once burned on a mote, the java based PrintfClient must be ran to verify proper operation of the application. java net.tinyos.tools.PrintfClient -comm serial@/dev/ttyUSBXXX: -NOTE:: The baud rate 57600 must be used telos based motes, as its configuration +NOTE: The baud rate 57600 must be used telos based motes, as its configuration has been changed to work with this baud rate when compiled for tosthreads. I.e. DO NOT just substitute 'telosb' or 'tmote' for above. Explicitly set it to 57600.