This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
AngelOfMetus's profile picture

bundled input into computer to another computer?

Started by AngelOfMetus, 19 August 2013 - 05:40 PM
AngelOfMetus #1
Posted 19 August 2013 - 07:40 PM
I was wondering if you could have an input, like 1, 2 ,4, 8 etc, and then forward it from one computer to another. So it'd be like input –> computer –> computer 2.
I was hoping in this way, I could broaden the program I'm using.
Lyqyd #2
Posted 19 August 2013 - 07:58 PM
Split into new topic.

You're going to need to clarify what you're trying to do.
AngelOfMetus #3
Posted 19 August 2013 - 08:27 PM
I just realized that the idea was flawed, but I think that all I'm wondering now is whether or not it's possible to use a computer to output a unique signal that represents a number. So it'd be like representing a bundled cable signal.
Lyqyd #4
Posted 19 August 2013 - 11:18 PM
"Output" how? The bundled cables output a signal as a number between 0 and 65535, dependent on which wires in the bundle are active. I'm not sure what other output you'd be referring to.
PixelToast #5
Posted 19 August 2013 - 11:28 PM
rs.setBundledOutput("side",num) num can be anywhere from 0 to 65535 (2^16-1)