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?
 
make a text file with AT command
then
copy File.txt COM6

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