- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i sent "a" but my computer can recive correct char through com1.
anyone help me . my code is# include "system.h"# include "stdio.h" main() { FILE*fp; char*msg="a"; fp=fopen("/dev/uart","w"); fprintf(fp,"%s",msg); } i do not use ucos in nios II ide console i recive permission denied i do not know whyLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i change the system frequency.i can receive the char but the message of "can not open the uart. permission denied."aslo in the console window.anyone can tell me the reason.thank you very much!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page