webconnect
webconnect copied to clipboard
Windows support
Two parts to this:
- Get build working.
- C++ code to list serial ports (see: http://stackoverflow.com/questions/1388871/how-do-i-get-a-list-of-available-serial-ports-in-win32)
The rest of the C++ serial communication code should just work (in theory) as it uses Boost::ASIO::Serial which handles the abstraction.
+1