Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Smearfo

Members
  • Content Count

    1
  • Joined

  • Last visited

About Smearfo

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    Dr_Memerino
  • GitHub
    https://github.com/Smearfo
  1. So I've been working on a simple program to remotely control a zetta industries FU meter by having a tablet send wireless messages to a connected computer, but I'm having some issues, namely in getting the computer to detect the signals sent from the tablet. Firstly I have a computer with tier 1 wireless card, and an eeprom running this program: local modem = component.proxy(component.list("modem")()) local meter = component.proxy(component.list("rfmeter")()) modem.open(122) modem.setWakeMessage("activate") while true do local signalname, receiver, sender, port, distance, message
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.