Arduino IDE Working Examples
docs.arduino.cc/retired/getting-started-guides/IntelGalileoGen2
Tried Common Examples
Blink. Working properly
Digital Serial Read. Working properly
Board Ethernet Examples
Webserver. Working properly
Chat server using telnet. Not Working properly
Local DNS Server. Not yet tried.
Data Logger. Not yet tried
Siemens IOT2000 Input Output Module (Manual in pdf) Product Details..
#define DI0 12 #define DI1 11 #define DI2 10 #define DI3 9 #define DI4 4 #define DQ0 8 #define DQ1 7
Arduino Blog
www.instructables.com/Linux-Tutorial-For-Intel-Galileo-Gen-2/
This guide gives some basic information about the benefit of accessing Linux shell in Intel® Galileo Gen 2; preparing a system image; accessing the shell in 4 different ways;
examining the workflow of copying a python script into Intel® Galileo Gen 2 through scp (or pscp);
running an Arduino sketch; and
retrieving files from Intel® Galileo Gen 2.