crayzeewulf / libserial

Serial Port Programming in C++
BSD 3-Clause "New" or "Revised" License
415 stars 142 forks source link

[Question] Does the project support Windows? #140

Closed tan-wei closed 5 years ago

tan-wei commented 5 years ago

I think MSVC is not support, Cygwin or MinGW is fine if supported. Thanks!

crayzeewulf commented 5 years ago

@tan-wei I am sorry but this project does not support Windows. You can try using other libraries such as Qt Serial Port or Boost.Asio. If you do not mind using Python, you can try using PySerial.

tan-wei commented 5 years ago

Thanks for your summary. Quite helpful for me. Hope you have a good day.