Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > dos and modem commands in windows XP?

dos and modem commands in windows XP?

Forum Windows XP : Windows XP General Discussion - dos and modem commands in windows XP?

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: microsoft.public.windowsxp.basics (More info?)

 

Hi there. (If there is a dos forum or newsgroups please point me in
that direction. Thank you.)

I am from an old school but have forgotten too many things!

I want to be able to make my pci internal modem (com3) dial a phone
number and remain connected when i close the dos window then open a
program that will talk directly to com3.

Closest i can come is "echo atdt >com3"
When i tried "echo adt0,12345 > com3" still no dial tone or off hook
operation just a click. This make the modem do a click and not go off
hook and get dialltone as I used to get in dos (as far as i can
remember).

I have a program that will remote collect data from a device that is
connected to a com port. Both com 1 (physical on the back of the pc)
and com3 are listed but as soon as i open hyper terminal and use it
to connect to the remote site it take hold of the com3 line. Then the
data collecting program complains that com3 is in use and closes..

Any ways around this other than my plan b. That is to get an old modem
with parallels phone. dial with the parallel phone. make the modem go
off hook, then run the data collection program.

Plan c, drive 120km to the remote site. Connect laptop to data device,
come back in 1 week time to collect the lap[top with data....

At this point i can dial in with hyper terminal and issue text
commands to get data but it is all manual.

Thanks for any suggestions.

Ps i am not sure if the data collection program will run in win98 or
anything lower. I suspect is a visual basic program.


minsik.



i have hooked up to a modem at a remote site.

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.windowsxp.basics (More info?)

 

XP does not have any DOS, it is based on NT rather than DOS.
Some DOS commands appear to be present but they often work a
little differently. Also, XP does not allow direct hardware
access the way DOS did.

You should see if your desired program will run in Windows
(XP) and dial the modem. You might need an updated program
for your task.


--
The people think the Constitution protects their rights;
But government sees it as an obstacle to be overcome.


"Minsik" <minsik@nillspamatall4u.net> wrote in message
news:%23Cx34uQOFHA.1176@TK2MSFTNGP12.phx.gbl...
| Hi there. (If there is a dos forum or newsgroups please
point me in
| that direction. Thank you.)
|
| I am from an old school but have forgotten too many
things!
|
| I want to be able to make my pci internal modem (com3)
dial a phone
| number and remain connected when i close the dos window
then open a
| program that will talk directly to com3.
|
| Closest i can come is "echo atdt >com3"
| When i tried "echo adt0,12345 > com3" still no dial tone
or off hook
| operation just a click. This make the modem do a click and
not go off
| hook and get dialltone as I used to get in dos (as far as
i can
| remember).
|
| I have a program that will remote collect data from a
device that is
| connected to a com port. Both com 1 (physical on the back
of the pc)
| and com3 are listed but as soon as i open hyper
terminal and use it
| to connect to the remote site it take hold of the com3
line. Then the
| data collecting program complains that com3 is in use and
closes..
|
| Any ways around this other than my plan b. That is to get
an old modem
| with parallels phone. dial with the parallel phone. make
the modem go
| off hook, then run the data collection program.
|
| Plan c, drive 120km to the remote site. Connect laptop to
data device,
| come back in 1 week time to collect the lap[top with
data....
|
| At this point i can dial in with hyper terminal and issue
text
| commands to get data but it is all manual.
|
| Thanks for any suggestions.
|
| Ps i am not sure if the data collection program will run
in win98 or
| anything lower. I suspect is a visual basic program.
|
|
| minsik.
|
|
|
| i have hooked up to a modem at a remote site.

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.basics (More info?)

 

> |
> | Plan c, drive 120km to the remote site. Connect laptop to
> data device,
> | come back in 1 week time to collect the lap[top with
> data....
>

why dont you use your normal house-phone for phone calls and
your computer for computing.
why complicate things, unless you are a fidget widget type of person.

croak

Reply to Anonymous
- 0 +

Archived from groups: microsoft.public.windowsxp.basics (More info?)

 

I think I understand what you're trying to do. I take it this data
collection program is really intended for a direct serial connection to the
device? Your Plan B option is probably the best possibility if you can, in
fact, get the modem off hook after dialing.

The NT line of Windows generally doesn't permit direct access to hardware
as DOS did. Additionally, your internal modem is probably a WinModem and
would not be addressable from a command prompt. I think the click you here
from the ATDT command is due to the fact that the command does open the COM
port (which the modem detects), but cannot actually communicate data.

Your best bet might be to use a Windows telecommunications program with
scripting capability (like ProComm) to dial, connect, issue the automated
commands from a script, and save the responses to a file.
--

"Minsik" <minsik@nillspamatall4u.net> wrote in message
news:%23Cx34uQOFHA.1176@TK2MSFTNGP12.phx.gbl...
> Hi there. (If there is a dos forum or newsgroups please point me in
> that direction. Thank you.)
>
> I am from an old school but have forgotten too many things!
>
> I want to be able to make my pci internal modem (com3) dial a phone
> number and remain connected when i close the dos window then open a
> program that will talk directly to com3.
>
> Closest i can come is "echo atdt >com3"
> When i tried "echo adt0,12345 > com3" still no dial tone or off hook
> operation just a click. This make the modem do a click and not go off
> hook and get dialltone as I used to get in dos (as far as i can
> remember).
>
> I have a program that will remote collect data from a device that is
> connected to a com port. Both com 1 (physical on the back of the pc)
> and com3 are listed but as soon as i open hyper terminal and use it
> to connect to the remote site it take hold of the com3 line. Then the
> data collecting program complains that com3 is in use and closes..
>
> Any ways around this other than my plan b. That is to get an old modem
> with parallels phone. dial with the parallel phone. make the modem go
> off hook, then run the data collection program.
>
> Plan c, drive 120km to the remote site. Connect laptop to data device,
> come back in 1 week time to collect the lap[top with data....
>
> At this point i can dial in with hyper terminal and issue text
> commands to get data but it is all manual.
>
> Thanks for any suggestions.
>
> Ps i am not sure if the data collection program will run in win98 or
> anything lower. I suspect is a visual basic program.
>
>
> minsik.
>
>
>
> i have hooked up to a modem at a remote site.

Reply to GTS
Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > dos and modem commands in windows XP?
Go to:

There are 525 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them