User Activity

Posted on February 27, 2018 at 09:17Hello Everyone;To send ASCII characters via USART I normally use Hal libraries and the function below;HAL_UART_Transmit(&huart2, (uint_t*)'Hello', 6,10);But, that one is for characters only.How can I send the valu...