MATLAB: Can I use Bluetooth ‘HM-10’ on MATLAB

bluetoothInstrument Control ToolboxMATLAB

I want to send data from Arduino using Bluetooth HM-10.
However, even if I run this sentence,
instrhwinfo('Bluetooth','HM-10')
I cannot find this device.
PC itself can find it and connect to it and I have installed Instrument Control Toolbox.
Most of the documents are written in the case of using 'HC-05'.
Is 'HM-10' not supported by MATLAB?

Best Answer

The support package for Arduino only supports HC-05 and HC-06 at this time.