number BytesAvailableToReceive()
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
number ReceiveSigned1ByteNumber()
- Receive a signed 1-byte number from the connected Bluetooth device.
number ReceiveSigned2ByteNumber()
- Receive a signed 2-byte number from the connected Bluetooth device.
number ReceiveSigned4ByteNumber()
- Receive a signed 4-byte number from the connected Bluetooth device.
list ReceiveSignedBytes(number numberOfBytes)
- Receive multiple signed byte values from the connected Bluetooth device. If numberOfBytes is less than 0, read until a delimiter byte value is received.
text ReceiveText(number numberOfBytes)
- Receive text from the connected Bluetooth device. If numberOfBytes is less than 0, read until a delimiter byte value is received.
number ReceiveUnsigned1ByteNumber()
- Receive an unsigned 1-byte number from the connected Bluetooth device.
number ReceiveUnsigned2ByteNumber()
- Receive a unsigned 2-byte number from the connected Bluetooth device.
number ReceiveUnsigned4ByteNumber()
- Receive a unsigned 4-byte number from the connected Bluetooth device.
list ReceiveUnsignedBytes(number numberOfBytes)
- Receive multiple unsigned byte values from the connected Bluetooth device. If numberOfBytes is less than 0, read until a delimiter byte value is received.
but the first and more important problem still is that I don't find the correct way of receiving the numbers from the sensor.