Modifications

Sauter à la navigation Sauter à la recherche
Ligne 176 : Ligne 176 :  
* '''datax''' are the string representation of the various data. The characters ;:, are forbidden in this area.
 
* '''datax''' are the string representation of the various data. The characters ;:, are forbidden in this area.
   −
we would also recommend to use:
+
It is recommend to include the following:
* '''counter''' as data1. packetnum is a simple variable increment of one unit after each transmission. This would allow the receiver to detect lost message (since it would exist holes in the numbering of received messages).
+
* '''counter''' as data1. {{fname|counter}} is a simple numeric variable incremented of one unit after each transmission. This would allow the receiver to detect lost message (since it would exist holes in the numbering of received messages).
 
* '''time_sec''' as data2. This would help to create timing chart or time based data analysis. We suggest to use the {{fname|time.time()}} function which count the number of seconds since the last microcontroler reset.  
 
* '''time_sec''' as data2. This would help to create timing chart or time based data analysis. We suggest to use the {{fname|time.time()}} function which count the number of seconds since the last microcontroler reset.  
  
29 917

modifications

Menu de navigation