Zitat
Original von CyCl0ne
Ok ich habs gelöst 
Handy und Dell Wireless sind nun ONLINE 
GAAANNNNZZZ EASSSSYYY....
Putty (oder anderes Terminal Programm):
ATE1 (<- Echo an)
Ok
AT$NWRAT=0,1
Ok
das wars. Terminal schliessen und ihr koennt nun Multisimsen 
Have fun
Alles anzeigen
Moin.. hab jetzt mal probiert ob das geht mit dem Multisims..
die AT Kommandos .. kein Problem.. nur gehts trotzdem nich.. die 5520 legt wieder auf...
vielleicht was neues..: Bedeutung der Nummern und Reihenfolge...
# The at$nwrat? command is simply to display the modem status
# for debugging. The result is something like "$NWRAT: 0,2,6",
# where the first two numbers describe the GSM capabilities of the
# modem, and the third describes the state of communication with
# the network.
# * First number: Network type
# 0: auto
# 1: GSM only
# 2: WCDMA only
# * Second number: Circuit switched or packet switched
# 0: circuit switched (CS) only
# 1: packet switched (PS) only
# 2: both CS and PS
# * Third number: State of communication with network. Unlike
# the first two numbers, this changes over time.
# 0: searching for a network
# 1: WCDMS CS
# 2: WCDMA PS
# 3: WCDMA PS and CS
# 4: GSM CS
# 5: GSM PS
# 6: GSM CS and PS
# (Note that 3G/UMTS seems to be classified as
# "WCDMA PS", while GPRS is classified as "GSM PS".)
#
# If the result from "at$nwrat?" ends with "0" then the modem is not
# connected to the GSM network.
AT$NWRAT=0,1
bedeutet also: = 0 = automatik netzwerktyp.. (GSM, GPRS, EDGE, 3G)
müsste logisch gesehen um GSM auszunocken = 2 für 3G / EDGE
und an 2ter Stelle = 1 = Datentyp = Paketdaten sollte stimmen..
zusammengefasst:
AT$NWRAT=0,1 -> bucht sich trotzdem ins GSM Netz ein (nicht gut)
AT$NWRAT=2,1 -> sollte sich nur ins EDGE / 3G Netz einbuchen.. und keine Anrufe abweisen...
Test folgt... oder sagt mir was anderes..
Update: AT$NWRAT=2,1 geht nich.. bucht sich nicht ein... AT$NWRAT=0,1 weist Anruf ab.. somit Problem immer noch vorhanden... Habt ihr das mal richtig getest..
also notebook im Netz eingebucht und Handy auch.. und mal vom Festnetz angerufen?