$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [asio] serial port howto?
From: Markus Werle (numerical.simulation_at_[hidden])
Date: 2009-03-05 08:16:56
Hi!
For first time users of asio it is not easy to get things started.
I found a demo application (minicom_client) on the web, but it
uses a raw io_service.
In the reference docs I found serial_port_service.
What is the difference?
Can I use serial_port_service as a drop in replacement where
an io_service normally is used?
Is there any small example how to use all this?
best rgards,
Markus