The code I have right now is
from struct import * serial_data = pack(\'>HHB\',2500,2400,2) print("bigendian ",serial_data) serial_data = pac