Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Hi, I have troubles using the RS232 functions defined in "altera_up_avalon_rs232.h". It should be similar to SPI, I guess... I need to know how the device should be initialized in order to work with the functions defined in "altera_up_avalon_rs232.h". Thank you --- Quote End --- add this module in sopc first and then ----> open it in your eclipse code like FILE *fp, look in to system.h for path of RS232 /dev/rs3232, and use function fopen fwrite etc.