Hello friends,
Well I must be honest and in fact this is my age-old question coming arround.
back in vb it looks like this:
mscomm1.comport = "&H" & Text1 '(text1 now should hold BT 6-byte MAC address.. will parse later)
dim bytes (1 to 2) as byte
bytes(1) = "&H" & Text2
bytes(2) = "&H" & Text3
mscomm1.output = bytes
The b4a equivlnt of the above code that I couldn't do.
Well I must be honest and in fact this is my age-old question coming arround.
back in vb it looks like this:
mscomm1.comport = "&H" & Text1 '(text1 now should hold BT 6-byte MAC address.. will parse later)
dim bytes (1 to 2) as byte
bytes(1) = "&H" & Text2
bytes(2) = "&H" & Text3
mscomm1.output = bytes
The b4a equivlnt of the above code that I couldn't do.
Last edited: