 | | Question - VB programming of RCX
|
|
Hi, Are there people who program there RCX with Visual Basic (VB)? If so, where can i find info about that? I do have VB5. Regards, Ludo (20 years ago, 7-Aug-05, to lugnet.robotics.rcx)
|
| |
 | | RE: Extending IR communications
|
|
Orient both RCXs so that they are pointing towards the ceiling. Set the RCX transmit power level to high (default is probably low power); there's probably some Lejos function to do this -- all it requires is setting one bit in an I/O register to 1. (...) (20 years ago, 5-Aug-05, to lugnet.robotics.rcx)
|
| |
 | | Re: Extending IR communications
|
|
(...) Have you tried a mirror? Infrared light IS light ! (20 years ago, 5-Aug-05, to lugnet.robotics.rcx)
|
| |
 | | Re: Errors compiling threads
|
|
(...) Hi Steve, Thanks, you were right about the compiler being ok. I changed "pid_t" to "tid_t" and got the thread statements working correctly. Finally, by consulting BrickOS documentation I found out the new syntax for the old "sys_time" command (...) (20 years ago, 4-Aug-05, to lugnet.robotics.rcx.legos)
|
| |
 | | Re: ScriptEd - Question
|
|
(...) Check the line before that. Your code says: // direction_ // direction of monorail const delay1=1500 // minimum stop time in station (10 seconds) const delay2=3000 // maximum stop time in station (30 seconds) // I'm not sure exactly what (...) (20 years ago, 4-Aug-05, to lugnet.robotics.rcx)
|