[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep113.txt,1.7,1.8

Ben Greenstein bengreenstein at users.sourceforge.net
Mon Feb 5 21:30:59 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19934

Modified Files:
	tep113.txt 
Log Message:
nits


Index: tep113.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep113.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tep113.txt	6 Feb 2007 02:39:43 -0000	1.7
--- tep113.txt	6 Feb 2007 05:30:57 -0000	1.8
***************
*** 163,169 ****
    }
  
! It also provides interfaces for configuring the serial port. *NOTE:
! These are not codified yet, and so working out the UART HIL seems like
! a good idea.*
  
  
--- 163,168 ----
    }
  
! It may provide additional interfaces for configuring the serial
! port. This TEP does not consider this topic.
  
  
***************
*** 268,279 ****
  Upon receiving an interframe delimiter and a new frame's header,
  SerialP signals the upper layer indicating that a packet is
! arriving. For each byte received, SerialP signals byteReceived(). (Note:
! SerialP signals on byte k-2 when byte k arrives, because the
! implementation precludes it from knowing when it has encountered the
! 2-byte CRC in the frame footer until after it has received it. Lagging
! behind by two bytes makes it possible to hide all frame details from
! the upper layer.) Once SerialP receives the complete frame it signals
! endPacket with a value of SUCCESS. If instead it loses sync during
! reception it signals endPacket with FAIL.
  
  SerialP acknowledges frames it receives. Acknowledgements have a
--- 267,274 ----
  Upon receiving an interframe delimiter and a new frame's header,
  SerialP signals the upper layer indicating that a packet is
! arriving. For each byte received, SerialP signals byteReceived().
! Once SerialP receives the complete frame it signals endPacket with a
! value of SUCCESS. If instead it loses sync during reception it signals
! endPacket with FAIL.
  
  SerialP acknowledges frames it receives. Acknowledgements have a



More information about the Tinyos-2-commits mailing list