Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
easiest is probably with a USB serial port on your PC into the RS-232 port of the DE-2. i would add a Nios with a UART to decode ASCII messages into instructions for your processor.
- Altera_Forum
Honored Contributor
Thaanks for ur quick reply, but how will I let RS232 to my downloaded processor? is there a special protocol or sth similar?
and for the Nios with the UART, should I download it or what? thanks again - Altera_Forum
Honored Contributor
i'm not sure how your DSP is expecting instructions, but you could use a Nios to receive ASCII of the instruction, translate that into an opcode vector or whatever you need to do, and use a parallel I/O (PIO) from the Nios to send that instruction as a parallel bus out to the DSP processor.