User Activity

HiI'm trying use DFR0534 with STM32f446.This module read uart command hex.Ex. Command AA 07 02 00 08 BBIm trying send like thischar play[6] = {0xAA, 0x07, 0x02, 0x00, 0x08, 0xBB}; HAL_UART_Transmit_IT(&huart4, play, 6);But in uart monitor recive diff...