Hi,
Can I send data in binary base via bluetooth?
For example, sending 1001 by using send1byte (without converting 1001 binary to dec)
Thanks.
Hi,
Can I send data in binary base via bluetooth?
For example, sending 1001 by using send1byte (without converting 1001 binary to dec)
Thanks.
Send1ByteNumber( text )
Decodes the given number String to an integer
http://ai2.appinventor.mit.edu/reference/components/connectivity.html#BluetoothClient
You can convert Binary to Base10 with convert number
http://ai2.appinventor.mit.edu/reference/blocks/math.html#convertnumber
Hi DavT
Unusual requirement?