Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local modem = peripheral.wrap("back") --# A pocket computer will have the wireless modem IN THE BACK
  2. modem.open(61) --#Any number 1-65535
  3. --#Technically the sending computer does NOT have to open the channel to send, but if you want confirmation, it's good to have it open.
  4. modem.transmit(213,61,"hello")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement