BTWrite channel, data$ |
|
This command writes data bytes to a Bluetooth channel. It is important to note that only the lower eight bits of each character is written to a Bluetooth channel. The strings being written should be thought of as containing bytes. Here is an example of writing a data record followed by a carriage return: BTWrite 1, data$ + "\n" |