Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12603 Discussions

fopen("/dev/uart","w") returning NULL

Altera_Forum
Honored Contributor II
1,070 Views

Hey guys, 

 

I'm attempting to communicate between my PC to the Nios II via RS-232. 

I've built up my system in SOPC and I'm using the eclipse tool to code in c. 

When I use the function fp = fopen("/dev/uart","w"), I always receive NULL. 

/dev/uart is the correct path according to my system.h file. 

 

Could you offer any advice? 

 

Thanks, 

Justin
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
385 Views

To fix the problem I unchecked "Lightweight device driver API" in the BSP editor.

0 Kudos
Altera_Forum
Honored Contributor II
385 Views

 

--- Quote Start ---  

To fix the problem I unchecked "Lightweight device driver API" in the BSP editor. 

--- Quote End ---  

 

 

It worked for me too. Thanks!
0 Kudos
Reply