If you have a device running Win CE - it is not difficult.
1. Just everywhere in "nativeserialengine_win.cpp" remove structure 'OVERLAPPED' (or replaced by 0).
2. In notifier "nativeserialnotifier_win.cpp" abandon class QWinEventNotifier, and instead use QThread with periodical poll CommEvent.
Bookmarks