Making Arduino Serial Port With Visual Basic

by sezgingul in Design > Software

5477 Views, 19 Favorites, 0 Comments

Making Arduino Serial Port With Visual Basic

serialport.png

We will make the program interface to connect to the serial port with Visual Studio.

Let's look at the details of the program.

Tools that we will use our form:

  • 3 pieces button
  • 2 Number ComboBox
  • 3 Piece label
  • serial port

Form Design

serialport.png

We can form as in the design of our way.

Visual Basic Software