[GH-ISSUE #60] AT Commands not working #16

Closed
opened 2026-02-27 14:38:44 +03:00 by kerem · 5 comments
Owner

Originally created by @danry25 on GitHub (May 29, 2024).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/60

Trying to send any AT command hangs at this page:
image
get_atcommand never responds:
image

Environment
Running current stable SimpleAdmin with just Tailscale installed, Tested in Firefox & Chrome on Debian 12, validated with a second modem.

Originally created by @danry25 on GitHub (May 29, 2024). Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/60 Trying to send any AT command hangs at this page: ![image](https://github.com/iamromulan/quectel-rgmii-toolkit/assets/1683673/abb17a5c-0986-467d-8b06-a62a1ae9c17f) get_atcommand never responds: ![image](https://github.com/iamromulan/quectel-rgmii-toolkit/assets/1683673/79dc914b-cfc4-45de-b9be-e8d70ba9407e) **Environment** Running current stable SimpleAdmin with just Tailscale installed, Tested in Firefox & Chrome on Debian 12, validated with a second modem.
kerem closed this issue 2026-02-27 14:38:44 +03:00
Author
Owner

@dr-dolomite commented on GitHub (Jun 3, 2024):

I suggest to use to development branch. It is much stable (simpleadmin) and received a lot of fixes.

<!-- gh-comment-id:2144873659 --> @dr-dolomite commented on GitHub (Jun 3, 2024): I suggest to use to development branch. It is much stable (simpleadmin) and received a lot of fixes.
Author
Owner

@MickMorley commented on GitHub (Jun 19, 2024):

Hi @dr-dolomite, I found your Simple Admin 2.0 yesterday. It looks great! When will the changes in the development be pushed to the main branch?

That's great that its at a point where its stable.

<!-- gh-comment-id:2179304990 --> @MickMorley commented on GitHub (Jun 19, 2024): Hi @dr-dolomite, I found your Simple Admin 2.0 yesterday. It looks great! When will the changes in the development be pushed to the main branch? That's great that its at a point where its stable.
Author
Owner

@danry25 commented on GitHub (Aug 29, 2024):

I tracked this down to /dev/ttyOUT2 not responding on some RM520N-GL's even after reflashing the firmware with QFirehose, it appears the wait time just endlessly ratchets up as minicom is attempted again and again.

If we could switch to /dev/ttyOUT if /dev/ttyOUT2 does not respond (eg: when line 28 is run) this would mitigate the underlying firmware bug.

Here is where /dev/ttyOUT2 is called:

github.com/iamromulan/quectel-rgmii-toolkit@3962c5cf5a/simpleadmin/www/cgi-bin/get_atcommand (L22)

<!-- gh-comment-id:2317307236 --> @danry25 commented on GitHub (Aug 29, 2024): I tracked this down to /dev/ttyOUT2 not responding on some RM520N-GL's even after reflashing the firmware with QFirehose, it appears the wait time just endlessly ratchets up as minicom is attempted again and again. If we could switch to /dev/ttyOUT if /dev/ttyOUT2 does not respond (eg: [when line 28 is run](https://github.com/iamromulan/quectel-rgmii-toolkit/blob/3962c5cf5a433a1bf66048d3a4343a0eb53d7b09/simpleadmin/www/cgi-bin/get_atcommand#L28)) this would mitigate the underlying firmware bug. Here is where /dev/ttyOUT2 is called: https://github.com/iamromulan/quectel-rgmii-toolkit/blob/3962c5cf5a433a1bf66048d3a4343a0eb53d7b09/simpleadmin/www/cgi-bin/get_atcommand#L22
Author
Owner

@iamromulan commented on GitHub (Oct 30, 2024):

Main branch is archive and directory only now.
These issues don't exist on the development branch.
See the updated readme in main

<!-- gh-comment-id:2445771933 --> @iamromulan commented on GitHub (Oct 30, 2024): Main branch is archive and directory only now. These issues don't exist on the development branch. See the updated readme in main
Author
Owner

@danry25 commented on GitHub (Feb 7, 2025):

This bug persists in the current SDXLEMUR branch, to fix it edit DEVICE=/dev/ttyOUT2 in /usrdata/socat-at-bridge/atcmd to drop the two.

Symptoms include hanging after running an AT command using the atcmd prompt in adb shell, and no values being displayed in SimpleAdmin 2.0

<!-- gh-comment-id:2642500555 --> @danry25 commented on GitHub (Feb 7, 2025): This bug persists in the current SDXLEMUR branch, to fix it edit DEVICE=/dev/ttyOUT2 in /usrdata/socat-at-bridge/atcmd to drop the two. Symptoms include hanging after running an AT command using the atcmd prompt in adb shell, and no values being displayed in SimpleAdmin 2.0
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/quectel-rgmii-toolkit#16
No description provided.