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

Tunnel vision

Started by Dioxide, 22 December 2014 - 10:39 PM
Dioxide #1
Posted 22 December 2014 - 11:39 PM
can't seem to get this to work. the idea is that a turtle openly receives messages until it hears "connect" then sends a counter message, "connect" to the computer, that receives it and starts the turtle gui. every time I type w into the computer, it should make the turtle go forward. but it doesn't… the only command that the turtle will respond to is the terminate key that closes the gui on both terminals, "t"
Lyqyd #2
Posted 23 December 2014 - 01:14 AM
Please post the code for both turtle and computer.
Bomb Bloke #3
Posted 23 December 2014 - 06:25 AM
Although it's likely unrelated to your immediate issue, it's worth noting that you'll probably want to be using the parallel API if you intend to have a turtle make use of rednet. Eg.