SelectGsmBand: Difference between revisions
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:NETWORK using HotCat) |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
~# SelectGsmBand 0 GSM900 | ~# SelectGsmBand 0 GSM900 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | |||
[[Category:NETWORK]] |
Latest 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