
10
SeptemberAdvantages of USB Communication

10
SeptemberUSB Pin-out Port Wiring

10
SeptemberUSB Transfer speeds

10
SeptemberUSB Device Classes

10
SeptemberIntroduction to Descriptors

10
SeptemberCreating a descriptor file in MikroC

10
SeptemberCreating a descriptor file in MikroC - Practical

10
SeptemberUSB Libraries HID Enable

10
SeptemberUSB RAM

10
SeptemberUSB Functions

10
SeptemberCircuit Design for First Example

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
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