import socket import struct import time import numpy as np from threading import Thread, Event from queue import Queue import config as cfg import DataTypes as dt # ============================================================ # Protocol definitions (MATCHES THE ULTIMATE .INO) # ============================================================ PACKET_VERSION = 1 PKT_COMMAND = 1 PKT_CONFIG = 2 PKT_DISPLAY = 3 FT_ARRAY_F32 = 1 FT_STRING = 2 FT_UINT8 = 3 FT_CONFIG_VAL = 4 HEADER_FMT = "