フィルターのクリア

problems to connect ev3 by bluetooth matlab 2015.a

1 回表示 (過去 30 日間)
Heleno Bispo
Heleno Bispo 2015 年 10 月 21 日
編集済み: Walter Roberson 2015 年 11 月 9 日
Hi, I'm with problems to make a Bluetooth connection between my ev3 and matlab 2015a. The USB connection is perfect, however the Bluetooth appear the following error:
myev3 = legoev3('bt','COM12')
Error using error Unable to load a message catalog 'legoev3io:build'. Please check the file location and format.
Error in legoev3 (line 206) error(message('legoev3io:build:Legoev3BluetoothFailed'));
I tried lots of tips found, but until now without success.
Someone could help me?
Thanks.
Heleno
  2 件のコメント
Walter Roberson
Walter Roberson 2015 年 10 月 21 日
Which operating system are you using?
Heleno Bispo
Heleno Bispo 2015 年 10 月 21 日
Windows 10 Pro 64 bits.

サインインしてコメントする。

回答 (2 件)

Peeyush
Peeyush 2015 年 11 月 9 日
編集済み: Walter Roberson 2015 年 11 月 9 日
Use
myev3=legoev3(bt,<hardwareID>)
to setup the Bluetooth connection instead of using
myev3=legoev3(bluetooth,<COMPort>)
[HardwareID can be obtained from the brick setup available on the ev3 brick]
Please note this workaround requires ICT toolbox to be installed.
Thanks,
Peeyush
MathWorks Support

Walter Roberson
Walter Roberson 2015 年 10 月 21 日
Unable to load message catalog often (but not always) means that somewhere in the code, files are getting opened but not getting closed again, and that is happening often enough that you reach the limit on the number of open files you can have (imposed by your operating system.) The fault is not always your own: there has been known to be bugs about that in Mathworks routines.
  1 件のコメント
Heleno Bispo
Heleno Bispo 2015 年 10 月 22 日
I understand, I had this impression, however, do you know if someone has been capable to make an effective bluetooth connection? Because I can see the brick, by the bluetooth command, but I can not send or request any data.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB Support Package for LEGO MINDSTORMS EV3 Hardware についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by