I am trying to use MFR rednet with ComputerCraft's color API; Everyone says the two work, but I cannot get the computer to actually send or receive signals.
Here is the test setup. The orange lever is on, and the rs.setBundledOutput("right", colors.white) has been set. But the white lamp does not light and rs.getBundledInput("right") returns 0. Rednet cables seem to work normally in and of themselves.
Here is the test setup. The orange lever is on, and the rs.setBundledOutput("right", colors.white) has been set. But the white lamp does not light and rs.getBundledInput("right") returns 0. Rednet cables seem to work normally in and of themselves.