From 1997ec0f79ded8a3884e21511f6cc221bea53e8c Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sat, 13 Dec 2014 20:08:27 +0430 Subject: [PATCH] Added urls with some info about Windows Comm API --- serial/native_windows.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/serial/native_windows.go b/serial/native_windows.go index d496bd1..bbc6927 100644 --- a/serial/native_windows.go +++ b/serial/native_windows.go @@ -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 #include