Set Huawei E3372h from hilink to stick mode

Aus Markus' Wiki
Wechseln zu: Navigation, Suche

1 Problem

Problem: The Huawei LTE Modem E3372h is a dual mode modem and needs to be switched into the hilink mode.

This is particularly important when used with a Mikrotik RB951 Wifi router.

2 Fix

The original mode was:
AT^SETPORT="A1,A2;12,1,16,A1,A2"

I set the modem to:
AT^SETPORT="FF;12,1,16"

usb power reset, and it started working as a PPP interface.

------
I found theese settings using AT^SETPORT, and AT^GETPORTNAME:
AT^SETPORT="initial_mode;normal_mode"

map:
1 - Mobile Data Modem (MDM)
5 - GPS interface
6 - control interface
12 - PC UI
10 - modem?
16 - NDIS
A1 - Virtual cd
A2 - TF card reader
FF - Dummy (disable modeswitch when using this as the initial mode?)

3 See also

4 References