Hello,
if I send a byte over uart to an device (e.g. gps -logger), the same byte will printed to the terminal (e.g. Putty or Termite).
If I get a byte from the micro-controller, so it will printed to the terminal and to the micro-controller.
It is possible to send the data from the micro-controller only to the Terminal, without printing back to the micro-cotroller?
I want send data to the micro-controller and see the answer from the device in Termite, but only the answer should be printed to the Terminal.
I used the nRF 51 DK with SDK 12.3 UART example, Without FLOW Control.