asio C++ library

PrevUpHomeNext

basic_serial_port::open

Open the serial port using the specified device name.

void open(
    const std::string & device);
  » more...

asio::error_code open(
    const std::string & device,
    asio::error_code & ec);
  » more...

PrevUpHomeNext