Posted 21 April 2017 - 05:51 PM
Hello pros,
I need help with switching from wired modem communication to wireless. Are there any equivalents of rednet.receive(2) -> which listens to any messages for 2 seconds, then continues on with the code? Also, is there any equivalent for protocols or is the way to replace them to use different channels? If so, can I do this?
local modem = peripheral.wrap("top")
modem.open(3,5,7)
thanks!
I need help with switching from wired modem communication to wireless. Are there any equivalents of rednet.receive(2) -> which listens to any messages for 2 seconds, then continues on with the code? Also, is there any equivalent for protocols or is the way to replace them to use different channels? If so, can I do this?
local modem = peripheral.wrap("top")
modem.open(3,5,7)
thanks!