1 The question is: There is a Qstring string and a QBytearray array. I write the string to the array (QBytearray NN.append (nname);) and send to the COM port. I read the comport in an array (QBytearray) and try to print a line in lineedit; the data comes and is correct, but in the wrong encoding (xs is written that) 
what to do?
[
] in the comport are written (values from above) and from the comport get these (below) what to do with it? how to avoid it?
PS: other data types (int) are quietly transmitted and correctly displayed.