Cme error 6003

Hi, all.
 

WangLei

Posts: 7
Joined: 11 Nov 2011, 01:13

ZTE-T A371B 19d2:0169

Hi, all.

I have a ZTE-T A371B. This is a TD-SCDMA 3g modem. I think usb_modeswitch can switch it to modem mode. There are some errors, but maybe not a problem.

USB error: could not clear/halt ep 129: No such device
Could not reset endpoint (probably harmless): -19
Resetting message endpoint 0x01
USB error: could not clear/halt ep 1: No such device
Could not reset endpoint (probably harmless): -19
USB error: could not release intf 0: No such device
Device is gone, skipping any further commands

If the card has been in modem mode, then the problem is why no device show up in /dev?

1. I modprobe cdc-acm, nothing happened. I think the reason is the kernel doesn’t support my card. So i add some code to cdc-acm.c:

Code: Select all

{ USB_DEVICE(0x09d2, 0x0170), /* ZTE-T A371B */
  .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
},

and rebuild the kernel. Under the new kernel, cdc-acm module loaded automatically after mode switch, but prompt this error:

cdc-acm: probe XXXX failed with error -22

I’m not a capable programmer, just try my luck, but i’m not lucky. Someone explain why?

2. I modprobe usbserial too, with verdor and product parameters. The ttyUSB{0,1,2} show up. But send ATZ, it reponses «+CME ERROR: 6003″(when wvdial check medom, it print the same error message), send ATDT*99***1#, it reponses «+CME ERROR: 132». And pppd failed. So usbserial doesn’t fit it either.

Does that mean the kernel doesn’t support my card? Please help me.


WangLei

Posts: 7
Joined: 11 Nov 2011, 01:13

lsusb -v about 19d2:0169

Post

by WangLei » 13 Nov 2011, 05:54

Code: Select all

Bus 006 Device 004: ID 19d2:0169 ONDA Communication S.p.A. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x19d2 ONDA Communication S.p.A.
  idProduct          0x0169 
  bcdDevice            1.00
  iManufacturer           1 ZTE
  iProduct                2 ZTE-CDROM
  iSerial                 3 ZTE-CDROM
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk (Zip)
      iInterface              4 USB-MassStorage
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0001
  Self Powered


WangLei

Posts: 7
Joined: 11 Nov 2011, 01:13

lsusb -v about 19d2:0170

Post

by WangLei » 13 Nov 2011, 05:57

Code: Select all

lsusb -s 005:006 -v

Bus 005 Device 006: ID 19d2:0170 ONDA Communication S.p.A. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x19d2 ONDA Communication S.p.A.
  idProduct          0x0170 
  bcdDevice            1.00
  iManufacturer           5 ZTE
  iProduct                6 ZTE-Modem
  iSerial                 7 ZTE-Modem
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          101
    bNumInterfaces          4
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              8 USB-AT
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              9 USB-Modem
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface             10 USB-log
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk (Zip)
      iInterface             11 USB-MassStorage
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0001
  Self Powered


WangLei

Posts: 7
Joined: 11 Nov 2011, 01:13

my config file : zte

Post

by WangLei » 13 Nov 2011, 05:58

Code: Select all

########################################################
# ZTE-T A371B

DefaultVendor= 0x19d2
DefaultProduct= 0x0169

TargetVendor= 0x19d2
TargetProduct= 0x0170


#MessageContent="55534243000000002400000080000612000000240000000000000000000000"
#MessageContent2="55534243010000000000000000000600000000000000000000000000000000"
#MessageContent="55534243030000001200000080000c03000000120000000000000000000000"
#MessageContent="5553424302000000000000000000061b000000020000000000000000000000"

MessageContent="5553424312345678000000000000061b000000020000000000000000000000"

NeedResponse=1

CheckSuccess=20


Josh

Site Admin
Posts: 6570
Joined: 03 Nov 2007, 00:30

Post

by Josh » 14 Nov 2011, 14:20

Thanks for the new configuration!

This is definitely not a CDC ACM device (no class 2 interface); I suggest you reverse your change to the driver. It will most likely work with the 3G driver «option».
If you add your device ID to the «rules» file (/lib/udev/rules.d/40-usb_modeswitch.rules), and your config file is ready in /etc/usb_modeswitch.d, then everything should work automatically, including attaching the driver to the modem.

The success will be obvious if you are seeing new ttyUSB devices in /dev.


WangLei

Posts: 7
Joined: 11 Nov 2011, 01:13

Post

by WangLei » 16 Nov 2011, 01:15

Thanks for your reply, Josh!

Yes, it’s not a CDC ACM device, even though I don’t know what is the relation of class 2 interface and this. I rename my config file to 19d2:0169, and put it into /etc/usb_modeswitch.d. And add the device ID to /lib/udev/rules.d/40-usb_modeswitch.rules. The /dev/ttyUSB* are created automatically. I assume usb_modeswitch switched it’s mode successfully. This is the /proc/bus/usb/devices:

Code: Select all

