Modifications

Sauter à la navigation Sauter à la recherche
Ligne 349 : Ligne 349 :     
== AT+BLEMIDIEN ==
 
== AT+BLEMIDIEN ==
Enables or disables the BLE MIDI service.
+
Active ou désactive le service MIDI ble.
 
* Codebase Revision: 0.7.0
 
* Codebase Revision: 0.7.0
* Parameters: State, which can be one of:
+
* Paramètre: Activer / Désactiver le service MIDI BLE avec les valeurs suivante:
** '''1''' ou '''on'''
+
** '''1''' ou '''on''' - pour activer
** '''0''' ou '''off'''
+
** '''0''' ou '''off''' - pour désactiver
* Output: If executed with no parameters, it will return the current state of the MIDI service as an integer indicating if it is enabled (1) or disabled (0).
+
* Sortie: Lorsqu'elle est exécutée sans paramètre, l'interpréteur de commande retourne une valeur numérique correspondant à l'état d'activation du service MIDI BLE. 1 = activé ou 0 = désactivé.
{{ambox|text=Note: This command will require a reset to take effect.}}
+
{{ambox|text=Note: cette commande nécessitera une réinitialisation (ATZ) pour que la modification soit prise en compte.}}
   −
  <nowiki># Check the current state of the MIDI service
+
  <nowiki># Vérifier l'état actuel du service MIDI
 
AT+BLEMIDIEN
 
AT+BLEMIDIEN
 
1
 
1
 
OK
 
OK
   −
# Enable the MIDI Service
+
# Activer le service MIDI
 
AT+BLEMIDIEN=1
 
AT+BLEMIDIEN=1
 
OK</nowiki>
 
OK</nowiki>
29 917

modifications

Menu de navigation