--- Quote Start ---
originally posted by sdhnain@May 23 2006, 11:05 PM
hi,
i think the problem is with a missing include library;
because when it says : "implicite declaration of function read()"
it means that the compiler can't find definition of the function.
so u must :
1) be shure that all required libraries are included
2) specify the whole path for types.h in :# include <sys/types.h>
best regards http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/biggrin.gif
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15532)
--- quote end ---
--- Quote End ---
First,thanks!
there are very much lib about serial port,so I don't know use which lib ?
what can i do?