H HARRY Active Member Licensed User Longtime User Oct 21, 2018 #1 Hi, 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))) In ConvertArrayToBytes the program ends without error message on the line B4X: raf.Initialize3(smallbuffer, True) What can be the reason?
Hi, 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))) In ConvertArrayToBytes the program ends without error message on the line B4X: raf.Initialize3(smallbuffer, True) What can be the reason?
Erel B4X founder Staff member Licensed User Longtime User Oct 21, 2018 #2 HARRY said: What can be the reason? Click to expand... We cannot say anything unless you post the error message. Upvote 0
HARRY said: What can be the reason? Click to expand... We cannot say anything unless you post the error message.