Hi,
I am trying to send 6 shorts to a B4R program. The code to send is:
In ConvertArrayToBytes the program ends without error message on the line
What can be the reason?
I am trying to send 6 shorts to a B4R program. The code to send is:
B4X:
Stream1.Write(ser.ConvertArrayToBytes(Array(code,r,g,b,w,l)))
B4X:
raf.Initialize3(smallbuffer, True)
What can be the reason?