SelectGsmBand: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command selects the GSM/WCDMA band for the specified GSM port. Band can be AUTO, GSM850, GSM900, GSM1800, GSM1900, WCDMA800, WCDMA850, WCDMA900, WCDMA1900 or WCDMA2100. This command is not available on all GSM adapters. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SelectGsmBand''' |PortIndex,Band |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SelectGsmBand 0 GS...")
 
m (added Category:R2D2 using HotCat)
Line 19: Line 19:
~# SelectGsmBand 0 GSM900
~# SelectGsmBand 0 GSM900
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]

Revision as of 21:34, 1 April 2025

This command selects the GSM/WCDMA band for the specified GSM port. Band can be AUTO, GSM850, GSM900, GSM1800, GSM1900, WCDMA800, WCDMA850, WCDMA900, WCDMA1900 or WCDMA2100. This command is not available on all GSM adapters.


COMMAND

Command Line Arguments Returns
SelectGsmBand PortIndex,Band Error Code in case of error.

OUTPUT

None

EXAMPLE

~# SelectGsmBand 0 GSM900