How to connection bluetooth to matlab?
2 ビュー (過去 30 日間)
古いコメントを表示
I want to connect bluetooth to matlab. So I declared variable
b = Bluetooth('HC-06', 1)
in matlab. But I received error.
Error is (Error using Bluetooth (line 100)
Cannot Create: Please make sure Bluetooth adaptor works properly.)
What's the problem?
0 件のコメント
回答 (2 件)
MathReallyWorks
2017 年 5 月 27 日
編集済み: MathReallyWorks
2017 年 5 月 28 日
Hello donghyun kim,
Type this in your command window and check whether all the required support packages are installed or not:
instrhwinfo('Bluetooth')
You are getting that error may be because of support packages.
If the problem still persist, share your code and the error that you have got.
2 件のコメント
Abdel-rahman Mryyan
2020 年 5 月 8 日
HI
I have the same problem,i think it is so simple
try to activate your bluetooth in your laptop.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!