Hello friends,
I used to use this code since a long time in VB6.0 for sending byte array to a microcontroller, now I am wondering how to port it to B4A.
Any help appreciated and thanks in advance!
DIM sendit(1 to 3) AS Byte
sendit(1) = "&H" & Text1.Text
sendit(2) = "&H" & Text2.Text
sendit(3) = "&H" & Text3.Text
MSComm1.Output = sendit
I used to use this code since a long time in VB6.0 for sending byte array to a microcontroller, now I am wondering how to port it to B4A.
Any help appreciated and thanks in advance!
DIM sendit(1 to 3) AS Byte
sendit(1) = "&H" & Text1.Text
sendit(2) = "&H" & Text2.Text
sendit(3) = "&H" & Text3.Text
MSComm1.Output = sendit