I have a motherboard (Gigabyte 990fxa-ud3) that I want to wake up using a ring event on the COM port, but I am unable to do so. I generate the ring event with an atmega32a.
The BIOS settings are properly set as far as I know: ACPI Suspend Type = S3(STR) Modem Ring Resume = Enabled ErP Support = Disabled PME Event Wake Up = Enabled And the COM port is enabled.
I have tried pushing +5V on the Ring Indicator line for 500ms using atmega32a, but this did not do the trick on this motherboard. On a different motherboard (Asus A7V8X-X) this worked flawlessly.
I tried contacting Gigabyte but I did not get a specific answer. I searched for other methods of generating a ring event and found that one could also generate the characters "RING", but this did not work either.
What other methods can I try?
Thanks in advance,
Sandokansan
PS: I hope this is the correct place for this question.

RING0D 0A too, if that's not what you did (you only mentionRING). That's what a disconnected Hayes-compatible modem would output on detection of a call on the external line, if I'm not completely mistaken. DCD might also need to be low. en.wikipedia.org/wiki/RS-232#Signals en.wikipedia.org/wiki/Data_Carrier_Detect – Michael Kjörling Jan 10 at 13:06RING;\x0D\x0ARING\x0D;\x0D\x0ARING\x0D\x0A;CONNECT 9600;ATQ1;RING, RING. All with and without\r\n. I also tried having pin 1 (DCD) grounded and with +5V. Kellenjb: In one respect yes, in another respect it is about programming my atmega32a. I do not mind a move though. – Sandokansan Jan 10 at 16:23