Questions tagged [chat-command]
Tag for questions about: chat - Automated conversational script with a modem.
7 questions
0
votes
0
answers
74
views
pon will fail in startup but sending AT commands directly with minicom won't
I have a SIM LTE modem that use "pon" to connect. This pon use a chat script that send the AT commands needed to connect.
when I try to start the ppp service, the AT commands all fail by ...
0
votes
1
answer
224
views
Facing difficulties sending bytes containing white spaces python irc bot
Trying to make a basic irc bot in python (3.9.2) that can response specific commands when invoked. It works although when a response contains whitespace or a space, only the first word gets displayed ...
1
vote
1
answer
3k
views
Execute command before bringing interface up on OpenWRT
I'm making a Wireless-to-3g router with openwrt, and its working pretty well. To bring the 3g-wan interface up, I have to first register the USB modem using the command:
gcom -d /dev/ttyUSB0
If I don'...
2
votes
0
answers
3k
views
dbclient - login without manually typing password
On my router which runs OpenWRT I need a script which will keep a SSH connection alive mostly all the time (small breaks are OK). As the SSH server which I want to connect to takes care of multiple ...
2
votes
1
answer
1k
views
What is the relationship between wvdial, pon and chat?
I've checked their man pages, but I'm still confused. I just know they are all related to ppp connections.
I'm surprised that when I googled "pon wvdial relationship", I get no useful results, so I ...
3
votes
2
answers
8k
views
Difficulties to establish a ppp connection to a GSM provider
I want to establish a ppp link to a GSM provider with my cell phone modem. The modem gets recognized and I can send AT commands just fine, but I can not get the connection established.
My chat script ...
3
votes
1
answer
2k
views
chat source code
Is the source code of chat program (used for dialog with modem) open? If it is so, where can I find it? I've been trying find it, but no success.