I'm porting a windows serial c++ class to linux which contains multithreads and some windows api. just wanted to know how I would recreate SetCommMask and WaitCommEvent for linux.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
boostclasses are portable, so you wouldn't have to worry about the window/linux/mac implementation of your code. boost::serial_port handles serial communications. Simple remark. – DoesntMatter Dec 6 '12 at 3:05