Hi all,
Could anybody help me what's wrong in my code ! i try to communicate with a device via Bluetooth based on the following description (attached):
i use as a reference , Erel's Bluetooth app example.
Could anybody help me what's wrong in my code ! i try to communicate with a device via Bluetooth based on the following description (attached):
i use as a reference , Erel's Bluetooth app example.
B4X:
Public Sub SendMessage (msg As String)
AStream.Write(Array As Byte(0x01, 0x25, 0xF8, 0x45, 0x30, 0x05, 0x30, Asc(0x31), Asc(0x39), Asc(0x37), 0x03 ))
End Sub