2 posts
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.
8543 posts
Posted 19 August 2013 - 07:58 PM
Split into new topic.
You're going to need to clarify what you're trying to do.
2 posts
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.
8543 posts
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.
2217 posts
Location
3232235883
Posted 19 August 2013 - 11:28 PM
rs.setBundledOutput("side",num) num can be anywhere from 0 to 65535 (2^16-1)