T:  Bus=06 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12   MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0001 Rev= 3.00
S:  Manufacturer=Linux 3.0.0-2-amd64 ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:13.4
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12   MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0001 Rev= 3.00
S:  Manufacturer=Linux 3.0.0-2-amd64 ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:13.3
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12   MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0001 Rev= 3.00
S:  Manufacturer=Linux 3.0.0-2-amd64 ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:13.2
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12   MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0001 Rev= 3.00
S:  Manufacturer=Linux 3.0.0-2-amd64 ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:13.1
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12   MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0001 Rev= 3.00
S:  Manufacturer=Linux 3.0.0-2-amd64 ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:13.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12   MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=19d2 ProdID=0170 Rev= 1.00
S:  Manufacturer=ZTE
S:  Product=ZTE-Modem
S:  SerialNumber=ZTE-Modem
C:* #Ifs= 4 Cfg#= 1 Atr=c0 MxPwr=500mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
E:  Ad=83(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=84(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=04(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh=10
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 3.00
S:  Manufacturer=Linux 3.0.0-2-amd64 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:13.5
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

Appearently, the modem bound to option. But test the new added devices with minicom, ttyUSB0 (interface 0, is USB-AT) and ttyUSB1 (interface 1, USB-Modem) reponse some commands (eg, ATE0V1 ATD) with error message (6003,6004,132…), ttyUSB2 (interface 2, USB-log) no reponse. I think the driver is not fit this device. Could you tell me how to location the problem, and get rid of it?


Josh

Site Admin
Posts: 6570
Joined: 03 Nov 2007, 00:30

Post

by Josh » 20 Nov 2011, 14:53

The «option» driver is obviously right for interface 1 and 2. I’m not sure about no. 3 though (ttyUSB2). Usually, that is the right interface to use when it comes to ZTE devices.
But in this case, there is no interrupt endpoint like on other ZTE modems which is unusual.

Unfortunately, I don’t know what to make of that. Maybe there is ZTE software for Linux on the install partition? I know that they are working on that.


WangLei

Posts: 7
Joined: 11 Nov 2011, 01:13

Thanks!

Post

by WangLei » 24 Nov 2011, 17:26

Thank you, Josh!

I’ll contact ZTE to find some help. If I’m lucky enough, make it work. I’ll let you know.

Thanks!


WangLei

Posts: 7
Joined: 11 Nov 2011, 01:13

give up

Post

by WangLei » 27 Nov 2011, 11:26

Unfortunately, I didn’t get any help except politeness. I’ll find another device.

Josh, I appreciate your help. Thanks again!


RedBlue

Posts: 1
Joined: 22 Apr 2013, 09:31

Re: ZTE-T A371B 19d2:0169

Post

by RedBlue » 22 Apr 2013, 10:17

09 02 65 00 04 01 00 c0 fa

09 04 00 00 02 ff ff ff 08
07 05 81 02 40 00 00
07 05 01 02 40 00 00

09 04 01 00 02 ff ff ff 09
07 05 82 02 40 00 00
07 05 02 02 40 00 00

09 04 02 00 02 ff ff ff 0a
07 05 83 02 40 00 00
07 05 03 02 40 00 00

09 04 03 00 02 08 06 50 0b
07 05 84 02 40 00 00
07 05 04 02 40 00 00

the information above is captured from Bus Hound , I just formate it .
From it we can know that there is also no Interrupt interface.

But I DO can dial and connect to internet.


Josh

Site Admin
Posts: 6570
Joined: 03 Nov 2007, 00:30

Re: ZTE-T A371B 19d2:0169

Post

by Josh » 31 May 2013, 18:24

Which one of the ports are you using for the connection, RedBlue?


 

ZTE MF920 (Megaphone MR150-5) — Discussion | [ltemodem] [mifi]

Pahom83.
Good day . I do not understand how this calculator works. On any I have writes Sorry, No Code for Ur IMEI IN FREE
Introduced 869485020498385 (01.2016)
also 869485029811919 (10.2019 gv)
Even introduced everyone known to them …. 728, too, nothing!
I suffer with the uninstall MF920 from Beeline 2019G from the BD_BEELINEMF920V1.0.0B10 TED A, I reread 200 pages, but I did not find a single successful unlock of this firmware. All other dislocation options from 2016 are not rolled. Button loading None of the firmware option is not activated

* Oktavin because your router revision h01, and not teda and on this you should act according to the instructions for unlocking 835ft

Post has been editedewgesha89 — 02.01.21, 14:16

EWGESHA89 @ 02.01.21, 14:16*

ewgesha89

I would only be glad if it were H01, but in the webcam writes version of TED A

* Oktavin I’m telling you what it is H01 … Zerts just forgot to change the name of the project in SDK: D

EWGESHA89 @ 02.01.21, 15:17*

Oktavin, I’m telling you what it is H01 … Zertnogs simply forgot to change the name of the project in SDK

I’ll try

* ewgesha89,
I understand it, you need to make it

1) Turn on the modem and extract the CD-ROM to determine the network card
2) Run the router on and off SCSI.exe
3) Run the ZTE Software and go Erase Partition
4) Where Protocol Path click on the RMB and select one by one Fail Partition.bin Tloader.bin Tboot.bin
5) The following is marked all the checkboxes and press START and off connect the router to a computer wire!
At the end of it will be written Succesed Erase! Disconnected from the computer and go to the prog Download

And then we flash 4 files from here Beelinemf920v1.0.0b10 or before you need to still sew MTS_835FT_FIX_TTL.BIN?

Hello everyone. The problem is this, the router did not boot, all the indicators were burning, when connected to the PC, I saw how the memory was requested to format. I downloaded the firmware, an attempt to pour it certainly was not crowned with success. Launched SCSI.exe. After it began to occur. I connect the router, the PC sees it as two serial and bootloader devices. Seconds 5. It turns off from PC. Helps a re-connection, but the outcome is the same. Next, I found the test Point, I connect together with short contacts, all the same SERIAL AND BOOTLOADER, but the PTVAD no longer disappear from the system. Drivers I did not find. This is what to do I do not know. Tell me what else you can try to do. Thanks in advance.

In short, who else is interested, the unlock MF920 Beeline 2019GV (H01, as it turned out).
1. Run ZTE software from the MF833T modem unlock (Beeline)
2 Connect the included router, the firmware will go (press SCSI), in the pop-up window click yes
3 Disconnect, turn off, run ZTE software in which there are 4 files from herehttps: //www.savagemessiahzine.com/Forum/…ELINEMF920V1.0.0B10.7Z.Plus fix.mac.bin from MTS firmware
4 Connect the router turned off, the firmware will go.
5 without disconnecting sew factoryhttps: //www.savagemessiahzine.com/Forum/…LinemF920v1.0.0b10.zip.
6 Router will overload himself
7 go to the terminal and connect to the AT port and restore the mass by the AT + Mac command = your_mak (poppy address is written without a colon)
and restore IMEI command AT ^ MODIMEI = vash_imey
8 Next AT + ZMode = 0 and AT + ZSOFTRESET

Post has been editedOktavin — 04.01.21, 19:20

Lord Guru.
1000 apologies!
Tell me how to make this device only in the network card mode.
AT + ZMode = 0 etc. It passes but no sense.

root_222 @ 05.01.21, 04:51*

