6 posts
Posted 27 February 2012 - 01:24 AM
Ok so I have a computer and a turtle both with open modems but I cant get the rednet.broadcast("message") or rednet.send(63, "message") to work can anyone see what I have done wrong:
I did the rednet.receive(100) first before any commands on the computer but nothing shows on the turtle
1111 posts
Location
Portland OR
Posted 27 February 2012 - 01:27 AM
Have you opened a rednet side? rednet.open("back") or whichever side
6 posts
Posted 27 February 2012 - 01:39 AM
Yes, both modems are open. They are both on the right side and i know they are on because there is a red ring around them, any other surgestions?
411 posts
Posted 27 February 2012 - 01:46 AM
6 posts
Posted 27 February 2012 - 01:57 AM
Which would I run first? The turtle or the computer also i saw someone do it without programs on a tutorial like I was trying to do it so how come it dosnt work?
411 posts
Posted 27 February 2012 - 03:30 AM
You run it on the turtle first since he needs to listen and then the sender needs to send. I'm not sure why your having trouble with the other way.