Dear friends, please for advice,
I am reconstructing visual basic code to B4R and in VB I have sent the string:
I am doing that right for B4R in this way:
Is it B4R correct, please?
Thank you very much
Berst regards
p4ppc
I am reconstructing visual basic code to B4R and in VB I have sent the string:
serialPort1.WriteLine(ComboBox1.Text & "=" & WriteDevice.Text & vbCr)
I am doing that right for B4R in this way:
B4X:
astream.Write(Array As Byte("NAME=MYDEV1",13))
Thank you very much
Berst regards
p4ppc