I’ve this array below: dataIn[5] = 0x88; dataIn[6] = 0x2A; dataIn[7] = 0xC7; dataIn[8] = 0x2B; dataIn[9] = 0x00; dataIn[10] = 0x28; I need to convert those values to decimal because after that I need to convert the decimal values into ASCII and send to UART. Eg: | Hexa | Decimal | ASCII (I needRead more