Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User porttikivi's Avatar
    Join Date
    Mar 2003
    Posts
    9
    AT+CSQ outputs received power from the network (looks to be within 0-31, according to at+csq=?). But how to read the base station number/identification? Or how to read either in CORBA?

  2. #2
    Regular Contributor Nokia_M2M's Avatar
    Join Date
    Mar 2003
    Posts
    439
    Hi,

    AT+creg? (enables or disables network registration information)
    AT+creg=2 (enables location information)
    AT+creg? (registration and location information)
    +CREG: 2,1,"0B1A","1789"
    2 = enables registration and location information
    1 = registered to the homenetwork
    "0B1A" = Location area code in hexadecimal format
    "1789" = Cell ID in hexadecimal format

    If you are using corba, then you can get these information
    by using GetParam () request which includes NetworkRegistration
    parameter.

    BR,

    M2M developer support team

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved