
4 Jan
2009
4 Jan
'09
3:51 p.m.
On Sun, Jan 4, 2009 at 4:48 PM, Philippe Vaucher <philippe.vaucher@gmail.com> wrote:
How to access COM port using BOOST library. I want to access COM3 port using boost.
I tried this boost::asio::ip::tcp::resolver::query query("localhost", "COM3");
COM ports aren't sockets. There's nothing in boost to support COM/serial ports yet.
Actually, yes. Boost.Asio does support serial ports: http://www.boost.org/doc/libs/1_37_0/doc/html/boost_asio/overview/serial_por... But I've never used this feature, so I can't really help. -- gpd