Communication problem using umxdot11.exe
-
23 maja 2012 01:50
Hi, everyone.
I have the problem to communicate between two sora station using umxdot11.exe, the config of which is 11b,1000kbps.
The command I used is
-dut start
-%Sora_path/UMXdot11.exe tx/rx
but the output of rx terminal is "receive 0 correct frame, the throughput is 0.000Mbps".
Could you tell me the correct command to use umxdot11.exe? And what is your cmd output? Is there sth. I missed?
Hope for your reply.
Wszystkie odpowiedzi
-
23 maja 2012 02:30
The problem has been resolved...
The command in the tx terminal
-dut start
-dut centralfreq --value 2422
-dut txgain --value 0x1000
-%Sora_path/UMXdot11.exe tx
The command in the rx terminal
-dut centralfreq --value 2422
-dut rxpa --value 0x2000
-dut rxgain --value 0x2000
-%Sora_path/UMXdot11.exe rx
Thank you for your attention.
- Oznaczony jako odpowiedź przez henrylrc 23 maja 2012 02:30
-
2 czerwca 2012 04:13Moderator
Hi henrylrc,
Thank you for sharing your experience.
-Jiansong