Hi Forum We are having some strange problem with the nbs.tcp_read function. Everything is connected, and we recieve data as expected. But somehow the internal buffer of the read function is not deleted after the function copies the buffer to the output pointer. First time we send it is working, but second time it is messing up the recieved data. We can not se any function for resetting the internal buffer, anyone?? Below code snipped, very straighforward The recieved string is just cutted at every...