Somehow the string seems limited to 20 characters, but when I make string_out = "abcdefgh" + "ABCDEFGH" + "1234" + "1234" ; the string is totally received in the computer...
so, when I compose the string out of multiple variables, the last numbers of the string are cut of, and when I just make 'one' string as above, the string is received completely...
(yes, the string_out is long enough ofcourse
