BTRead$(channel) |
|
This function reads character bytes from a specified Bluetooth channel. The maximum number of bytes read by a single BTRead$() is 1024. If no data is available to read, an empty string will be returned. It is important to note that only the lower eight bits of each character is read or written to a Bluetooth channel. The strings returned by this function should be thought of as containing bytes. |