System Call
Diogo
Posts: 65
Hi everyone,
I have a doubt in how use an system call.
I tried change many things, but I get no IR reponse
Here is my code
(***********************************************************)
(* THE ACTUAL PROGRAM GOES BELOW *)
(***********************************************************)
DEFINE_PROGRAM
SYSTEM_CALL 'VCR1'(dvVCR,dvTP, 60,61,62,63,64,0,0,0,0)
There is anything more I need to do?
I have a doubt in how use an system call.
I tried change many things, but I get no IR reponse
Here is my code
(***********************************************************)
(* THE ACTUAL PROGRAM GOES BELOW *)
(***********************************************************)
DEFINE_PROGRAM
SYSTEM_CALL 'VCR1'(dvVCR,dvTP, 60,61,62,63,64,0,0,0,0)
There is anything more I need to do?
0
Comments
Because of this i need use system call.
If you know why this thing not working please help.
Make sure your button channels match the parameters passed to the system call, and make sure the IR file has been loaded to the port; also make sure the LIB file for the system call can be found by the compiler (you would get an error at compile time if not). That really ought to be all you need to do besides the system call line itself.
I leave some feedback in that buttons, that blocked the system_call in some way
Sorry, system call do what it was done for.
They say the system call is to simplify, but well, it's worst to read and undertand the code with system calls, you need look the keywords help to know what they do.