X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FTestSineSensor%2FREADME;h=852411adc24085a05975ec91ec1afa7c7362732f;hp=b95b8fdf31e3791089bc58de98609cbfa6f344b9;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/tosthreads/capps/TestSineSensor/README b/apps/tosthreads/capps/TestSineSensor/README index b95b8fdf..852411ad 100644 --- a/apps/tosthreads/capps/TestSineSensor/README +++ b/apps/tosthreads/capps/TestSineSensor/README @@ -10,7 +10,7 @@ the software based SineSensor usable by any platform for demonstration purposes. You can install TestSineSensor on a mote via the following comand: make cthreads install -Valid platforms are currently: tmote, telosb, iris, mica2, and micaz +Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic This application simply takes sensor readings in an infinite loop from the SineSensor and forwards them over the serial interface. Upon successful @@ -22,7 +22,7 @@ over the serial interface as verified by running the following for the platform of interest: java net.tinyos.tools.Listen -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.