Hi All,
Is there a way to send Initcommands and wait for a response? -> “ATZ” , “OK”
code: (based on the PPP examples in the GNU kit)
PPPModemInit(PPP_COMPORT1, ACTIVE_CONNECTION_MODE, MY_BAUD_RATE,“ATZ”)
The above function never returns; is there a good approach to debug this?
Thanks
Felix