$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [ASIO] Synchronous write on serial_port
From: Igor R (boost.lists_at_[hidden])
Date: 2009-04-07 12:43:24
> I've isolated the problem (I think). But I can't understand why it works
> in this manner!!
>
> I've posted a working code in attach (made with VS2008 EXP), if someone
> could give me some feedback I will grate to him!
>
> In the code there are two wrapper classes for the asio::serial_port, one
> that works well and the other (mine) that has the issue!
Your code doesn't compile with _USE_SERIAL_OK defined.
But anyway, could you elaborate a bit more on what exactly you
isolated and in what manner it works now. If you mean slow write to
COM, then - did you try to do the same operation using some native
WinAPI? Does it work ok?