Data Sheet

Table Of Contents
EMC328x Series Wireless Module Data Manual
Copyright of Shanghai MXCHIP Information Technology Co., Ltd.
17
character can stop sending packets. If the cs mode is set, a carrier suppression signal is transmitted. Use
the stone command to send a single tone signal for testing the frequency. If stone is set, the transmitted
signal will not be an identifiable message. By default, the hardware sends a short duty cycle signal, and
if pkt is set, the software sends the packet.
iwpriv mp_ctx count=n,background,stop,pkt,cs,stone
t: set the delivery time
n: set the number of packages
background: set the background delivery mode
stop: Stop background sending
pkt: send tx message
cs: send carrier suppression signal
stone: Send Single Tone signal
5.1.11. Query air Rx statistics
Used for wireless message counting. When transmitting a packet, use this command to get the number
of packets that have been transmitted. When the reception is yes, the command can be used to obtain
the statistics of the correct and CRC error messages.
iwpriv mp_query
5.1.12. Reset air Tx/Rx statistics
This command can recharge the count of messages. When sending, this command can reset the number
of packets sent. When receiving, the number of correct and CRC errors can be reset/
iwpriv mp_reset_stats
Example Command
Continuously send test.
iwpriv mp_start //enter MP mode
iwpriv mp_channel 1 //set channel to 1 . 2, 3, 4~11 etc.
iwpriv mp_bandwidth 40M=0,shortGI=0 //set 20M mode and long GI
iwpriv mp_ant_tx a //select antenna A for operation
iwpriv mp_txpower patha=44,pathb=44 //set path A and path B Tx power level
iwpriv mp_rate 108 //set OFDM data rate to 54Mbps,e x: CCK 1M = 2, CCK 5.5M =
11, KK, OFDM54M = 108 N Mode: MCS0 = 128, MCS1 = 129…..etc.
iwpriv mp_ctx background //start continuous Tx
iwpriv mp_ctx stop //stop continuous Tx
iwpriv mp_stop //exit MP mode
Continuous message transmission test.
iwpriv mp_start //enter MP mode
iwpriv mp_channel 1 //set channel to 1 . 2, 3, 4~11 etc.
iwpriv mp_bandwidth 40M=0,shortGI=0 //set 20M mode and long GI
iwpriv mp_ant_tx a //select antenna A for operation
iwpriv mp_txpower patha=44,pathb=44 //set path A and path B Tx power level
iwpriv mp_rate 108 //set OFDM data rate to 54Mbps, ex: CCK 1M = 2, CCK 5.5M =
11, KK, OFDM54M = 108 N Mode: MCS0 = 128, MCS1= 129….. etc.