Commit Graph

10 Commits

Author SHA1 Message Date
Cameron Thompson
e1fb14118b Add the ability to specify an AT command as an argument
Usage:
atcmd '<command>'
or
atcmd (starts an interactive session as before)

Example:
root@sdxlemur:~# atcmd 'ATI'
ATI
Quectel
RM521F-GL
Revision: RM521FGLEAR05A02M4G

OK
2024-03-24 17:51:48 -04:00
Cameron Thompson
8c69205582 Update atcmd 2024-03-16 19:33:35 -04:00
Cameron Thompson
2bdbf613e8 Update atcmd 2024-03-16 19:27:40 -04:00
Cameron Thompson
3eeb641309 Update atcmd 2024-03-16 19:22:12 -04:00
Cameron Thompson
91b8dde145 Update atcmd 2024-03-16 19:13:39 -04:00
Cameron Thompson
2f01f9cacc Add Color to atcmd 2024-03-16 18:53:56 -04:00
Cameron Thompson
efd859e302 Update atcmd 2024-03-16 18:43:58 -04:00
Cameron Thompson
df20fbeca3 Update atcmd 2024-03-16 18:38:46 -04:00
Cameron Thompson
b9916a4c1d Update atcmd 2024-03-16 18:30:57 -04:00
iamromulan
127db81532 Major at-socat-bridge update
-Now uses both smd11 and smd7 for separate AT streams
-smd11 is linked to ttyOUT
-smd7 is linked to ttyOUT2

ttyOUT is intended for automated AT commands (for parse scripts, etc)

ttyOUT2 is intended for manual user initiated AT commands; the new atcmd bin is now linked to /bin as well for utilization of ttyOUT2 by shell. Just type the command atcmd to run it.

Separating these streams will improve responsiveness and help the progress of more development.
2024-03-16 17:49:52 -04:00