[2] ArduGate [ Web-PC Gateway] by classdisk

Cloned from Sketch ArduGate by kredo1

This sketch is missing a short description
To get started using ArduGate with Arduino, please follow these steps: 1. Load agent.ino (located in agent sub-directory) into Arduino IDE, build and upload the sketch to Arduino board. 2. Run ArduGate.exe. In the opening window, click Open Demo Page button. 3. In the demo page, choose the correct serial port which Arduino is connected to, and click Connect. 4. You are ready to play with Arduino in your browser. http://localhost:8880/ Right now following Arduino operations are supported: 1. pinMode 2. digitalRead/digitalWrite 3. analogRead/analogWrite 4. EEPROM (read/write) 5. Servo (attach/detach/read/write) 6. Wire (begin/requestFrom/beginTransmission/endTransmission/read/write) More features will be supported soon. Source Code The ArduGate source code is distributed under GPLv2 license. It is hosted on SourceForge, including the serial-to-HTTP gateway which is developed as a feature of MiniWeb, the agent sketch for Arduino, and the JavaScript libraries which provide simplified access to Arduino. The subversion repository: svn checkout svn://svn.code.sf.net/p/ardusim/code/trunk/ardugate The agent sketch: svn checkout svn://svn.code.sf.net/p/ardusim/code/trunk/agent

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:431311" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>