Datasheet

Flyport Wi-Fi and Ethernet Programmer's guide framework 2.3 (rev 1.0) www.openpicus.com
Flyport Ethernet
Ethernet Connection Functions
To handle the ethernet connections the framework supports the user variable MACLinked.
MACLinked reflects the state of the ethernet cable connection:
BOOL MACLinked =
TRUE → the Ethernet Cable is connected (at a access point or at a PC or other
device in a point-to-point connection)
FALSE → the Ethernet Cable is unconnected, or the connecXon is not working (for
example the other device is not responding or turned of)
Flyport Wi-Fi
Wi-Fi Connection Functions
To handle the Wi-Fi connections the framework supports some user functions. Some of them are
usable to set the connection profile, the others to use those profiles to establish the just set up
connection. To help user with the settings, there is a graphical wizard in openPicus IDE, but you could
change this parameters with a simple text editor; we suggest you to use the Wizard, since it is a easy
and fast tool, and it compiles project modification automatically after changes.
32