Skip to content
Stanislav Ushakov edited this page Feb 10, 2015 · 1 revision

Welcome to the ArduinoCSharpDimmer wiki!

This is a simple application that shows how we can interact with Arduino via C# SerialPort class. Code for Arduino is taken from example: http://arduino.cc/en/Tutorial/Dimmer but instead of Procesing sketch the Windows application is used.

Application window

Main window

  1. Select appropriate COM port.
  2. Press "Connect" button.
  3. Now you can change the brightness by moving track bar in application.

Clone this wiki locally