
10
SeptemberInstalling the Virtual USB Port Feature to enable Simulation

10
SeptemberFirst Example Send and Receive Data

10
SeptemberSecond Example Send Characters and Check the incoming Data

10
SeptemberThird Example Turn Leds On and Off via USB

10
SeptemberForth Example Reading Input - Button Press

10
SeptemberBurning the Code to PIC using A Programmer

10
SeptemberMikroC and Ql2006 Right Configuration for the Code file

10
SeptemberDEVICE DRIVERS FOR USB interfacing with pic microcontroller

10
SeptemberPractical Circuit Assembly

10
SeptemberWhat is a GUI

10
SeptemberMicrosoft Visual Studio

10
SeptemberProteus Virtual USB Installation

10
SeptemberDifferent Communication Methods that Can be used

10
SeptemberWhat is Serial Communication and RS232

10
SeptemberHow To Create Your First GUI Project Quick Intro

10
SeptemberHow to Create RS232 Serial Interfacing Circuit Board

10
SeptemberCircuit Design for Two Leds Controlled by PIC Microcontroller

10
SeptemberCode Your Microcontroller to Send and Recieve Serial Data

10
SeptemberCreate Your First GUI to Control Two Leds

10
SeptemberControl PIC Microcontroller using GUI

10
SeptemberDownload and Install Proteus Software

10
SeptemberDownload and Install MikroC Software

10
SeptemberDownload and Install Arduino Software

10
SeptemberDownload and Install Fritzing Software

10
SeptemberDownload and Install Microsoft Visual Studio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108