Create a connection to a nearby Bluetooth device.
device =
bluetooth with properties:
Name: "TestDevice"
Address: "BC275C50533C"
Channel: 1
NumBytesAvailable: 0
NumBytesWritten: 0
Show all properties
Write some data to the device and view the number of bytes available to be read in
the input buffer.
Flush both the input and output buffers.
View the number of bytes available to be read.
The input buffer has no data.