Bluetooth Communication
Support for communicating with Bluetooth devices has moved from Instrument Control Toolbox™ to MATLAB®. The existing Bluetooth
interface, with
its object properties and object functions, will be removed in a future
release. Use the bluetooth
(case-sensitive) interface
with its functions and properties instead.
You can use the new interface without Instrument Control Toolbox. For more information about the new interface, see Bluetooth Communication in MATLAB.
See Transition Your Code to bluetooth Interface for more information about moving your existing code to the recommended functionality.
Topics
- Transition Your Code to bluetooth Interface
Connect to Bluetooth devices using
bluetooth
instead ofBluetooth
.