AT + PTNORMALMODE = 1 is still needed.
The same, if you need a bus station, then ZTE MF920 (Megaphone MR150-5) — Discussion (post Nathanholn # 99203688)

That’s it on this phrase gives Eror
+ CME Error: 6003

Post has been editednix1111 — 05.01.21, 09:52

* nix1111 ,
And what exactly are you 920?

root_222 @ 05.01.21, 10:38*

And what exactly are you 920?

yes black tel2 shny flashes and unlocked

* nix1111 You, in my opinion, I understand, asked the version of the equipment. Personally, I never kept the router from the tele2 of this model in my hands, like many here. But the version of the equipment is prim than operator models.

Guys, tell me, is there any opportunity to add an external antenna?

Attached Image

Lemonade Joe @ 05.01.21, 14:58*

Guys, tell me, is there any opportunity to add an external antenna?

There is … only to undermine.
She in principle there is the only one although it costs 2
We open and see 3 RF connector of small and golden contacts next to each of the RF connectors. I do not remember exactly what is called IPX like (similar but not they).
1 Next to the battery connector, 2 in the middle of it WiFi, and the third on the other hand
That’s just 3 and there is an antenna LTE
I am in instead of branded ZTE hit IPX with Pitgel everything turned out on SMA

Post has been editednix1111 — 05.01.21, 17:10

NIX1111 @ 5.01.21, 17:04*

Open and see 3 RF connector of small and golden contacts next to each of the RF connectors

In the photo from the header in the report on the demolition of the device is. Just so far do not need, signal rules, but not the fact that this level will be on another / third / 4th, etc. Insure. Of course a big omission that did not make an offshore connected

Hello everybody. Please tell me such a question. I use the modem in the machine and connect through charging in the cigarette lighter on 1a. Everything works fine, etc., but I decided to free up a place in the cigarette lighter and asked to make me just the cable of microSB in the Borlack. I was sealed from some yusb from a radio tape recorder. The modem starts working but often it reboots, then how it burns all but the Internet does not distribute. What can be wrong?

Oktavin @ 02.01.21, 13:59*

Good day . I do not understand how this calculator works.

Lohin or something? Well, so the calculator considers only a certain range of IMEI. If IMEI is not in the list, the codes are paid …: dirol: The code is considered to be on MegaFon routers and Beeline does not consider.

zte-at

AT команды используются, чтобы посмотреть параметры модема, параметры его соединения и другие характеристики, для диагностирования проблем. Для модемов разных фирм команды могут отличаться, также они могут отличаться даже в рамках одной фирмы, но для разных моделей. Здесь мы будем рассматривать команды для модемов и роутеров ZTE, которые продаются под брендами операторов МТС, Мегафон, Билайн и других. А также по ссылке есть специальные терминальные программы для их ввода

AT команды для ZTE

AT+ZCDRUN=E — удаляет файл NODOWNLOAD.FLG
AT+ZCDRUN=F — восстанавливает NODOWNLOAD.FLG

Включить/Выключить CD ROM
AT+ZCDRUN=8 — Выключить
AT+ZCDRUN=9 — Включить

Оставаться онлайн
AT+ZOPRT=5

AT+CGMW — данные модели
AT+CGMR — версия прошивки
AT+WIFIKEY? — key от wifi
AT^ZPCUIVERSION — версия прошивки Web морды
AT^ZMDMVERSION — версия чипсета процессора
AT+LOCKLEVEL? — статус lock
AT+ZGACT?
AT+MAC? — MAC адрес устройства
AT+CGSN — серийный номер или imei
AT^READIMEI — imei устройства
AT^MODIMEI= — смена imei
AT^SETIMEI= — смена imei до перезагрузки (полезно для проверки работы у другого оператора)
AT^HVER — версия оборудования
AT+CGDCONT? — данные и профиль
AT+ZSOFTRESET — сброс на заводские настройки
AT^RAMDUMP
AT+ZLTEINFO
AT+ZCARDSRVLIST
AT^SYSINFO
AT+CPIN?
AT+ZNCK? — остаток попыток ввода анлоков
AT+LOCKLEVEL? ввод NCK кода
AT+DLTIME?
AT+LOCKCODE
AT+ZLOCKBAND
AT+GENLOCK
АT+UNLOCKC
AT+UNLOCKKEY
AT+ZSET=»IGNORE_SECURITY_SUPPORT»

Проверить сеть/SIMlock

AT+ZSEC? — запрос о блокировке сети
ответы:
0 Инициализация шифрования (Незначительные SEC_ITEMS)
1 Network Lock ошибки. (Незначительные SEC_ITEMS)
2 Сетевая блокировка
3 разблокирована или исправить MCC/MNC
:
0 Нет действий
1 Сеть Lock
2 (U) SIM-карты Блокировка
3 Сеть Lock и (U) SIM-карты Блокировка

at+zmode=0 — возврат из factory mode (базовая композиция MSD (Mass Storage Device — cd+rndis))
at+zmode=1 возвращает из factory mode + включает режим модема, а не NDIS-устройства (расширенный режим rndis+at+modem+log+at2(adb))
at+zmode=2 — at+log (Debug Mode)
at+zmode=3 — at+log (другие номера портов)

< SEC_STATUE >:
0 Initializing the encryption (Insignificant SEC_ITEMS)
1 Network Lock error. (Insignificant SEC_ITEMS)
2 Network Locked
3 Unlocked or correct MCC/MNC
:
0 No action
1 Network lock
2 (U)SIM card lock
3 Network Lock and (U)SIM card Lock

Разблокировать

+ZNCK=»код разблокировки»
+ZNCK? — оставшееся число попыток ввода кода (0-5)

Проверить силу сигнала +ZRSSI
Syntax
+ZRSSI parameter command syntax
Command Possible response(s)
+ZRSSI +ZRSSI:,,
OK

+CME ERROR:

Описание:
This command is used to report signal strength.. Notice the command is used only in platform
6290 and 6246.
Defined values
3G network(registered to 3G network)
+ZRSSI: rssi,ecio,rscp
The unit of Rscp is 0.5dbm ( in 0.5 dBm step with no sign).
The unit of Ecio is 0.5db ( in 0.5 dB step with no sign).
The relation is: 2*rssi=rscp-ecio
e.g.
+ZRSSI: 49,8,106
Rssidbm = -rssi = -49dbm
Eciodb = -ecio/2= -4db
Rscpdbm = — rscp /2= -53dbm
2G network(there is no ecio and rscp value when registered in 2G network ,so set
value of 1000)
e.g.
+ZRSSI: rssi,1000,1000
No network e.g.
+ZRSSI :OK
Примечание: данная команда может быть использована только с модемами на платформах 6290 и 6246.

Выбрать режим сети

AT+ZSNT=0,0,0 — Авто
AT+ZSNT=1,0,0 — Только 2G
AT+ZSNT=2,0,0 — Только 3G
AT+ZSNT=0,0,1 — Приоритет 2G
AT+ZSNT=0,0,2 — Приоритет 3G

Проверить статус сети
AT+ZPAS?
+ZPAS:,OK
: the type of current network
No Service
Limited Service
GPRS
GSM
UMTS
EDGE
HSDPA
: service domain
CS_ONLY: CS domain service available.
PS_ONLY: PS domain service available.
CS_PS: CS&PS domain service available.
CAMPED: camped in a cell.
example
Команда: AT+ZPAS?
Ответ: +ZPAS: «GPRS»,»CS_PS»
OK

Установить диапазон +ZBANDI
at+zbandi=0 — Автоматически
at+zbandi=1 -UMTS 850 + GSM 900/1800
at+zbandi=2 — UMTS 2100 + GSM 900/1800 (Europe)
at+zbandi=3 — UMTS 850/2100 + GSM 900/1800
at+zbandi=4 — UMTS 850/1900 + GSM 850/1900
Примечание: данная команда может быть использована только с модемами на платформах 6290 и 6246.

#
9 лет, 8 месяцев назад

Темы:

47

Сообщения:

11417

Участник с: 17 февраля 2013

Что я тебе писал…………………..
…………………………….
Если верить той статье, то получаем следующие команды
AT^SETPORT=1 (3G MODEM)
AT^SETPORT=10 (4G MODEM)
……………………………
Проверка AT^GETPORTMODE — отображение активного режима модема
…………………………
Первой всегда быть должна AT

PS………….то, что догадался прописать ttyUSB_utps_pcui — молодец (забыл тебе подсказать, что нужно пробовать все выводы — ttyUSB0 и другие)

Ошибки не исчезают с опытом — они просто умнеют

improovizator

#
9 лет, 7 месяцев назад

Темы:

67

Сообщения:

434

Участник с: 21 июля 2012

Черт, чувствую, что близок к победе, но ведь нет, а! Пишет ошибку:
+CME ERROR: Incorrect parameters

Прочитал 1млн страниц форума, посвященному этому модему и нашел решение, причем чисто случайно, там не говорилось, что это решение подобной проблемы. Нужно ввести вот эту команду, остальные команды для этого модема почему то не работают.

AT^SETPORT="A1;10,12,16"

После ввода нужно выдернуть-втыкнуть модем и настроить подключение в NM, который сам начал что-то то мигать или что, вообщем за 5 секунд подключился.
Всем огромное спасибо, особенно тебе, Василий, что бы я делал, если бы не ты! Ур-р-р-р-рааа!!!:):):)

