<div class="gmail_quote">On Fri, Aug 28, 2009 at 3:05 PM, Asif Lodhi <span dir="ltr">&lt;<a href="mailto:asif.lodhi@gmail.com">asif.lodhi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Rutger,<div class="im"><br><br><div class="gmail_quote">On Fri, Aug 28, 2009 at 11:16 PM, Rutger ter Borg <span dir="ltr">&lt;<a href="mailto:rutger@terborg.net" target="_blank">rutger@terborg.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>For answers to these specifics, you could also try posting to the separate</div>
asio mailing list.<br></blockquote></div><br>
</div><div>I visited <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=asio-users" target="_blank">http://sourceforge.net/mailarchive/forum.php?forum_name=asio-users</a> but I can&#39;t find any subscribe link that I can use to subscribe. Would you please post a link so that I can subscribe to ASIO specific list?</div>

<div><br></div><div>What&#39;s the difference between between posting on ASIO list and this boost list? Isn&#39;t ASIO included in Boost now?</div></blockquote><div><br></div><div>I&#39;d like to know this too. I see no reason why I can&#39;t ask here.</div>
<div><br></div><div>In any case, here&#39;s the problem I&#39;m running into. I need to be able to enable DTR, send data, and then disable DTR afterwards. The only way I can get DTR to be enabled is by explicitly setting the flow_control() option, however if I do this then I cannot disable it later. I see that MSDN discusses this function:</div>
<div><br></div><div>EscapeCommFunction(); </div><div><br></div><div><br></div><div>If I could do something like:</div><div><br></div><div><div><br></div><div>EscapeCommFunction( impl.handle_, SETDTR );</div><div>::WriteFile( imple.handle_, ...... );</div>
EscapeCommFunction( impl.handle_, CLRDTR );</div><div><br></div><div>This might give me what I need, right? How can I do this through boost asio?</div></div>

