= Bluetooth(,)creates a Bluetooth ® object associated with the RemoteName andChannel. RemoteName is a friendly wayto identify the RemoteID. If not specified, the defaultchannel is 0.The InstrumentControl Toolbox™Bluetooth interface lets you connect to devices over the Bluetooth interface, and to transmit and receive ASCII and binary data.InstrumentControl Toolbox supports the Bluetooth Serial Port Profile (SPP). You can identify any SPP Bluetooth device and establish a two-way connection with that device.= Bluetooth(,)creates a Bluetooth object directly from the RemoteID andChannel.To connect with the Bluetooth device, use the fopen function. When theBluetooth object is created, its status property isclosed.
Matlab Tutorial Download
Matlab Tutorial Online
When the object is connected to the remote devicewith the fopen function, the statusproperty is set to open.= Bluetooth( ,)creates a Bluetooth object using the specified property values. If an invalid propertyname or property value is specified the object is not created.For information on other functions that can be used withBluetooth, a full example using the Bluetooth interface, events and callbacks, and usage guidelines see.