Added urls with some info about Windows Comm API

This commit is contained in:
Cristian Maglie
2014-12-13 20:08:27 +04:30
parent eba8f4f5b6
commit 1997ec0f79

View File

@@ -2,6 +2,12 @@ package serial
/*
// MSDN article on Serial Communications:
// http://msdn.microsoft.com/en-us/library/ff802693.aspx
// Arduino Playground article on serial communication with Windows API:
// http://playground.arduino.cc/Interfacing/CPPWindows
#include <stdlib.h>
#include <windows.h>