$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio::serial_port] I can read and write synchronously, but how do I unblock when I want to end?
From: Dario Ramos (dario_ramos_at_[hidden])
Date: 2012-02-17 08:06:52
>
> Hi, I don't know if this can help you, but here my Serial Class which
> uses async_read and write:
Thanks a lot Daniele, I'll take a look at it and change mine accordingly. I
hope the calling convention issue doesn't happen with the new
implementation.