Forum Discussion
Altera_Forum
Honored Contributor
8 years agoUltimately, your integer deci will have 8 bits, and hence 8 output pins.
If you need to send it to a PC over Serial (RS232 I assume) you will need to serialise these bits - ie. send one at a time. RS232 has a protocol you must follow - and there are many examples out there on the internet.