Beispiel #1
0
    void read()
    {
        BluetoothHelperCharacteristic ch = new BluetoothHelperCharacteristic("2A24");

        ch.setService("180A");//this line is mandatory!!!

        bluetoothHelper.ReadCharacteristic(ch);
        //Debug.Log(System.Text.Encoding.ASCII.GetString(x));
    }