I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.
How to solve this and what files should be used to achieve this requirement.???
I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.
How to solve this and what files should be used to achieve this requirement.???
Hello,
To better understand the CLI library, please refer to the CLI library documentation found here.
I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.
SDK v15.2.0 includes an experimental example with the following description:
The Command Line Interface over BLE (CLI BLE) Application is an example that showcases how BLE NUS can be used as a transport for a console.
You may find its documentation here, while the example itself is available in the examples folder of the SDK.
Hope this helps!
Best regards,
Oeyvind
Hello,
To better understand the CLI library, please refer to the CLI library documentation found here.
I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.
SDK v15.2.0 includes an experimental example with the following description:
The Command Line Interface over BLE (CLI BLE) Application is an example that showcases how BLE NUS can be used as a transport for a console.
You may find its documentation here, while the example itself is available in the examples folder of the SDK.
Hope this helps!
Best regards,
Oeyvind