eisencah eisenach wrote:
I would like to keep sockets for communication after all (but the select function will not work on windows for serial ports handles). So I would use a different mechanism only for serial port scheduling.
I'd suggest abstracting the io and using overlapped on Windows.
//Peter