Is there a direct way to compare two byte arrays other than looping in their incredients?
I send two bytes from the computer and in the Mobile Part I am receiving them correctly
but if I check the following
it always returns false although I send "Ok".GetBytes("UTF8") .
I send two bytes from the computer and in the Mobile Part I am receiving them correctly
but if I check the following
B4X:
'Obviously comparing objects
If Buffer = "Ok".GetBytes("UTF8") Then
End if
it always returns false although I send "Ok".GetBytes("UTF8") .
Last edited: