Boost Asio serial_port - need help with io

前端 未结 3 1919
太阳男子
太阳男子 2020-12-14 19:38

So I\'ve been trying to learn the boost::asio stuff to communicate to a serial device using RS232. The documementation is sparse and the examples are non-existent. Can\'t

3条回答
  •  爱一瞬间的悲伤
    2020-12-14 20:32

    If you are wondering why his example gives a compile error, change CSIZE to C_SIZE on both lines. This is probably the only good example program on the web.
    Thanks.

提交回复
热议问题