Re: Sending AT modem commands from the command line?
- From: ironcladlou <geoffevans@xxxxxxxxx>
- Date: Sat, 04 Aug 2007 00:44:15 -0000
On Aug 3, 3:03 pm, "Beverly Howard [Ms-MVP/MobileDev]"
<BevNoSpamBevHoward.com> wrote:
no quotes... think it should be
echo at&1 > com4:
however, the spoiler is the "&" character which is used in batch files
so that command won't work, so
put the string in a text file, then use
copy test.txt com4:
(the quotes are not necessary if the file doesn't contain spaces)
Yeah, the command I need to input to the modem is ATI1, so the
ampersand isn't the problem. The problem is getting the modem's
response into a text file.
--
ironcladlou
.
- Follow-Ups:
- Re: Sending AT modem commands from the command line?
- From: Bob I
- Re: Sending AT modem commands from the command line?
- From: Beverly Howard [Ms-MVP/MobileDev]
- Re: Sending AT modem commands from the command line?
- References:
- Sending AT modem commands from the command line?
- From: ironcladlou
- Re: Sending AT modem commands from the command line?
- From: Bob I
- Re: Sending AT modem commands from the command line?
- From: ironcladlou
- Re: Sending AT modem commands from the command line?
- From: Bob I
- Re: Sending AT modem commands from the command line?
- From: ironcladlou
- Re: Sending AT modem commands from the command line?
- From: Bob I
- Re: Sending AT modem commands from the command line?
- From: ironcladlou
- Re: Sending AT modem commands from the command line?
- From: Beverly Howard [Ms-MVP/MobileDev]
- Sending AT modem commands from the command line?
- Prev by Date: Re: Computer Freezing
- Next by Date: Re: memory addition
- Previous by thread: Re: Sending AT modem commands from the command line?
- Next by thread: Re: Sending AT modem commands from the command line?
- Index(es):
Relevant Pages
|