njsth
Newbie level 5
- Joined
- Mar 21, 2014
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 67
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.