When creating a packet 0x6D and send it over RS232, it modifies the data incorrectly. ``` fixmode = (0x04 | ((g.num_sat)<<4)) command = tsip.Packet(0x6D, fixmode,0,0,0,0, *fields) gps_conn.write(command) ```