So, I'm not terribly familiar with Dial up commands, but what I've been tasked with is creating a back up to a paging application. We're trying to make an application to dial the number, wait, then send the numeric page over the phone. So, I have all the main components, where I seem to be having problems is with the actual string once the serial port is engaged and I have dial tone. The problem seems to be when I use the "," pause in the string, it just never keeps sending after that. I need it to pause for the "," and then send the remaining numbers.
So for example "ADTD 5554444,1786"
So, we get the 5554444 to go, then pauses and never sends the rest over. I hope this makes sense.