Forum Discussion
Altera_Forum
Honored Contributor
15 years agoC CODE Integer as ASCII to printf string...HELP!!!
Hi all, As like the title, now i have an unsigned integer that contain 4 ASCII code for a string: 0x41424344--------- my unsigned integer I would like to print the out "ABCD" where th...
Altera_Forum
Honored Contributor
15 years agoHi Kevin,
I want to sent package data to UART.I can sent the data one by one but i can't sent package format.For example; 717932 49 48 48 32 48 10 Can i send these ASCII codes to UART?