AT commands via commandline

  • Thread starter Thread starter Stein Rune
  • Start date Start date
S

Stein Rune

I have a card that I use for connecting to the GSM network. To force it
to use e.g. the EDGE network, I have to send a special AT-command via a
specific com-port. Normally I use Hyperterminal to achieve this, but
now I need to do the same via command line. I have tried "echo command
com6", but it does not seem to work.

Any ideas?
 
try Copy command?

Stein said:
I have a card that I use for connecting to the GSM network. To force it
to use e.g. the EDGE network, I have to send a special AT-command via a
specific com-port. Normally I use Hyperterminal to achieve this, but
now I need to do the same via command line. I have tried "echo command



Any ideas?
 
Copy command? I can see no way this could work...have you got an
example?
 
make a text file with AT command
then
copy File.txt COM6

or
at the command prompt
copy con COM6
AT
F6 key
enter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top