Richard Goh Active Member Licensed User Longtime User Aug 9, 2016 #1 Hi, I am try to send bytes using AsyncStreams. The data received successful but with a leading extra data causing problem on device. The leading data received as below. Any advice on this? {07}{00}{00}{00}
Hi, I am try to send bytes using AsyncStreams. The data received successful but with a leading extra data causing problem on device. The leading data received as below. Any advice on this? {07}{00}{00}{00}
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2016 #2 Don't use prefix mode unless both sides of the connection implement the "prefix" protocol. AsyncStreams Tutorial Upvote 0
Don't use prefix mode unless both sides of the connection implement the "prefix" protocol. AsyncStreams Tutorial
Richard Goh Active Member Licensed User Longtime User Aug 9, 2016 #3 The problem solved. Thanks Erel. Upvote 0