Re: idl program for calling c program [message #70044] |
Mon, 08 March 2010 03:39 |
jeanh
Messages: 79 Registered: November 2009
|
Member |
|
|
On 07/03/2010 10:54 AM, ngg2424 wrote:
> hi.....
> im new to idl but im supposed to do project based on image
> processing.Hence this question--
> my project is a simple security monitoring system which controls a
> door by authenticating a persons image.
> my problem is that i have to send a signal from the pc to the
> microcontroller through uart( for it to recognise and open the
> door).the signal can be generated by the c program it seems...i
> require the codings for this....pls help.....
"spawn" may be the procedure you are looking after
Jean
|
|
|
Re: idl program for calling c program [message #70048 is a reply to message #70044] |
Sun, 07 March 2010 08:20  |
penteado
Messages: 866 Registered: February 2018
|
Senior Member Administrator |
|
|
On Mar 7, 12:54 pm, ngg2424 <ngg2...@gmail.com> wrote:
> hi.....
> im new to idl but im supposed to do project based on image
> processing.Hence this question--
> my project is a simple security monitoring system which controls a
> door by authenticating a persons image.
> my problem is that i have to send a signal from the pc to the
> microcontroller through uart( for it to recognise and open the
> door).the signal can be generated by the c program it seems...i
> require the codings for this....pls help.....
See IDL's help, at
IDL Programmers' Guides > External Development Guide
|
|
|