Tagged Questions

0
votes
0answers
71 views

What is the ettiquite for answering questions? [closed]

Maybe its me, or maybe its an issue with this site. But it seems there is a problem. How should you attempt to answer questions, when you see a question that takes some time to respond to, it seems …
0
votes
4answers
245 views

Why does my Ajax request go directly from state 1 to 4?

Hello, I am making a request to a CGI program using AJAX. The response sends me content-length. My purpose is to dynamically exhibit the response progress. For that I need to start a function on …
7
votes
0answers
482 views

RSS feed for responses to your stackoverflow posts [closed]

Jan 28: Due to changes in SO these pipes no longer work, check out http://stackoverflow.com/users/recent/{user-id} (or write a pipe for it). Edit: Thanks to Beau Simensen's answer I've fixed the …
1
vote
1answer
200 views

How do you handle unsolicited responses (like incoming calls) when handling sms with a gsm modem

I have tried to develop a gsm modem library for handling sms built around system.io.ports.serialport. it does not handle unsolicited responses very well, in particular incomming calls. i resort to …