I’m new
Can anyone help me to solve out some problem that i faced in matlab bluetooth configuration:
t = instrhwinfo(‘Bluetooth’);
t.RemoteNames;
t.RemoteIDs;
instrhwinfo(‘Bluetooth’,’ASUS-PC’);
bt = Bluetooth(‘ASUS-PC’, 1)
fopen(bt)
I got error in fopen(bt) because Bluetooth status is still closed. I have Bluetooth built in my pc but i used USB dongle version 4.0. My pc is 64 bit OS and R2016b Matlab installed with 64 bit. Kindly appreciate for your help. Thank you.Can anyone help me to solve out some problem that i faced in matlab bluetooth configuration:
t = instrhwinfo(‘Bluetooth’);
t.RemoteNames;
t.RemoteIDs;
instrhwinfo(‘Bluetooth’,’ASUS-PC’);
bt = Bluetooth(‘ASUS-PC’, 1)
fopen(bt)
I got error in fopen(bt) because Bluetooth status is still closed. I have Bluetooth built in my pc but i used USB dongle version 4.0. My pc is 64 bit OS and R2016b Matlab installed with 64 bit. Kindly appreciate for your help. Thank you. Can anyone help me to solve out some problem that i faced in matlab bluetooth configuration:
t = instrhwinfo(‘Bluetooth’);
t.RemoteNames;
t.RemoteIDs;
instrhwinfo(‘Bluetooth’,’ASUS-PC’);
bt = Bluetooth(‘ASUS-PC’, 1)
fopen(bt)
I got error in fopen(bt) because Bluetooth status is still closed. I have Bluetooth built in my pc but i used USB dongle version 4.0. My pc is 64 bit OS and R2016b Matlab installed with 64 bit. Kindly appreciate for your help. Thank you. bluetooth MATLAB Answers — New Questions