Info

This question is closed. Reopen it to edit or answer.

No connection between Matlab 2013a 64bit and EV3

1 view (last 30 days)
Carsten
Carsten on 6 Jan 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello,
I've got a problem connecting an EV3 with Matlab. I've already embedded the required package but I always get a failure when I try to connect to Matlab.
When I try to connect via Bluetooth, it says:
>> b = Brick('ioType','bt','serPort','com6')
b =
Brick with properties:
conn: [1x1 btBrickIO]
debug: 0
ioType: 'bt'
btDevice: []
btChannel: []
wfAddr: []
wfPort: []
wfSN: []
serPort: 'com6'
>> instrfind
Serial Port Object : Serial-COM6
Communication Settings
Port: COM6
BaudRate: 9600
Terminator: 'LF'
Communication State
Status: open
RecordStatus: off
Read/Write State
TransferStatus: idle
BytesAvailable: 0
ValuesReceived: 0
ValuesSent: 0
>> name = b.getBrickName()
No appropriate method, property, or field getBrickName for class
Brick.
Do you have any idea what I can try to get a connection?
Thanks in advance,
Carsten

Answers (0)

Community Treasure Hunt

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

Start Hunting!