m = peripheral.find("modem") m.open(200) ms = "" while true do e = {os.pullEvent()} if e[1] == "modem_message" then end sleep(0) end