Hello,
On raspberry Pi I can't seem to get any stdOut with jShell:
stdOut is empty, but I expect to get the PID of that program (i.e. 5607):
Am I missing something?
Thank you for your help
Jmon.
On raspberry Pi I can't seem to get any stdOut with jShell:
B4X:
Dim sh As Shell
sh.Initialize("getPID", "pgrep", Array("raspistill")))
sh.RunSynchronous(5000)
stdOut is empty, but I expect to get the PID of that program (i.e. 5607):
Am I missing something?
Thank you for your help
Jmon.