Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

help in connecting usb2dynmixel with matlab

Bioloid robot kit from Korean company Robotis; CM5 controller block, AX12 servos..
1 postPage 1 of 1
1 postPage 1 of 1

help in connecting usb2dynmixel with matlab

Post by alasi89 » Thu Apr 05, 2012 2:23 am

Post by alasi89
Thu Apr 05, 2012 2:23 am

Hello :
I am trying to establish a connection between Usb2dynamixel and matlab ....

I used those instruction :

Code: Select all
loadlibrary('dynamixel', 'dynamixel.h');
libfunctions('dynamixel');
DEFAULT_PORTNUM = 21;  //COM21
DEFAULT_BAUDNUM = 1;  //1Mbps


until now all the instructions above had worked well.

but once I use (calllib) i have this error:

Code: Select all
calllib('dynamixel', 'dxl_initialize', DEFAULT_PORTNUM, DEFAULT_BAUDNUM)
??? Error using ==> calllib
No method with matching signature.



plz help :cry:
Hello :
I am trying to establish a connection between Usb2dynamixel and matlab ....

I used those instruction :

Code: Select all
loadlibrary('dynamixel', 'dynamixel.h');
libfunctions('dynamixel');
DEFAULT_PORTNUM = 21;  //COM21
DEFAULT_BAUDNUM = 1;  //1Mbps


until now all the instructions above had worked well.

but once I use (calllib) i have this error:

Code: Select all
calllib('dynamixel', 'dxl_initialize', DEFAULT_PORTNUM, DEFAULT_BAUDNUM)
??? Error using ==> calllib
No method with matching signature.



plz help :cry:
alasi89
Robot Builder
Robot Builder
Posts: 11
Joined: Mon Mar 05, 2012 1:56 am

1 postPage 1 of 1
1 postPage 1 of 1