I want to send a hex command via serial. If I send it manually, e.g.: ser_track.write("\\x45\\x00\\x00\\xff\\xfa") this works perfectly. However, when I p
ser_track.write("\\x45\\x00\\x00\\xff\\xfa")