Всё меняется.

ivand

#
9 лет, 7 месяцев назад

Темы:

9

Сообщения:

477

Участник с: 04 января 2013

Ур-р-р-р-рааа!!!:):):)Ур-р-р-р-рааа!!!:):):)

Пошагово историю успеха

vasek

#
9 лет, 7 месяцев назад

Темы:

47

Сообщения:

11417

Участник с: 17 февраля 2013

При использовании putty — основной момент найти AT команды.
Молодец, уважаю настойчивых.

Ошибки не исчезают с опытом — они просто умнеют

vasek

#
9 лет, 7 месяцев назад

Темы:

47

Сообщения:

11417

Участник с: 17 февраля 2013

improovizator
…… нашел решение, причем чисто случайно……Нужно ввести вот эту команду, остальные команды для этого модема почему то не работают.

AT^SETPORT="A1;10,12,16"

^SETPORT:A: BLUE TOOTH
^SETPORT:A1: CDROM
^SETPORT:A2: SD
^SETPORT:1: 3G MODEM
^SETPORT:2: 3G PCUI
^SETPORT:3: 3G DIAG
^SETPORT:5: 3G GPS
^SETPORT:10: 4G MODEM
^SETPORT:12: 4G PCUI
^SETPORT:13: 4G DIAG
^SETPORT:14: 4G GPS
^SETPORT:16: NCM

Может пригодится на будущее — немного погуглил и смысл АТ команд похоже такой
Сначала пишешь, что хочешь исключить — обязательно и главное CDROM (это будет А1), необязательно SD ( это будет А2) и остается непонятной фича A (BLUE TOOTH)?????, но пока можно оставить в покое.
Далее, через точку с запятой пишешь, что оставить.
для 3G модема обязательно 1 и 2 (насчет 3 — сомневаюсь).
Для 4G модема обязательно 10, 12 (насчет 13 — сомневаюсь), режим NCM — Network Card Mode -на выбор
Что означают режимы PGUI и DIAG — не искал (ищи сам) .
И ВСЕ ЭТО В КАВЫЧКАХ.
В итоге получаем для 4G — AT^SETPORT=»A1,A2;10,12,13» или AT^SETPORT=»A1;10,12,13»

Ошибки не исчезают с опытом — они просто умнеют

improovizator

#
9 лет, 7 месяцев назад

Темы:

67

Сообщения:

434

Участник с: 21 июля 2012

vasek

improovizator
…… нашел решение, причем чисто случайно……Нужно ввести вот эту команду, остальные команды для этого модема почему то не работают.

AT^SETPORT="A1;10,12,16"

^SETPORT:A: BLUE TOOTH
^SETPORT:A1: CDROM
^SETPORT:A2: SD
^SETPORT:1: 3G MODEM
^SETPORT:2: 3G PCUI
^SETPORT:3: 3G DIAG
^SETPORT:5: 3G GPS
^SETPORT:10: 4G MODEM
^SETPORT:12: 4G PCUI
^SETPORT:13: 4G DIAG
^SETPORT:14: 4G GPS
^SETPORT:16: NCM

Может пригодится на будущее — немного погуглил и смысл АТ команд похоже такой
Сначала пишешь, что хочешь исключить — обязательно и главное CDROM (это будет А1), необязательно SD ( это будет А2) и остается непонятной фича A (BLUE TOOTH)?????, но пока можно оставить в покое.
Далее, через точку с запятой пишешь, что оставить.
для 3G модема обязательно 1 и 2 (насчет 3 — сомневаюсь).
Для 4G модема обязательно 10, 12 (насчет 13 — сомневаюсь), режим NCM — Network Card Mode -на выбор
Что означают режимы PGUI и DIAG — не искал (ищи сам) .
И ВСЕ ЭТО В КАВЫЧКАХ.
В итоге получаем для 4G — AT^SETPORT=»A1,A2;10,12,13» или AT^SETPORT=»A1;10,12,13»

Интересно, спасибо. На том форуме я где-то прочитал, что первые — это то, что должно заработать в первую очередь, а то что потом — во вторую. Поэтому наверное и не связалось все это с логикой. А теперь все действительно стало на свои места. Я теперь — мастер модемов:) Спасибо!
P.S. Решение в шапке.

Всё меняется.

ProFfeSsoRr

#
9 лет, 7 месяцев назад

ProFfeSsoRr avatar

Темы:

82

Сообщения:

948

Участник с: 14 мая 2009

Я может сейчас и дико прокапитаню, но: берите лучше Yota, там не модем, а сетевая карта — так что воткнули, dhcpcd eth1 — и вперед, бороздить интернет ;) Мы когда это увидели — быстренько все модемы мегафонские повыкидывали и перешли на йоту, ибо никакого гемора с настройкой, в отличие от мегафонских «царь»-модемов ;)

improovizator

#
9 лет, 7 месяцев назад

Темы:

67

Сообщения:

434

Участник с: 21 июля 2012

А как у Yota с 4G ?

Всё меняется.

martinberger

#
9 лет, 6 месяцев назад

Темы:

14

Сообщения:

83

