Cellular Modem not Responding
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am trying to connect to my cellular modem on Linux. I connect it through USB and the device appears as /dev/ttyUSB0. Using minicom, I set the port and baud rate then connect to the device. However, when I connect I get a weird output.
I turned on echo in minicom (crtl+a e) and when I try to enter a newline, this output just repeats. I also cannot get a response when issuing AT Commands.
What does this output mean? Any other suggestions on what I can test?
Thank you.
minicom
add a comment |Â
up vote
0
down vote
favorite
I am trying to connect to my cellular modem on Linux. I connect it through USB and the device appears as /dev/ttyUSB0. Using minicom, I set the port and baud rate then connect to the device. However, when I connect I get a weird output.
I turned on echo in minicom (crtl+a e) and when I try to enter a newline, this output just repeats. I also cannot get a response when issuing AT Commands.
What does this output mean? Any other suggestions on what I can test?
Thank you.
minicom
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to connect to my cellular modem on Linux. I connect it through USB and the device appears as /dev/ttyUSB0. Using minicom, I set the port and baud rate then connect to the device. However, when I connect I get a weird output.
I turned on echo in minicom (crtl+a e) and when I try to enter a newline, this output just repeats. I also cannot get a response when issuing AT Commands.
What does this output mean? Any other suggestions on what I can test?
Thank you.
minicom
I am trying to connect to my cellular modem on Linux. I connect it through USB and the device appears as /dev/ttyUSB0. Using minicom, I set the port and baud rate then connect to the device. However, when I connect I get a weird output.
I turned on echo in minicom (crtl+a e) and when I try to enter a newline, this output just repeats. I also cannot get a response when issuing AT Commands.
What does this output mean? Any other suggestions on what I can test?
Thank you.
minicom
asked Jan 4 at 16:34
Nick Yameen
1
1
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I would like you to give me more information to help you, here I leave what I need:
When you connect the USB modem to the PC, open the console and type:
dmesg | grep tty
. Could you let me know the answer? This is to verify where the modem was connected, I currently have one and it connects as /dev/ttyACM0Are you sure you're using the right speed (baudios)? This problem seems typical of a poorly chosen speed.
I check that when using the Minicom instead of entering the program and then configure parameters it is preferable to access it directly with the parameters already offered, for example:
minicom -D /dev/ttyACM0 -b 9600
Being the -D for "device" and -b for "speed" in (baudios)
Hope I can help you...
I tired the suggestion you have made still had no luck. I doubled checked the datasheet and found the USB is used for firmware updates, not AT commands. Should have checked prior. Thank you for the help!
â Nick Yameen
Jan 5 at 16:45
Anyway, the modem that I use is the Keyestudio SIM900 GSM-GPRS shield for Arduino, if I can help you with this (I love those things) just ask me for help :-) Greetings!
â k.Cyborg
Jan 5 at 17:06
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I would like you to give me more information to help you, here I leave what I need:
When you connect the USB modem to the PC, open the console and type:
dmesg | grep tty
. Could you let me know the answer? This is to verify where the modem was connected, I currently have one and it connects as /dev/ttyACM0Are you sure you're using the right speed (baudios)? This problem seems typical of a poorly chosen speed.
I check that when using the Minicom instead of entering the program and then configure parameters it is preferable to access it directly with the parameters already offered, for example:
minicom -D /dev/ttyACM0 -b 9600
Being the -D for "device" and -b for "speed" in (baudios)
Hope I can help you...
I tired the suggestion you have made still had no luck. I doubled checked the datasheet and found the USB is used for firmware updates, not AT commands. Should have checked prior. Thank you for the help!
â Nick Yameen
Jan 5 at 16:45
Anyway, the modem that I use is the Keyestudio SIM900 GSM-GPRS shield for Arduino, if I can help you with this (I love those things) just ask me for help :-) Greetings!
â k.Cyborg
Jan 5 at 17:06
add a comment |Â
up vote
0
down vote
I would like you to give me more information to help you, here I leave what I need:
When you connect the USB modem to the PC, open the console and type:
dmesg | grep tty
. Could you let me know the answer? This is to verify where the modem was connected, I currently have one and it connects as /dev/ttyACM0Are you sure you're using the right speed (baudios)? This problem seems typical of a poorly chosen speed.
I check that when using the Minicom instead of entering the program and then configure parameters it is preferable to access it directly with the parameters already offered, for example:
minicom -D /dev/ttyACM0 -b 9600
Being the -D for "device" and -b for "speed" in (baudios)
Hope I can help you...
I tired the suggestion you have made still had no luck. I doubled checked the datasheet and found the USB is used for firmware updates, not AT commands. Should have checked prior. Thank you for the help!
â Nick Yameen
Jan 5 at 16:45
Anyway, the modem that I use is the Keyestudio SIM900 GSM-GPRS shield for Arduino, if I can help you with this (I love those things) just ask me for help :-) Greetings!
â k.Cyborg
Jan 5 at 17:06
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I would like you to give me more information to help you, here I leave what I need:
When you connect the USB modem to the PC, open the console and type:
dmesg | grep tty
. Could you let me know the answer? This is to verify where the modem was connected, I currently have one and it connects as /dev/ttyACM0Are you sure you're using the right speed (baudios)? This problem seems typical of a poorly chosen speed.
I check that when using the Minicom instead of entering the program and then configure parameters it is preferable to access it directly with the parameters already offered, for example:
minicom -D /dev/ttyACM0 -b 9600
Being the -D for "device" and -b for "speed" in (baudios)
Hope I can help you...
I would like you to give me more information to help you, here I leave what I need:
When you connect the USB modem to the PC, open the console and type:
dmesg | grep tty
. Could you let me know the answer? This is to verify where the modem was connected, I currently have one and it connects as /dev/ttyACM0Are you sure you're using the right speed (baudios)? This problem seems typical of a poorly chosen speed.
I check that when using the Minicom instead of entering the program and then configure parameters it is preferable to access it directly with the parameters already offered, for example:
minicom -D /dev/ttyACM0 -b 9600
Being the -D for "device" and -b for "speed" in (baudios)
Hope I can help you...
answered Jan 4 at 19:29
k.Cyborg
124111
124111
I tired the suggestion you have made still had no luck. I doubled checked the datasheet and found the USB is used for firmware updates, not AT commands. Should have checked prior. Thank you for the help!
â Nick Yameen
Jan 5 at 16:45
Anyway, the modem that I use is the Keyestudio SIM900 GSM-GPRS shield for Arduino, if I can help you with this (I love those things) just ask me for help :-) Greetings!
â k.Cyborg
Jan 5 at 17:06
add a comment |Â
I tired the suggestion you have made still had no luck. I doubled checked the datasheet and found the USB is used for firmware updates, not AT commands. Should have checked prior. Thank you for the help!
â Nick Yameen
Jan 5 at 16:45
Anyway, the modem that I use is the Keyestudio SIM900 GSM-GPRS shield for Arduino, if I can help you with this (I love those things) just ask me for help :-) Greetings!
â k.Cyborg
Jan 5 at 17:06
I tired the suggestion you have made still had no luck. I doubled checked the datasheet and found the USB is used for firmware updates, not AT commands. Should have checked prior. Thank you for the help!
â Nick Yameen
Jan 5 at 16:45
I tired the suggestion you have made still had no luck. I doubled checked the datasheet and found the USB is used for firmware updates, not AT commands. Should have checked prior. Thank you for the help!
â Nick Yameen
Jan 5 at 16:45
Anyway, the modem that I use is the Keyestudio SIM900 GSM-GPRS shield for Arduino, if I can help you with this (I love those things) just ask me for help :-) Greetings!
â k.Cyborg
Jan 5 at 17:06
Anyway, the modem that I use is the Keyestudio SIM900 GSM-GPRS shield for Arduino, if I can help you with this (I love those things) just ask me for help :-) Greetings!
â k.Cyborg
Jan 5 at 17:06
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414805%2fcellular-modem-not-responding%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password