Showing posts with label serial port. Show all posts
Showing posts with label serial port. Show all posts

Friday, June 15, 2012

How to install drivers for the Arduino Uno with Windows7

To use Arduino Uno and upload programs to Arduino Uno with sucess, you need three steps:
  1. Plug in Arduino Uno to PC via USB;
  2. Download Arduino IDE;
  3. Install Arduino Uno Driver;

Please see the next video how to install drivers correctly.

Did you like this video? Please give me your feedback...

Sunday, July 3, 2011

Communicating between PC and Arduino

Do you want communicate Arduino through PC? You come to right place.
I developed a small program that allow you insert letter 'a' and receive letter 'b'.
You will need install Visual Basic 2008 and Arduino environment. With Arduino environment, copy the code source from the next image.


Finally, copy the next code source to Visual Basic 2008 from the next images.






The User Interface (UI) is something like this:

You can see the communication between PC and Arduino. Just click here!