Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThanks.
I'm always messed up with serial and parallel communication. RS485 is serial communication while my FPGA needs parallel inputs. Then, is it necessary to perform serial to parallel conversion? Can the conversion be done by placing an additional block in between MAX3485 and FPGA? Or can this be done by VHDL coding itself?(I'm writing a VHDL code to interface all the components on my board with FPGA) Will this make my code lengthy? Please help!