Allex wrote:All the best, yes that was it ... Thanks
Great!
Allex wrote:can the timeshift between 1 character and the following character remove ?
my phone and tablet with Basic4Android can not handle with the timeshift.
I am sending with UART "Hello" and receive from WiFi
H
ello.
Other programs stutter only some milliseconds.
Basic4Android interpreted that wrong.
This may be related to the unbuffered TCP send approach of incoming UART data. However, I haven't experienced a similar problem, though I am using have pretty robust socket I/O code that uses polling features and timeouts rather than just trying to gobble up a bunch of data and smacking a CR/LF after it. I don't know anything about Basic4Android but a little reality check about the nature of network programming might be useful here. Why don't you create an issue tracker item on github and include the B4A code and maybe that will help me understand the issue a little more.