Doriano Blengino schreef:
> Mike Keehan ha scritto:
>
>> Try using SHELL instead of EXEC.
>>
>> Mike.
>>
>>
>> Ron wrote:
>>
>>
>>> Hi,
>>>
>>> small question., I remember something similar in a thread some time ago,
>>> but couldn't find it.
>>>
>>> I can't catch the stderr output from
Mike Keehan ha scritto:
> Try using SHELL instead of EXEC.
>
> Mike.
>
>
> Ron wrote:
>
>> Hi,
>>
>> small question., I remember something similar in a thread some time ago,
>> but couldn't find it.
>>
>> I can't catch the stderr output from the hcitool command into a string.
>>
>> This doesn't
Try using SHELL instead of EXEC.
Mike.
Ron wrote:
> Hi,
>
> small question., I remember something similar in a thread some time ago,
> but couldn't find it.
>
> I can't catch the stderr output from the hcitool command into a string.
>
> This doesn't work:
> EXEC ["hcitool", "rssi", sAddress,
Hi,
small question., I remember something similar in a thread some time ago,
but couldn't find it.
I can't catch the stderr output from the hcitool command into a string.
This doesn't work:
EXEC ["hcitool", "rssi", sAddress, "2>&1"] TO sStrength
When I create this shell script called btgetrssi