Forum Discussion
Altera_Forum
Honored Contributor
19 years agoNeed Code 4 Serial comm.using ucos-II
Hi
I am Vivek Gupta ,working as Project Associate at IIT Delhi INDIA.We are trying to implement Point to Point Protocol on ucos-II.We are able to see the output on Hyerterminal but we r trying to establish a serial communication between 2 PCs and also want to see output on second PC which was typed on first PC. My humble request to all members that please help me regarding this and give me executable code for serial commnication using ucos-II. Regadrs Vivek Gupta1 Reply
- Altera_Forum
Honored Contributor
Hi
there are several earlier disccussions abotu serial communication in the MicroC and the General Software forum. One is http://forum.niosforum.com/forum/index.php?showtopic=477 (http://forum.niosforum.com/forum/index.php?showtopic=477) Just do a froum search http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif If you need higher performance you should use the fifoed uart instead of the simple one. Karsten