Hello,
I am trying to remove the "No carrier detected" error from my system.
Since i need to dial 9 before i can send from analog fax i added this
to my conf.ttyS scripts.
ModemDialCmd: ATDT9,%s
From what i read this command creates a dial tone, then sends 9, and
then a phone number.
Is there a website somewhere where there is more commands and their
explanation of these commands.
I am looking for a Dial command that will do 9 + pause + phone number
The pause will make sure the dial tone is present.
How would this command look like?
ModemDialCmd: ATDT9,PAUSE,%s?????