Hello everybody,
I use 7 modems in my application to listen serial ports. I must be check modem status because sometimes my modem hang up in OH status mean that OH lamp is lighting and the telephone line will not be closed, if I close and open the problem everything will be ok but I must be solve modem hang up problem and I must be clear the buffer in every my process. I must be know modem status and If I check the modem hang up, I must be reset this modem. I use modem command like this in C# but I think it does not work sometimes,
AT&F\r + '13'
13 for enter.
Have a nice day.