[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSerial README.txt, NONE, 1.1.2.1 TestSerialC.nc, 1.1.2.8, 1.1.2.9

Ben Greenstein bengreenstein at users.sourceforge.net
Mon Jun 12 13:46:58 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10302

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	TestSerialC.nc 
Added Files:
      Tag: tinyos-2_0_devel-BRANCH
	README.txt 
Log Message:
added README


--- NEW FILE: README.txt ---
README for TestSerial
Author/Contact: tinyos-help at millennium.berkeley.edu

Description:

TestSerial is a simple application that may be used to test that the
TinyOS java toolchain can communicate with a mote over the serial
port. The java application sends packets to the serial port at 1Hz:
the packet contains an incrementing counter. When the mote application
receives a counter packet, it displays the bottom three bits on its
LEDs. (This application is similar to RadioCountToLeds, except that it
operates over the serial port.) Likewise, the mote also sends packets
to the serial port at 1Hz. Upon reception of a packet, the java
application prints the counter's value to standard out.

Tools:

Known bugs/limitations:

None.


Index: TestSerialC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerial/Attic/TestSerialC.nc,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -d -r1.1.2.8 -r1.1.2.9
*** TestSerialC.nc	16 Feb 2006 16:48:12 -0000	1.1.2.8
--- TestSerialC.nc	12 Jun 2006 20:46:56 -0000	1.1.2.9
***************
*** 32,43 ****
  /**
   * Application to test that the TinyOS java toolchain can communicate
!  * with motes over the serial port. The application sends packets to
!  * the serial port at 1Hz: the packet contains an incrementing
!  * counter. When the application receives a counter packet, it
!  * displays the bottom three bits on its LEDs. This application is
!  * very similar to RadioCountToLeds, except that it operates over the
!  * serial port. There is Java application for testing the mote
!  * application: run TestSerial to print out the received packets and
!  * send packets to the mote.
   *
   *  @author Gilman Tolle
--- 32,36 ----
  /**
   * Application to test that the TinyOS java toolchain can communicate
!  * with motes over the serial port. 
   *
   *  @author Gilman Tolle



More information about the Tinyos-2-commits mailing list