Участник с: 14 ноября 2012

Ребят, кто может выручить? Не могу вернуться на арч из-за сабжа. Причём из-за него мне приходится сидеть на бунте, а теперь вообще скатился до того, что пишу из-под оффтопика. После недавних обнов сабж перестал работать и в бунте 12.04. Спасибо гуглу — наткнулся на подобную тему на форуме убунты, а позже и на эту. Всё получается, до тех пор, пока не открывается терминал АТ. А мешают мне ввести заветную команду непонятные мне строчки, которые выводятся с некоторой периодичностью в этом терминале.

Опытным путём установлено, что если шевелить модем/таскать его по комнате, то команды выводятся намного быстрее, и диод на модеме сигнализирует о наличии то 3g, то 2g, то вроде даже 4g сетей. (Т.е. видимо, строки эти связаны с состоянием модема)

Как же всё-таки заставить модем принять команду, если он «не хочет ничего слушать»?
Заранее огромное спасибо!

upd: Да здравствует hyper terminal, ведь он с доступом к буфферу обмена!
По этой инструкции я из-под МастДая подключился к модему через вышеупомянутое ПО, и о Чудо! Успел вставить нужную команду из буффера обмена, в ответ получил «ОК!». Из-под убунты спокойно подключился к сети 3g, думаю новый NM в Antegros с поддержкой 4g так же спокойно подключится «по назначению»
upd2: и да, скрины я вырезал за ненадобностью, думаю, они никому и не нужны

vasek

#
9 лет, 6 месяцев назад

Темы:

47

Сообщения:

11417

Участник с: 17 февраля 2013

martinberger
…….Опытным путём установлено, что если шевелить модем/таскать его по комнате, то команды выводятся намного быстрее…….

Странно, вроде бы это противоречит постулату теории относительности Эйнштейна

Ошибки не исчезают с опытом — они просто умнеют


There are two types of GSM error codes: CMS Error codes and CME Error codes that your GSM may return when sending an SMS.

The CMS error codes start with ‘+CMS Error:‘ and are always network related errors. The CME error codes start with ‘+CME Error:‘ and are always device (equipment) related errors.

CME Errors (GSM equipment errors)

CME Error Description
0 Phone failure
1 No connection to phone
2 Phone adapter link reserved
3 Operation not allowed
4 Operation not supported
5 PH_SIM PIN required
6 PH_FSIM PIN required
7 PH_FSIM PUK required
10 SIM not inserted
11 SIM PIN required
12 SIM PUK required
13 SIM failure
14 SIM busy
15 SIM wrong
16 Incorrect password
17 SIM PIN2 required
18 SIM PUK2 required
20 Memory full
21 Invalid index
22 Not found
23 Memory failure
24 Text string too long
25 Invalid characters in text string
26 Dial string too long
27 Invalid characters in dial string
30 No network service
31 Network timeout
32 Network not allowed, emergency calls only
40 Network personalization PIN required
41 Network personalization PUK required
42 Network subset personalization PIN required
43 Network subset personalization PUK required
44 Service provider personalization PIN required
45 Service provider personalization PUK required
46 Corporate personalization PIN required
47 Corporate personalization PUK required
48 PH-SIM PUK required
100 Unknown error
103 Illegal MS
106 Illegal ME
107 GPRS services not allowed
111 PLMN not allowed
112 Location area not allowed
113 Roaming not allowed in this location area
126 Operation temporary not allowed
132 Service operation not supported
133 Requested service option not subscribed
134 Service option temporary out of order
148 Unspecified GPRS error
149 PDP authentication failure
150 Invalid mobile class
256 Operation temporarily not allowed
257 Call barred
258 Phone is busy
259 User abort
260 Invalid dial string
261 SS not executed
262 SIM Blocked
263 Invalid block
772 SIM powered down

CMS Errors (GSM Network errors)

CMS Error Description
1 Unassigned number
8 Operator determined barring
10 Call bared
21 Short message transfer rejected
27 Destination out of service
28 Unindentified subscriber
29 Facility rejected
30 Unknown subscriber
38 Network out of order
41 Temporary failure
42 Congestion
47 Recources unavailable
50 Requested facility not subscribed
69 Requested facility not implemented
81 Invalid short message transfer reference value
95 Invalid message unspecified
96 Invalid mandatory information
97 Message type non existent or not implemented
98 Message not compatible with short message protocol
99 Information element non-existent or not implemente
111 Protocol error, unspecified
127 Internetworking , unspecified
128 Telematic internetworking not supported
129 Short message type 0 not supported
130 Cannot replace short message
143 Unspecified TP-PID error
144 Data code scheme not supported
145 Message class not supported
159 Unspecified TP-DCS error
160 Command cannot be actioned
161 Command unsupported
175 Unspecified TP-Command error
176 TPDU not supported
192 SC busy
193 No SC subscription
194 SC System failure
195 Invalid SME address
196 Destination SME barred
197 SM Rejected-Duplicate SM
198 TP-VPF not supported
199 TP-VP not supported
208 D0 SIM SMS Storage full
209 No SMS Storage capability in SIM
210 Error in MS
211 Memory capacity exceeded
212 Sim application toolkit busy
213 SIM data download error
255 Unspecified error cause
300 ME Failure
301 SMS service of ME reserved
302 Operation not allowed
303 Operation not supported
304 Invalid PDU mode parameter
305 Invalid Text mode parameter
310 SIM not inserted
311 SIM PIN required
312 PH-SIM PIN required
313 SIM failure
314 SIM busy
315 SIM wrong
316 SIM PUK required
317 SIM PIN2 required
318 SIM PUK2 required
320 Memory failure
321 Invalid memory index
322 Memory full
330 SMSC address unknown
331 No network service
332 Network timeout
340 No +CNMA expected
500 Unknown error
512 User abort
513 Unable to store
514 Invalid Status
515 Device busy or Invalid Character in string
516 Invalid length
517 Invalid character in PDU
518 Invalid parameter
519 Invalid length or character
520 Invalid character in text
521 Timer expired
522 Operation temporary not allowed
532 SIM not ready
534 Cell Broadcast error unknown
535 Protocol stack busy
538 Invalid parameter

лог сбрось сюда с флешки.

