P
P
pixik2016-08-09 15:18:45
C++ / C#
pixik, 2016-08-09 15:18:45

What are the convenient libraries for working with Serial (COM) ports (read/write) under c++?

Good afternoon!
What libs do you use? What would you recommend for standard COM port communications?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Armenian Radio, 2016-08-09
@gbg

QSerialPort

V
Vladimir Martyanov, 2016-08-09
@vilgeforce

CreateFile, WriteFile, ReadFile. Examples of working with a port on Wait functions on MSDN.

I
iv_k, 2016-08-09
@iv_k

boost::asio
QSerialPort

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question