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. 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.

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:244010" 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>