Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUnloading Packet
Hi I am making a video application witch receives UDP packet from a sender on my computer. I receive the packet just fine with the rcvfrom function using the nichestack. Now i need to send t...
Altera_Forum
Honored Contributor
13 years agoType of Data Format you choose is depends on your receiver...., weather UDP packet (if receiver receive data in UDP packet format) or Serial synchronous format if your receiver is any modem or system which read data with respect to clock or if asynchronous data format is receiver is asynchronous system like RS232 etc.
as you mentioned that data to be processed with VHDL block then i feel serial synchronous or parallel synchronous format is best suited for you. kaushal