Modifications

Sauter à la navigation Sauter à la recherche
Ligne 366 : Ligne 366 :  
led.off()
 
led.off()
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
Just to remind, the {{fname|rfm.send()}} only accepts binary data as generated with bytes() or bytearray(). The message string must be converted to a binary with {{fname|bytes()}}. As binary data does not accept value > 127 without a proper encoding then the bytes() conversion must identifies the encoding of the source string to applies the adequate encoding scheme (UTF8 -> Binary).
    
== Fault tolerant design ==
 
== Fault tolerant design ==
29 917

modifications

Menu de navigation