using xport to send binary file to CPLD
时间:03-25
整理:3721RD
点击:
hello everyone,
i'm tring to write the contents of binary file through socket from the ethernet side of the xport to the CPLD that is on the other side.
filesize-9mb
baudrate-9600bps
i have attached the C code i have written. the VHDL code is working perfectly to receive the bytes and remove start, parity and stop bits. But i am not able to receive the exact file contents on the other side.
is there any alternative method to send data faster apart from increasing the baudrate?
since i am completely new to the xport device, i request someone to help me with the code.
thank you.
i'm tring to write the contents of binary file through socket from the ethernet side of the xport to the CPLD that is on the other side.
filesize-9mb
baudrate-9600bps
i have attached the C code i have written. the VHDL code is working perfectly to receive the bytes and remove start, parity and stop bits. But i am not able to receive the exact file contents on the other side.
is there any alternative method to send data faster apart from increasing the baudrate?
since i am completely new to the xport device, i request someone to help me with the code.
thank you.