Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- testSend
- -- 0.1
- -- Wireless RedNet Test (sender)
- local recieverID = 1
- local startMessage = "<<start>>"
- local stopMessage = "<<stop>>"
- local modemSide = "back"
- function startup()
- modem = peripheral.wrap(modemSide)
- rednet.open(modemSide)
- end
- function beginTransmission()
- rednet.send(recieverID, startMessage)
- end
Advertisement
Add Comment
Please, Sign In to add comment