sensboston / BLEConsole

Bluetooth Low Energy device console app
https://sensboston.github.io/BLEConsole
MIT License
196 stars 73 forks source link

subs in script #3

Closed jdevoo closed 4 years ago

jdevoo commented 5 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?

sensboston commented 4 years ago

Google for console stdin & stdout redirection, and pipes, for example, at https://ss64.com/nt/syntax-redirection.html