Forum Discussion
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 ...
Altera_Forum
Honored Contributor
16 years agoI found that the problem was that I still used the strchr() function, which stopped searching for a newline when it found a zero at the first location in the buffer. Thanks for the reply.