[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/capps/TestCollection README, 1.3, 1.4

Kevin Klues klueska at users.sourceforge.net
Fri Jul 25 19:32:48 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestCollection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30921/apps/tosthreads/capps/TestCollection

Modified Files:
	README 
Log Message:
Updates to files after running the majority of the telosb rc3 tests

Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestCollection/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README	21 Jul 2008 23:08:35 -0000	1.3
--- README	26 Jul 2008 02:32:44 -0000	1.4
***************
*** 40,48 ****
  
    make
!   java net.tinyos.sf.SerialForwarder -comm serial@<serial port>:<mote>
    # e.g., java net.tinyps.sf.SerialForwarder -comm serial@/dev/ttyUSB0:mica2
    # or java net.tinyps.sf.SerialForwarder -comm serial at COM2:telosb
    ./run
  
  The controls at the bottom of the screen allow you to zoom in or out the X
  axis, change the range of the Y axis, and clear all received data. You can
--- 40,53 ----
  
    make
!   java net.tinyos.sf.SerialForwarder -comm serial@<serial port>:<baud_rate>
    # e.g., java net.tinyps.sf.SerialForwarder -comm serial@/dev/ttyUSB0:mica2
    # or java net.tinyps.sf.SerialForwarder -comm serial at COM2:telosb
    ./run
  
+ 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 <baud_rate> above.  Explicitly
+ set it to 57600.
+ 
  The controls at the bottom of the screen allow you to zoom in or out the X
  axis, change the range of the Y axis, and clear all received data. You can



More information about the Tinyos-2-commits mailing list