Skip to main content

Posts

Showing posts with the label PIC UART

PC Based Voltmeter Using C#

Voltmeter C# Arduino, PIC, AVR This program is developed in C# (C sharp). It needs .NET framework 4.0 to work.  For the circuit and other details of the project go to the Link. Click on the image to download the program. PC Based Digital Voltmeter Using PIC 16F877A Code modification of existing project /**********************************************/ /*     http://www.facebook.com/EmbeddedProjects  http://microcontrollerprojects00.blogspot.in/  Author: Vishal K M  uC:16F877A  Compiler: mikroC  Crystal freq: 4MHz                                               */ /**********************************************/ unsigned long temp; unsigned i...