Is the HiTechic Infrared Link supported in leJOS yet? Or is it it possible to use the RCXLink class (which is for MindSensors NR Link) for this sensor?
I bought this sensor to give my old RCX a second chance but I can't get it to work with lejos.nxt.RCXLink. This is what i'm doing:
- Code: Select all
public DuplimateBot() {
TS = new TouchSensor(SensorPort.S1);
rcx = new RCXLink(SensorPort.S3);
} // constructor
public void go() {
while (true) {
while (TS.isPressed()) {
rcx.A.forward();
LCD.drawString("pressed",3,4);
LCD.refresh();
} // while
LCD.drawString("released ",3,4);
LCD.refresh();
} // while
} // go
I think the IRLink should work the same as the Lego Mindstorms Remote Control and that one is seen by my RCX. Any Ideas? Thanks!
Frederik.
________
Buy Herbalaire
