Closed jdevoo closed 4 years ago
Hello and thank you for this tool! I am able to pull data from the console from a Nordic Thingy52 without problem e.g.
open Thingy fmt dec subs #4/#5
how can I run this from a script and let another application use the output?
Google for console stdin & stdout redirection, and pipes, for example, at https://ss64.com/nt/syntax-redirection.html
Hello and thank you for this tool! I am able to pull data from the console from a Nordic Thingy52 without problem e.g.
how can I run this from a script and let another application use the output?