| | Re: Remote control under linux
|
| (...) I'm not sure I understand the question. Are you saying that you want Program #1 to start when you press button P1 and stop running when you release the button? This isn't how the remote works, but you could just have your program send the Stop (...) (21 years ago, 28-May-03, to lugnet.robotics.rcx, FTX)
| | | | Re: Remote control under linux
|
| (...) No my program stop when I stop to send the code to run the #1 program ..... So I want to keep it work :\ nanobapt (21 years ago, 2-Jun-03, to lugnet.robotics.rcx)
| | | | Re: Remote control under linux
|
| (...) Looking at your program, I see that you use code like the following to "run" a program: else if(data == P1) code0=0x91+alt; code1=0x00; send(2); This will only do half of the job. This is a "Set Program Number" opcode, which is the equivalent (...) (21 years ago, 3-Jun-03, to lugnet.robotics.rcx, FTX)
| |