I have a Fenix 3 app that uses toChar to print ASCII characters that are assembled from 6-bit sequences. While building the app for the Epix I realized CIQ 1.2.0 has no toChar.
If anyone could share a way to print for example an 'A' from a byte that contains the decimal value 65, I'd greatly appreciate it!