So i want to send a string to a robot TCP/IP server. I got i working with the Net Base lib. My problem is the formatting of byte array sent by the client write module. When trying to send 'set_digital_out(1,True)$N' i expect server site to receive b'set_digital_out(1,True)\n' but instead receives b'set_digital_out(1,True)\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'....