Modifications

Sauter à la navigation Sauter à la recherche
aucun résumé de modification
Ligne 28 : Ligne 28 :  
{{ambox-stop|text= You must be connected to another device for this command to execute}}
 
{{ambox-stop|text= You must be connected to another device for this command to execute}}
   −
<syntaxhighlight lang="python">
+
<nowiki>
 
# Send a string when connected to another device
 
# Send a string when connected to another device
 
AT+BLEUARTTX=THIS IS A TEST
 
AT+BLEUARTTX=THIS IS A TEST
Ligne 36 : Ligne 36 :  
AT+BLEUARTTX=THIS IS A TEST
 
AT+BLEUARTTX=THIS IS A TEST
 
ERROR
 
ERROR
</syntaxhighlight>
+
</nowiki>
    
=== Gestion de la mémoire tampon de réception ===
 
=== Gestion de la mémoire tampon de réception ===
Ligne 69 : Ligne 69 :  
{{ambox|text= You can also use the AT+BLEUARTFIFO=RX command to check if any incoming data is available or not.}}
 
{{ambox|text= You can also use the AT+BLEUARTFIFO=RX command to check if any incoming data is available or not.}}
   −
<syntaxhighlight lang="python">
+
<nowiki>
 
# Command results when data is available
 
# Command results when data is available
 
AT+BLEUARTRX
 
AT+BLEUARTRX
Ligne 78 : Ligne 78 :  
AT+BLEUARTRX
 
AT+BLEUARTRX
 
OK
 
OK
</syntaxhighlight>
+
</nowiki>
    
== AT+BLEUARTFIFO ==
 
== AT+BLEUARTFIFO ==
Ligne 87 : Ligne 87 :  
* Output: The free space remaining in the TX and RX FIFO buffer if no parameter is present, otherwise the free space remaining in the specified FIFO buffer.
 
* Output: The free space remaining in the TX and RX FIFO buffer if no parameter is present, otherwise the free space remaining in the specified FIFO buffer.
   −
<syntaxhighlight lang="python">
+
<nowiki>
 
AT+BLEUARTFIFO
 
AT+BLEUARTFIFO
 
1024,1024
 
1024,1024
Ligne 99 : Ligne 99 :  
1024
 
1024
 
OK
 
OK
</syntaxhighlight>
+
</nowiki>
       
{{Bluefruit-LE-Shield-TRAILER}}
 
{{Bluefruit-LE-Shield-TRAILER}}
29 917

modifications

Menu de navigation