c# - What does the AT Modem Command do? -


I have a problem I'm involved in a Windows CE software project which runs for a few years and a small part of it's modem There is a possibility to communicate with

Can anyone explain to me what does AT Command send to the following modem?

ATD 9 0001, 00w01234567890

The number behind "w" is not a real one for this post.

Thank you very much

twickl

Wow, something In the meantime those people had seen:
AT - Attention - DT - Dial Tone 9 - Send Number 9
, Wait - 011 - Dial 011,
, - Wait # 00 - Dial 00,
w - Wait for the dial tone - 012345 - Dial the number

I feel like you dial in some type of PBX and then issue the command.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -