TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136652 times)
  2. FAT32 Library (69866 times)
  3. Network Ethernet Library (55901 times)
  4. USB Device Library (46244 times)
  5. Network WiFi Library (41871 times)
  6. FT800 Library (41108 times)
  7. GSM click (28965 times)
  8. PID Library (26403 times)
  9. mikroSDK (26328 times)
  10. microSD click (25343 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Controlling a PIC Microcontroller from a PC Graphical User Interface (GUI)

Rating:

0

Author: Bitahwa Bindu

Last Updated: 2016-11-08

Package Version: 1.0.0.0

Category: Communication

Downloaded: 1019 times

Not followed.

License: MIT license  

In this article we are going to design a Graphical User Interface using C#. The computer will connect to the microcontroller using an RS232 serial cable. The PIC microcontroller will receive commands from the computer to control devices connected to it such as motors, LEDs etc.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Controlling a PIC Microcontroller from a PC Graphical User Interface (GUI)" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Controlling a PIC Microcontroller from a PC Graphical User Interface (GUI)" changes.

Do you want to report abuse regarding "Controlling a PIC Microcontroller from a PC Graphical User Interface (GUI)".

  • Information
  • Comments (0)

Project Blog

A Graphical User Interface is a man-machine interface device, in which objects to handle are drawn as icons on the screen, so the user can send controls by by a pointing device, usually a mouse or a keyboard.

It is always easy and require less skills to operate a device from a visual representations of the workspace (GUI) by simply clicking a mouse or using a keyboard rather than a command line. 
In this article we are going to design a Graphical User Interface using Microsoft Visual C#. This software could be installed in any computer running windows operating systems. The computer will connect to the microcontroller using an RS232 serial cable. The PIC microcontroller will receive commands from the computer to control devices connected to it such as motors, LEDs etc.

To learn more, please watch the video tutorial: Controlling a PIC Microcontroller from a PC Graphical User Interface

Or Read the full article: Controlling a PIC Microcontroller from a PC Graphical User Interface

Controlling a PIC Microcontroller from a PC Graphical User Interface (GUI) Simulation

Controlling a PIC Microcontroller from a PC Graphical User Interface (GUI) Simulation

Controlling a PIC Microcontroller from a PC Graphical User Interface (GUI) Simulation

View full image

ALSO FROM THIS AUTHOR

Web-Based Control and Monitoring with PIC Microcontroller

5

Learn how to control any device like an LED, a relay, a light bulb, a motor and so on connected to a PIC Microcontroller from a remote location using a web browser.

[Learn More]

Automatic Temperature Control System using PIC Microcontroller

10

The microcontroller reads the temperature every 10 s and compares it with the desired value to switch on a heater a fan to control the temperature.

[Learn More]

Interfacing SD Card (FAT32 System) With PIC Microcontroller

0

The FAT32 library can be used for SD cards with more than 2GB of size, it lifts many constraints imposed by FAT16 file system. Learn how to write/read text from/to an SD Card with PIC Microcontroller

[Learn More]