Altera_Forum
Honored Contributor
16 years agoHow to communicate via RS-232 (UART) between board Altera de2 and RFID reader
Hi friends,
I'm working on a project that aims to communicate between an Altera DE2 board (FPGA) with an RFID reader using the standard RS-232. I have some issues about the serial communication: 1 - I would like to open the serial port of the RFID reader through a C code embedded in the FPGA avoiding the use of an operating system? If so, how do that? 2 - How do I create a buffer of up to 20 bytes for transmission by the UART RS-232 FPGA to the RFID reader as the UART is limited to sending and receiving one byte at a time? In advance, thank you for your help. Best regards, Lenardo Chaves.