Altera_Forum
Honored Contributor
16 years agoCan't transmit zero in the simple socket server example
Hi,
I need to write some data to the DDR2 SDRAM on the Cyclone III FPGA Development Kit from my computer. I figured the easiest way was to modify the simple socket server example, but I can't figure out how to transmit a 0. The simple socket server example transmits ASCII characters, but I need to send binary values and when I try to transmit a 0 somehting seems to go wrong in the recv() method. Since I'm a total Newbie when it comes to the Nios processor, and even more so when it comes to the MicroC/OS-II, I haven't been able to figure out what. Thanks for any help. Regards