thinkyhead

M552 - Ethernet IP Address, Network IF

2.0.8 ethernet Set Ethernet IP Address, Network Interface state HAS_ETHERNET

Description

Reset / enable / disable the Ethernet Interface and set the IP Address.

Usage

M552 [P<ip-address>] [S<-1|0|1>]

Parameters

[P<ip-address>]

Set IP Address. Set 0.0.0.0 to set the IP Address via DHCP.

    [S<-1|0|1>]

    Reset, Disable, or Enable the Network Interface.

    • S-1:

      Reset

    • S0:

      Disable

    • S1:

      Enable

    Example

    Set the IP address and Reset the Network Interface

    M552 S-1 P192.168.1.55