Есть такие ошибки.
Свой пароль я заменил словом пароль, пароль составил чисто из цифр
Вот лог
2017/06/29 22:35:18 : AT+CGREG?
2017/06/29 22:35:18 : +CGREG: 0,1
2017/06/29 22:35:18 : OK
2017/06/29 22:35:18 : AT+QFDEL=»RAM:*»
2017/06/29 22:35:18 : +CME ERROR: 4013
2017/06/29 22:35:19 : AT+QIDEACT
2017/06/29 22:35:19 : DEACT OK
2017/06/29 22:35:19 : AT+QIFGCNT=0
2017/06/29 22:35:20 : OK
2017/06/29 22:35:20 : AT+QICSGP=1,»internet»,»gdata»,»gdata»
2017/06/29 22:35:20 : OK
2017/06/29 22:35:21 : AT+QIREGAPP
2017/06/29 22:35:21 : OK
2017/06/29 22:35:21 : AT+QIACT
2017/06/29 22:35:22 : OK
2017/06/29 22:35:22 : AT+QSSLCFG=»smtpstyle»,0
2017/06/29 22:35:22 : OK
2017/06/29 22:35:22 : AT+QSMTPUSER=»camtest2017@yandex.ru»
2017/06/29 22:35:23 : OK
2017/06/29 22:35:23 : AT+QSMTPPWD=»пароль»
2017/06/29 22:35:23 : OK
2017/06/29 22:35:24 : AT+QSMTPNAME=»CAM000″
2017/06/29 22:35:24 : OK
2017/06/29 22:35:24 : AT+QSMTPADDR=»camtest2017@yandex.ru»
2017/06/29 22:35:24 : OK
2017/06/29 22:35:25 : AT+QSMTPSRV=»smtp-devices.yandex.ru»,25
2017/06/29 22:35:25 : OK
2017/06/29 22:35:25 : AT+QSMTPDST=1,1,»camtest2017@yandex.ru»
2017/06/29 22:35:25 : OK
2017/06/29 22:35:26 : +QSMTPDST: 0
2017/06/29 22:35:26 : AT+QSMTPSUB=0,»29/06/2017 22:35:26″
2017/06/29 22:35:26 : OK
2017/06/29 22:35:27 : AT+QSMTPBODY=1,3
2017/06/29 22:35:27 : OK
2017/06/29 22:35:27 : CONNECT
2017/06/29 22:35:30 : +QSMTPBODY: 20
2017/06/29 22:35:30 : AT+QFUPL=»RAM:PICT.jpg»,97597,200,1
2017/06/29 22:35:30 : CONNECT
2017/06/29 22:37:10 : AT+QFUPL=»RAM:PICT.jpg»,97597,200,1
2017/06/29 22:44:03 : AT+CGREG?
2017/06/29 22:44:03 : +CGREG: 0,1
2017/06/29 22:44:04 : OK
2017/06/29 22:44:04 : AT+QFDEL=»RAM:*»
2017/06/29 22:44:04 : OK
2017/06/29 22:44:05 : AT+QIDEACT
2017/06/29 22:44:06 : DEACT OK
2017/06/29 22:44:06 : AT+QIFGCNT=0
2017/06/29 22:44:06 : OK
2017/06/29 22:44:06 : AT+QICSGP=1,»internet»,»gdata»,»gdata»
2017/06/29 22:44:07 : OK
2017/06/29 22:44:07 : AT+QIREGAPP
2017/06/29 22:44:07 : OK
2017/06/29 22:44:08 : AT+QIACT
2017/06/29 22:44:08 : OK
2017/06/29 22:44:08 : AT+QSSLCFG=»smtpstyle»,0
2017/06/29 22:44:08 : OK
2017/06/29 22:44:09 : AT+QSMTPUSER=»camtest2017@yandex.ru»
2017/06/29 22:44:09 : OK
2017/06/29 22:44:09 : AT+QSMTPPWD=»пароль»
2017/06/29 22:44:10 : OK
2017/06/29 22:44:10 : AT+QSMTPNAME=»CAM000″
2017/06/29 22:44:10 : OK
2017/06/29 22:44:11 : AT+QSMTPADDR=»camtest2017@yandex.ru»
2017/06/29 22:44:11 : OK
2017/06/29 22:44:11 : AT+QSMTPSRV=»smtp-devices.yandex.ru»,25
2017/06/29 22:44:11 : OK
2017/06/29 22:44:12 : AT+QSMTPDST=1,1,»camtest2017@yandex.ru»
2017/06/29 22:44:12 : OK
2017/06/29 22:44:12 : +QSMTPDST: 0
2017/06/29 22:44:12 : AT+QSMTPSUB=0,»29/06/2017 22:44:12″
2017/06/29 22:44:13 : OK
2017/06/29 22:44:13 : AT+QSMTPBODY=1,3
2017/06/29 22:44:13 : OK
2017/06/29 22:44:13 : CONNECT
2017/06/29 22:44:16 : +QSMTPBODY: 20
2017/06/29 22:44:17 : AT+QFUPL=»RAM:PICT.jpg»,101983,200,1
2017/06/29 22:44:17 : CONNECT
2017/06/29 22:45:57 : AT+QFUPL=»RAM:PICT.jpg»,101983,200,1
2017/06/29 22:52:33 : AT+CGREG?
2017/06/29 22:52:33 : +CGREG: 0,1
2017/06/29 22:52:33 : OK
2017/06/29 22:52:34 : AT+QFDEL=»RAM:*»
2017/06/29 22:52:34 : +CME ERROR: 4013
2017/06/29 22:52:34 : AT+QIDEACT
2017/06/29 22:52:34 : DEACT OK
2017/06/29 22:52:35 : AT+QIFGCNT=0
2017/06/29 22:52:35 : OK
2017/06/29 22:52:35 : AT+QICSGP=1,»internet»,»gdata»,»gdata»
2017/06/29 22:52:36 : OK
2017/06/29 22:52:36 : AT+QIREGAPP
2017/06/29 22:52:36 : OK
2017/06/29 22:52:37 : AT+QIACT
2017/06/29 22:52:37 : OK
2017/06/29 22:52:37 : AT+QSSLCFG=»sslversion»,0,1
2017/06/29 22:52:37 : OK
2017/06/29 22:52:38 : AT+QSSLCFG=»seclevel»,0,0
2017/06/29 22:52:38 : OK
2017/06/29 22:52:38 : AT+QSSLCFG=»ciphersuite»,0,»0XFFFF»
2017/06/29 22:52:39 : OK
2017/06/29 22:52:39 : AT+QSSLCFG=»smtpstyle»,1
2017/06/29 22:52:39 : OK
2017/06/29 22:52:40 : AT+QSSLCFG=»smtpsctxi»,0
2017/06/29 22:52:40 : OK
2017/06/29 22:52:40 : AT+QSMTPUSER=»camtest2017@yandex.ru»
2017/06/29 22:52:40 : OK
2017/06/29 22:52:41 : AT+QSMTPPWD=»пароль»
2017/06/29 22:52:41 : OK
2017/06/29 22:52:41 : AT+QSMTPNAME=»CAM000″
2017/06/29 22:52:42 : OK
2017/06/29 22:52:42 : AT+QSMTPADDR=»camtest2017@yandex.ru»
2017/06/29 22:52:42 : OK
2017/06/29 22:52:43 : AT+QSMTPSRV=»smtp.yandex.ru»,465
2017/06/29 22:52:43 : OK
2017/06/29 22:52:43 : AT+QSMTPDST=1,1,»camtest2017@yandex.ru»
2017/06/29 22:52:43 : OK
2017/06/29 22:52:43 : +QSMTPDST: 0
2017/06/29 22:52:44 : AT+QSMTPDST=1,2,»camtest2017@yandex.ru»
2017/06/29 22:52:44 : OK
2017/06/29 22:52:44 : +QSMTPDST: 0
2017/06/29 22:52:44 : AT+QSMTPSUB=0,»29/06/2017 22:52:44″
2017/06/29 22:52:45 : OK
2017/06/29 22:52:45 : AT+QSMTPBODY=1,3
2017/06/29 22:52:45 : OK
2017/06/29 22:52:45 : CONNECT
2017/06/29 22:52:48 : +QSMTPBODY: 20
2017/06/29 22:52:49 : AT+QFUPL=»RAM:PICT.jpg»,99943,200,1
2017/06/29 22:52:49 : CONNECT
2017/06/29 22:54:29 : AT+QFUPL=»RAM:PICT.jpg»,99943,200,1
2017/06/29 22:59:44 : AT+CGREG?
2017/06/29 22:59:44 : +CGREG: 0,1
2017/06/29 22:59:44 : OK
2017/06/29 22:59:44 : AT+QFDEL=»RAM:*»
2017/06/29 22:59:44 : OK
2017/06/29 22:59:45 : AT+QIDEACT
2017/06/29 22:59:46 : DEACT OK
2017/06/29 22:59:46 : AT+QIFGCNT=0
2017/06/29 22:59:46 : OK
2017/06/29 22:59:47 : AT+QICSGP=1,»internet»,»gdata»,»gdata»
2017/06/29 22:59:47 : OK
2017/06/29 22:59:47 : AT+QIREGAPP
2017/06/29 22:59:47 : OK
2017/06/29 22:59:48 : AT+QIACT
2017/06/29 22:59:48 : OK
2017/06/29 22:59:48 : AT+QSSLCFG=»sslversion»,0,1
2017/06/29 22:59:49 : ERROR
2017/06/29 22:59:49 : AT+QSSLCFG=»seclevel»,0,0
2017/06/29 22:59:49 : ERROR
2017/06/29 22:59:50 : AT+QSSLCFG=»ciphersuite»,0,»0XFFFF»
2017/06/29 22:59:50 : ERROR
2017/06/29 22:59:50 : AT+QSSLCFG=»smtpstyle»,1
2017/06/29 22:59:50 : OK
2017/06/29 22:59:51 : AT+QSSLCFG=»smtpsctxi»,0
2017/06/29 22:59:51 : OK
2017/06/29 22:59:51 : AT+QSMTPUSER=»camtest2017@yandex.ru»
2017/06/29 22:59:52 : OK
2017/06/29 22:59:52 : AT+QSMTPPWD=»пароль»
2017/06/29 22:59:52 : OK
2017/06/29 22:59:53 : AT+QSMTPNAME=»CAM000″
2017/06/29 22:59:53 : OK
2017/06/29 22:59:53 : AT+QSMTPADDR=»camtest2017@yandex.ru»
2017/06/29 22:59:53 : OK
2017/06/29 22:59:54 : AT+QSMTPSRV=»smtp.yandex.ru»,465
2017/06/29 22:59:54 : OK
2017/06/29 22:59:54 : AT+QSMTPDST=1,1,»camtest2017@yandex.ru»
2017/06/29 22:59:54 : OK
2017/06/29 22:59:55 : +QSMTPDST: 0
2017/06/29 22:59:55 : AT+QSMTPDST=1,2,»camtest2017@yandex.ru»
2017/06/29 22:59:55 : OK
2017/06/29 22:59:55 : +QSMTPDST: 0
2017/06/29 22:59:56 : AT+QSMTPSUB=0,»29/06/2017 22:59:56″
2017/06/29 22:59:56 : OK
2017/06/29 22:59:56 : AT+QSMTPBODY=1,3
2017/06/29 22:59:56 : OK
2017/06/29 22:59:56 : CONNECT
2017/06/29 22:59:59 : +QSMTPBODY: 20
2017/06/29 23:00:00 : AT+QFUPL=»RAM:PICT.jpg»,100386,200,1
2017/06/29 23:00:00 : CONNECT
2017/06/29 23:01:40 : AT+QFUPL=»RAM:PICT.jpg»,100386,200,1
2017/06/29 23:08:47 : AT+CREG?
2017/06/29 23:08:47 : +CREG: 0,1
2017/06/29 23:08:47 : OK
2017/06/29 23:08:47 : AT+IFC=2,2
2017/06/29 23:08:47 : OK
2017/06/29 23:08:47 : AT+QIDEACT
2017/06/29 23:08:47 : DEACT OK
2017/06/29 23:08:47 : AT+QFDEL=»RAM:*»
2017/06/29 23:08:48 : +CME ERROR: 4013
2017/06/29 23:08:48 : AT+QFUPL=»RAM:PICT.jpg»,103549,200,1
2017/06/29 23:08:48 : CONNECT
2017/06/29 23:08:52 : AT+QFUPL=»RAM:PICT.jpg»,103549,200,1
2017/06/29 23:08:56 : AT+QFUPL=»RAM:PICT.jpg»,103549,200,1
2017/06/29 23:09:00 : AT+QPOWD=1
2017/06/29 23:13:17 : AT+CREG?
2017/06/29 23:13:17 : +CREG: 0,1
2017/06/29 23:13:17 : OK
2017/06/29 23:13:17 : AT+IFC=2,2
2017/06/29 23:13:18 : OK
2017/06/29 23:13:18 : AT+QIDEACT
2017/06/29 23:13:18 : DEACT OK
2017/06/29 23:13:18 : AT+QFDEL=»RAM:*»
2017/06/29 23:13:18 : OK
2017/06/29 23:13:18 : AT+QFUPL=»RAM:PICT.jpg»,101544,200,1
2017/06/29 23:13:18 : CONNECT
2017/06/29 23:13:22 : AT+QFUPL=»RAM:PICT.jpg»,101544,200,1
2017/06/29 23:13:26 : AT+QFUPL=»RAM:PICT.jpg»,101544,200,1
2017/06/29 23:13:31 : AT+QPOWD=1
2017/06/29 23:17:49 : AT+CREG?
2017/06/29 23:17:49 : +CREG: 0,1
2017/06/29 23:17:49 : OK
2017/06/29 23:17:49 : AT+IFC=2,2
2017/06/29 23:17:49 : OK
2017/06/29 23:17:49 : AT+QIDEACT
2017/06/29 23:17:49 : DEACT OK
2017/06/29 23:17:49 : AT+QFDEL=»RAM:*»
2017/06/29 23:17:50 : OK
2017/06/29 23:17:50 : AT+QFUPL=»RAM:PICT.jpg»,101845,200,1
2017/06/29 23:17:50 : CONNECT
2017/06/29 23:17:54 : AT+QFUPL=»RAM:PICT.jpg»,101845,200,1
2017/06/29 23:17:58 : AT+QFUPL=»RAM:PICT.jpg»,101845,200,1
2017/06/29 23:18:02 : AT+QPOWD=1
2017/06/29 23:22:06 : AT+CREG?
2017/06/29 23:22:06 : +CREG: 0,1
2017/06/29 23:22:07 : OK
2017/06/29 23:22:07 : AT+IFC=2,2
2017/06/29 23:22:07 : OK
2017/06/29 23:22:07 : AT+QIDEACT
2017/06/29 23:22:07 : DEACT OK
2017/06/29 23:22:07 : AT+QFDEL=»RAM:*»
2017/06/29 23:22:07 : OK
2017/06/29 23:22:07 : AT+QFUPL=»RAM:PICT.jpg»,101965,200,1
2017/06/29 23:22:07 : CONNECT
2017/06/29 23:22:11 : AT+QFUPL=»RAM:PICT.jpg»,101965,200,1
2017/06/29 23:22:16 : AT+QFUPL=»RAM:PICT.jpg»,101965,200,1
2017/06/29 23:22:20 : AT+QPOWD=1
2017/06/29 23:26:29 : AT+CREG?
2017/06/29 23:26:29 : +CREG: 0,1
2017/06/29 23:26:30 : OK
2017/06/29 23:26:30 : AT+IFC=2,2
2017/06/29 23:26:30 : OK
2017/06/29 23:26:30 : AT+QIDEACT
2017/06/29 23:26:30 : DEACT OK
2017/06/29 23:26:30 : AT+QFDEL=»RAM:*»
2017/06/29 23:26:30 : OK
2017/06/29 23:26:30 : AT+QFUPL=»RAM:PICT.jpg»,102468,200,1
2017/06/29 23:26:30 : CONNECT
2017/06/29 23:26:34 : AT+QFUPL=»RAM:PICT.jpg»,102468,200,1
2017/06/29 23:26:39 : AT+QFUPL=»RAM:PICT.jpg»,102468,200,1
2017/06/29 23:26:43 : AT+QPOWD=1
2017/06/29 23:30:48 : AT+CREG?
2017/06/29 23:30:48 : +CREG: 0,1
2017/06/29 23:30:48 : OK
2017/06/29 23:30:48 : AT+IFC=2,2
2017/06/29 23:30:48 : OK
2017/06/29 23:30:48 : AT+QIDEACT
2017/06/29 23:30:49 : DEACT OK
2017/06/29 23:30:49 : AT+QFDEL=»RAM:*»
2017/06/29 23:30:49 : OK
2017/06/29 23:30:49 : AT+QFUPL=»RAM:PICT.jpg»,101023,200,1
2017/06/29 23:30:49 : CONNECT
2017/06/29 23:30:53 : AT+QFUPL=»RAM:PICT.jpg»,101023,200,1
2017/06/29 23:30:57 : AT+QFUPL=»RAM:PICT.jpg»,101023,200,1
2017/06/29 23:31:01 : AT+QPOWD=1
2017/06/29 23:35:15 : AT+CREG?
2017/06/29 23:35:15 : +CREG: 0,1
2017/06/29 23:35:15 : OK
2017/06/29 23:35:15 : AT+IFC=2,2
2017/06/29 23:35:15 : OK
2017/06/29 23:35:15 : AT+QIDEACT
2017/06/29 23:35:15 : DEACT OK
2017/06/29 23:35:15 : AT+QFDEL=»RAM:*»
2017/06/29 23:35:15 : OK
2017/06/29 23:35:15 : AT+QFUPL=»RAM:PICT.jpg»,102986,200,1
2017/06/29 23:35:15 : CONNECT
2017/06/29 23:35:20 : AT+QFUPL=»RAM:PICT.jpg»,102986,200,1
2017/06/29 23:35:24 : AT+QFUPL=»RAM:PICT.jpg»,102986,200,1
2017/06/29 23:35:28 : AT+QPOWD=1
2017/06/29 23:39:35 : AT+CREG?
2017/06/29 23:39:35 : +CREG: 0,1
2017/06/29 23:39:35 : OK
2017/06/29 23:39:35 : AT+IFC=2,2
2017/06/29 23:39:35 : OK
2017/06/29 23:39:35 : AT+QIDEACT
2017/06/29 23:39:35 : DEACT OK
2017/06/29 23:39:35 : AT+QFDEL=»RAM:*»
2017/06/29 23:39:35 : OK
2017/06/29 23:39:35 : AT+QFUPL=»RAM:PICT.jpg»,101414,200,1
2017/06/29 23:39:35 : CONNECT
2017/06/29 23:39:40 : AT+QFUPL=»RAM:PICT.jpg»,101414,200,1
2017/06/29 23:39:44 : AT+QFUPL=»RAM:PICT.jpg»,101414,200,1
2017/06/29 23:39:48 : AT+QPOWD=1
2017/06/29 23:43:57 : AT+CREG?
2017/06/29 23:43:57 : +CREG: 0,1
2017/06/29 23:43:57 : OK
2017/06/29 23:43:57 : AT+IFC=2,2
2017/06/29 23:43:57 : OK
2017/06/29 23:43:57 : AT+QIDEACT
2017/06/29 23:43:58 : DEACT OK
2017/06/29 23:43:58 : AT+QFDEL=»RAM:*»
2017/06/29 23:43:58 : OK
2017/06/29 23:43:58 : AT+QFUPL=»RAM:PICT.jpg»,102831,200,1
2017/06/29 23:43:58 : CONNECT
2017/06/29 23:44:02 : AT+QFUPL=»RAM:PICT.jpg»,102831,200,1
2017/06/29 23:44:06 : AT+QFUPL=»RAM:PICT.jpg»,102831,200,1
2017/06/29 23:44:10 : AT+QPOWD=1

Понравилась статья? Поделить с друзьями:
  • Cme error 256
  • Cme error 2 при смене imei на e352b
  • Cme error 2 phone adapter link reserved
  • Cme error 148
  • Cme 555 starline ошибка