Send BLE command of String
Posted: 16:44, 29 May 2015
The current method in the examples shows:
app.device && app.device.writeDataArray(new Uint8Array([111,110,49]));
How can I send a String instead of an array of bytes?
app.device && app.device.writeDataArray(new Uint8Array([111,110,49]));
How can I send a String instead of an array of bytes?