Is it possible to send UART RX commands from the Desktop NRF Connect the way you can from the mobile version?
There is an input, no way to specify a format as in the mobile version.
Is it possible to send UART RX commands from the Desktop NRF Connect the way you can from the mobile version?
There is an input, no way to specify a format as in the mobile version.
Hi,
For the nRF Connect for Desktop BLE app, there is a UUID definitions file describing the format of each type of characteristic. You access it from the cogwheel menu on the adapter, then "Open UUID definitions file".
There you can add, on the UART RX characteristic, the line "format": "TEXT"
, similar to how it is already done on Manufacturer Name String.
Regards,
Terje
Thank you tesc!