Table of Contents

Network / TCP/IP Commands

This page documents AT commands for network testing, TCP/IP flow, and connectivity functions in HaLow firmware 2.x modules.

AT+IPERF2 – TCP Flow Test

Execute:

AT+IPERF2=c,192.168.123.2,5002,60

*(client send)*

<code>AT+IPERF2=s,5002</code>  *(server receive)*

Parameters:

AT+PING – Ping Function

Execute:

AT+PING=192.168.123.2,5,1024

Parameters:

Notes

* `AT+IPERF2` helps measure TCP throughput between two modules. * `AT+PING` can be used to check connectivity and latency. * Ensure that network support macros are enabled in firmware for these commands to work.