Datasheet
MODE LED operating mode from the fields above
AT+UARTFLOW
Enables or disable hardware flow control (CTS + RTS) on the UART peripheral block of the
nRF51822.
Codebase Revision: 0.7.0
Parameters: HW flow control state, which can be one of:
on
off
0
1
Output: If run with no parameters, returns a number representing whether flow control is
enabled (1) or disabled (0).
# Get the curent MODE LED setting
AT+HWMODELED
MODE
OK
# Change the MODE LED to indicate BLE UART activity
AT+HWMODELED=BLEUART
OK
# Manually toggle the MODE LED
AT+HWMODELED=MANUAL,TOGGLE
OK
# Check the current flow control state
AT+UARTFLOW
1
OK
# Disable HW flow control
AT+UARTFLOW=off
OK
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-bluefruit-le Page 131 of 238










