Forum Discussion
Altera_Forum
Honored Contributor
8 years agoNios II and Python
I am trying to send char bytes from my fpga to a python program, the data bytes are hexadecimal data, and those values will be plotted in a GUI table. The nios code is unsigned char temp =0x...
Altera_Forum
Honored Contributor
8 years agoThanks for your reply, actually i forgot to mention the problem there was also some random garbage values were printed with actual data.
But i got the solution for my problem, the char number[20] should be number[2]