[GH-ISSUE #41] ZLT S12 Pro #39

Open
opened 2026-03-04 12:06:54 +03:00 by kerem · 4 comments
Owner

Originally created by @flammable47 on GitHub (Apr 25, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-modemband/issues/41

Good day

I would like to request if this is possible to support:

Bus 001 Device 002: ID 1782:4055 Unisoc Phone Unisoc Phone
/dev/ttyUSB0

as of today only this command that been applied on the router
AT+CREG?
AT+CREG=?
AT+CGREG?
AT+CGREG=?
AT+GMI=?
AT+GMI
AT+GMM=?

Image
Image
Image
Image

Originally created by @flammable47 on GitHub (Apr 25, 2025). Original GitHub issue: https://github.com/4IceG/luci-app-modemband/issues/41 Good day I would like to request if this is possible to support: Bus 001 Device 002: ID 1782:4055 Unisoc Phone Unisoc Phone /dev/ttyUSB0 as of today only this command that been applied on the router AT+CREG? AT+CREG=? AT+CGREG? AT+CGREG=? AT+GMI=? AT+GMI AT+GMM=? ![Image](https://github.com/user-attachments/assets/4eb22e4e-c930-4562-9c94-c1cbe6d44cc7) ![Image](https://github.com/user-attachments/assets/de4780d1-1b82-4e3d-a514-db8f3bc8096c) ![Image](https://github.com/user-attachments/assets/d91b5326-2828-4ea4-9853-32aa58d4e0fd) ![Image](https://github.com/user-attachments/assets/119ef1c8-8543-4514-95d4-53e4f9ec0883)
Author
Owner

@4IceG commented on GitHub (Apr 25, 2025):

Hi,
Not enough information to add modem support.
The most important thing is missing.. at commands to change bands and interface for communication with modem.

UNISOC vendor ID and TOZED LT70-C modem which is based from UNISOC
SL8563. The modem supports the NCM mode. Interface 0 is used for running
the AT commands. Interface 12 is the ADB interface.

P: Vendor=1782 ProdID=4055 Rev=04.04
S: Manufacturer=Unisoc Phone
S: Product=Unisoc Phone

<!-- gh-comment-id:2830628569 --> @4IceG commented on GitHub (Apr 25, 2025): Hi, Not enough information to add modem support. The most important thing is missing.. at commands to change bands and interface for communication with modem. > UNISOC vendor ID and TOZED LT70-C modem which is based from UNISOC SL8563. The modem supports the NCM mode. Interface 0 is used for running the AT commands. Interface 12 is the ADB interface. > > P: Vendor=1782 ProdID=4055 Rev=04.04 S: Manufacturer=Unisoc Phone S: Product=Unisoc Phone
Author
Owner

@flammable47 commented on GitHub (Apr 28, 2025):

Hi, Not enough information to add modem support. The most important thing is missing.. at commands to change bands and interface for communication with modem.

UNISOC vendor ID and TOZED LT70-C modem which is based from UNISOC
SL8563. The modem supports the NCM mode. Interface 0 is used for running
the AT commands. Interface 12 is the ADB interface.
P: Vendor=1782 ProdID=4055 Rev=04.04
S: Manufacturer=Unisoc Phone
S: Product=Unisoc Phone

is these the following command is needed?

Image

<!-- gh-comment-id:2833969394 --> @flammable47 commented on GitHub (Apr 28, 2025): > Hi, Not enough information to add modem support. The most important thing is missing.. at commands to change bands and interface for communication with modem. > > > UNISOC vendor ID and TOZED LT70-C modem which is based from UNISOC > > SL8563. The modem supports the NCM mode. Interface 0 is used for running > > the AT commands. Interface 12 is the ADB interface. > > P: Vendor=1782 ProdID=4055 Rev=04.04 > > S: Manufacturer=Unisoc Phone > > S: Product=Unisoc Phone is these the following command is needed? ![Image](https://github.com/user-attachments/assets/7db6198d-bf76-492a-8476-ce11bae4ddf9)
Author
Owner

@ChamodyaChiran commented on GitHub (Nov 9, 2025):

/dev/ttyUSB0

get band-AT+SPLBAND=0
set band-AT+SPLBAND=,<band_tdd_49_64>,
<band_tdd_33_48>,<band_fdd_17_32>,,< band_fdd_65_80>

after changing bands you have to turn on and off flight mode AT+CFUN=0 , AT+CFUN=1

I have attached pdf

band set.pdf

<!-- gh-comment-id:3508506821 --> @ChamodyaChiran commented on GitHub (Nov 9, 2025): /dev/ttyUSB0 get band-AT+SPLBAND=0 set band-AT+SPLBAND=<mode>,<band_tdd_49_64>, <band_tdd_33_48>,<band_fdd_17_32>,<band _fdd_1_16>,< band_fdd_65_80> after changing bands you have to turn on and off flight mode AT+CFUN=0 , AT+CFUN=1 I have attached pdf [band set.pdf](https://github.com/user-attachments/files/23440670/band.set.pdf)
Author
Owner

@obsy commented on GitHub (Dec 8, 2025):

Please test these commands and provide the exact results of the commands setting and reading the bands.

<!-- gh-comment-id:3625129425 --> @obsy commented on GitHub (Dec 8, 2025): Please test these commands and provide the exact results of the commands setting and reading the bands.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-modemband#39
No description provided.