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
Cables For Monitors/Disk Drives
Started by Alex_, Mar 16 2012 05:39 PM
4 replies to this topic
#1
Posted 16 March 2012 - 05:39 PM
#2
Posted 16 March 2012 - 05:56 PM
offtopic: why so extremely large signature?
/> I have to scroll 1 screen to read another reply...
#3
Posted 16 March 2012 - 06:37 PM
Read this topic:
http://www.computerc...-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)
http://www.computerc...-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)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












