have Window 10. trying to connect ble devices. However "ble" command shoes: Scanning not supported on Linux. How do I fix this?

have Window 10. trying to connect ble devices. However "ble" command shoes: Scanning not supported on Linux. How do I fix this?

답변 (1개)

Can you execute the following, and let us know the output
>> ispc
>> ismac
>> [status, result] = system('ver');

댓글 수: 4

>> ispc and >> ismac
Both Returns logical 0
The last command does not return anything...
In general, If you are on a Windows platform "ispc" should not return false. Also the "system('ver')" command should return the details of the Windows version you are on.
The BLE code rely on the "ispc" and "ismac" checks to determine if it's one of the supported platform at the very beginning of the workflow. Hence the error. It looks like, this is a generic issue and not particularly related to BLE.
Can you provide us more information about your system, whether you are on a VM. If possible, screen shot of the Windows "System Information" dialog.
What shows up when you give the command
which -all ispc

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

2021년 6월 4일

댓글:

2021년 6월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by