Difference between revisions of "Mixly Block Category - Ethernet"
From Microduino Wiki
(→localIP) |
|||
Line 10: | Line 10: | ||
=localIP= | =localIP= | ||
+ | Returns the IP of this device once connected to the network. Can be used to determine the IP of the device, | ||
+ | |||
=Connect to Host= | =Connect to Host= | ||
=Client Connected= | =Client Connected= |
Revision as of 19:38, 24 February 2017
Allow an Arduino / Microduino board to connect to the internet.
Read more here: https://www.arduino.cc/en/Reference/Ethernet
Contents
Begin Ethernet
Initializes the ethernet library and network settings.
Read more here: https://www.arduino.cc/en/Reference/EthernetBegin
localIP
Returns the IP of this device once connected to the network. Can be used to determine the IP of the device,
Connect to Host
Client Connected
Client Availability
Client Read
Client Stop
Client Print
- Without Newline
- With Newline