Frogport

This device allows the computer to manipulate the Frogport, including changing its address filter and its current mode!

This is an example of how to access the device.

local d = require("devices")
local frogport = d:find("frogport")
print(frogport:getAddress())

API

Device name: frogport

Methods

getAddress():string
This method retrieves the current address filter.

setAddress(address:string)
This method sets the current address filter.

getConfiguration():string
This method gets the current configuration.

setConfiguration(config:string)
This method sets the current configuration.