61 posts
Location
Pontefract, West Yorkshire, England
Posted 16 March 2012 - 05:39 PM
Currently i am creating a cinima on minecraft but was finding it hard using rednet to control the screen. So i am suggesting cables to connect computer hardware to the computer. This would make it a lot eaiser for many of minecrafters computercraft projects
57 posts
Posted 16 March 2012 - 05:56 PM
offtopic: why so extremely large signature? :D/>/> I have to scroll 1 screen to read another reply…
137 posts
Location
the Netherlands
Posted 16 March 2012 - 06:37 PM
Read this topic:
http://www.computercraft.info/forums2/index.php?/topic/585-need-code-and-how-to-put-it/There I have explained Liraal's program, which allows you to receive lua code from another computer, and control it directly.
Setup
Computer 1 with a monitor attached, and the program running
Computer 2 does this:
commandstring = 'peripheral.call("right","write","Hello World!")'
rednet.send(computer1,computerstring)
(assuming you already rednet.open() 'ed the modems)
61 posts
Location
Pontefract, West Yorkshire, England
Posted 16 March 2012 - 09:21 PM
offtopic: why so extremely large signature? :D/>/> I have to scroll 1 screen to read another reply…
Sorry im trying to downsize it
61 posts
Location
Pontefract, West Yorkshire, England
Posted 17 March 2012 - 10:25 AM
offtopic: why so extremely large signature? :D/>/> I have to scroll 1 screen to read another reply…
Sorry im trying to downsize it
I have downsized it now!