Altera_Forum
Honored Contributor
8 years agoUART encoding issues
Hi, I am using the Cyclone V SoC UART0 and I can transmit to my PC and read strings just fine. However when I am reading the UART in my baremetal application, the received characters don't match ASCII encoding. So far it looks like this:
I send from Realterm: What I read in UART register: 'A' ------------------------0x01 0x1D 'B' ------------------------0x02 0x1D 'C' ------------------------0x03 0x1D . . 'Z' ------------------------0x1A 0x1D I have no clue what kind f encoding this is and I can't map the bits in any way to actual ASCII values. Any help appreciated!