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 agoThe socket API works with binary data, so transmitting a 0 is definitely possible. Your problem could be in the way you read the contents of the buffer after the recv call. It could also be in the sending part. Are you sure you are sending this 0?