export const MESSAGE_TOP_CHAR = 0x003f; export const MESSAGE_HEADER_BYTE = 0x23; export const HEADER_SIZE = 1 + 1 + 4 + 2; export const BUFFER_SIZE = 63; /** * exclude ?## */ export const COMMON_HEADER_SIZE = 6;