Hi,
I am doing serial port communication using rtlinux.
I found that rt_com is very useful .
But how to pass parameters to rt_com dynamically ?
that is how to pass parameters to module and
from there to the rt_com function ?

int init_module(int argc, char *argv[])
{
   rt_com(argv[1], argv[2], argv[3],argv[4]);
}

Is the above possible ?? 
that is taking arguments from that of the init_module
and passing it to the rt_com function ??
It didn't work out for me ..

If the above is solved then we can design a GUI
for serial port communication using rt_com ....

Help out.
karthik bala guru

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com
_______________________________________________
Rtl mailing list
[EMAIL PROTECTED]
http://www2.fsmlabs.com/mailman/listinfo.cgi/rtl

Reply via email to