In VB it's in several lines..
VB code:
Thanks in advance
Edit:
It will be sent from Android device by Bluetooth.
VB code:
B4X:
Private Sub Command1_Click()
Dim a(0 To 7) As Byte
a(0) = "83"
a(1) = "68"
a(2) = "82"
a(3) = "127"
a(4) = "127"
a(5) = "0"
a(6) = "0"
a(7) = "254"
MSComm1.Output = a
Thanks in advance
Edit:
It will be sent from Android device by Bluetooth.
Last edited: