标签:async_write

async_write不调用回调

boost::asio::io_service ios; boost::asio::serial_port port(ios); boost::system::error_code ec; port.open("COM4",ec); //port.set_option ios.run(); char cCmd = 0x30; boost::asio::as……