Modem Reset
-
I'm using a GSM/GPRS modem and some times (don't know why) it gets dumb, only de carrier detect and the power leds are on, and i can't do ping. The only way to solve this problem is unpluging the prower cord but this will not be posible because it will work on an unattended PC, so.... i think if i reset the modem i'll work again but how do i reset the thing? AT commands or win32 API? any advice? thanx in advance, everybody "I don't want to achieve immortality through my work... I want to achieve it through not dying." Woody Allen
-
I'm using a GSM/GPRS modem and some times (don't know why) it gets dumb, only de carrier detect and the power leds are on, and i can't do ping. The only way to solve this problem is unpluging the prower cord but this will not be posible because it will work on an unattended PC, so.... i think if i reset the modem i'll work again but how do i reset the thing? AT commands or win32 API? any advice? thanx in advance, everybody "I don't want to achieve immortality through my work... I want to achieve it through not dying." Woody Allen
I had a motorola phone that worked the same way, and if I looked in my modem properties i saw that it took a com port. So i suggest that you open the port using createfile and write an AT reset command to it. Good luck. Tom Wright tawright915@yahoo.com