![]() |
mikroc usb tutorial |
USB communication is better than serial communication. Hardware interfacing is very easier than Rs 232 . In USB 1.0 communication Low Speed is-1.5Mbit/second & High Speed is -12Mbit/second . The upgrade version provides more speed than older version. USB-3.0 has higher speed, 5Gbit/second and it's called super speed. For more information you can visit this page >> Wikipedia Usb.
In this tutorial I will use pic18f2550 microcontroller & it is very popular for usb. Now you can ask a question, how do we get our MCU to work with high speed or low seed ?
At 6MHz clock we will get low speed and at 48MHz Clock we will get High speed. In this tutorial we will try to make higher speed connection. We are not going to use 48MHz clock, because it is very noisy. We will try another technique instead of it. Microchip company provides internal PLL( Phase Locked Loop ) circuit in some of specific products and pic18f2550 has internal PLL Circuit. Now look at the picture :
![]() |
PLL Circuit |
Now let's create a project in Proteus 8.
Proteus 8 Circuit :
Step 1:![]() |
How to Create Project in Proteus _1 |
![]() |
How to Create Project in Proteus 8_2 |
Step3 :
![]() |
How to Create Project in Proteus 8_3 |
![]() |
How to find parts in Proteus 8 |
![]() |
How to find parts in Proteus 8 |
![]() |
Usb Interfacing With PIC Microcontroller Circuit |
Now let's create a project in MikroC.
MikroC Code :
Step 1:![]() |
Create New Project in MikroC_1 |
![]() |
Create New Project in MikroC_2 |
![]() |
Create New Project in MikroC_3 |
![]() |
Include All Library |
![]() |
Editing MikroC project settings_1 |
![]() |
USB Communication With PIC Microcontroller |
1. As we know PLL circuit takes input 4MHz clock. So we have to divide 12MHz by 3 so that we can get 4MHz clock. If we use 4MHz we have no need this part .
2 & 3 . We are using USB 1.0 and it's High Speed clock 48MHz. So we have to devide it by 2.
4 . Here we are using 12MHz Crystal clock and the oscillator selection should be HS Oscillator.
5 . We have to enable voltage regulator. Basically it is an internal 3.3 voltage regulator of pic18f2550. If we enable this, it is required to connect vusb pin with a 220 nf capacitor.
#Source Code :
unsigned char receivedata[64] absolute 0x500; // <--Variable Declaration
unsigned char senddata[64] absolute 0x580;
int i=0;
void Interrupt(){
USB_Interrupt_Proc(); //<--Interrupt function
}
void main() //<--The Main Function
{
HID_Enable(&receivedata,&senddata); //<--To Enable HID
while(1){ //<-- Infinity LOOP
while(!HID_Read()); //<--for reading
for(i=0;i<64;i++){
senddata[i]=receivedata[i]; //<--Sending received data to senddata[i] variable
}
while(!HID_Write(&senddata,64)); //<--for writting
}
}
1. unsigned char receivedata[64] absolute 0x500;
unsigned char senddata[64] absolute 0x580;
Here we have created character type two array variable senddata & receivedata. During USB Communication we must have to keep all data in USB RAM. PIC 18F2550 microcontroller's USB RAM memory address begins with 0x500 and ends with 0x7F. That's why, we kept the receivedata[64] in 0x500 location and senddata[64] in 0x580.
2.
void Interrupt(){
USB_Interrupt_Proc();}
void Interrupt() is one user defined function which contains USB_Interrupt_Proc() function inside . Interrupt means restriction for something. When interrupt is enabled, microcontrller doesn't perform main function. It will perform only interrupt function or ISR(interrupt service routine). After clearing the flag main method works.
3. HID_Enable(&receivedata,&senddata);
This function will initialize USB. It locates receivedata variable and send data variable.
Note : HID means "Human Interface Device"
4. char HID_Read();
This function receives data. If receiving is failed, it returns 0. Otherwise it returns character .
while(!HID_Read());
It means, this function tries to receive data until data are being received .char HID_Write();
This function receive data. If receiving is failed, it returns 0. Otherwise it returns the numbers of data .while(!HID_Write());
It means, this function tries to send data until data are being sent.
5.for(i=0;i<64;i++>
senddata[i]=receivedata[i];
}
This loop will run from 0 to 63 and will keeps the received data to senddata variable from receivedata variable.
#Descriptor File Addition
Descriptor File : This file will make your pc understand about device's informations. LikeManufacture Name, Product ID, Vendor ID etc.
Now i will show you. How to create a Descriptor file .
Step 7:
![]() |
Create Descriptor File_1 |
![]() |
Create Descriptor FIle_2 |
Adding descriptor file with MikroC Project .
![]() |
Adding Descriptor File |
Step 11:
Step 12:
![]() |
How to upload hex file in proteus_1 |
![]() |
How to upload hex file in proteus_2 |
![]() |
How to upload hex file in proteus_3 |
In proteus Simulation we need to install virtual usb .
![]() |
Install Virtual USB in proteus |
![]() |
Run Project |
Now go to the Proteus Circuit and Just Run the project .
Output:
Now go to the Tool >>HID Terminal >> click on Terminal .
![]() |
HID Terminal of MikroC |
![]() |
HID Terminal Output |
Thanks Man I Found This Post Really Useful...
ReplyDeleteThank you too.
DeleteYour download links are dead... Please advise ...
ReplyDeleteI'm sorry. Just follow the tutorial and the video also. Code is given there. That's all I could say.
DeleteI have read all the comments and suggestions posted by the visitors for this article are very fine,We will wait for your next article so only.Thanks! phone accessories
ReplyDeleteThis is a great post. I like this topic.This site has lots of advantage.I found many interesting things from this site. It helps me in many ways.Thanks for posting this again. best office chair for software developers
ReplyDeleteI think this is an informative post and it is very useful and knowledgeable. therefore, I would like to thank you for the efforts you have made in writing this article. etcher
ReplyDeleteAwesome and interesting article. Great things you've always shared with us. Thanks. Just continue composing this kind of post. etcher.download
ReplyDeleteThanks for a very interesting blog. What else may I get that kind of info written in such a perfect approach? I’ve a undertaking that I am simply now operating on, and I have been at the look out for such info. agentie de comunicare
ReplyDeleteWow! Such an amazing and helpful post this is. I really really love it. It's so good and so awesome. I am just amazed. I hope that you continue to do your work like this in the future also usb cable
ReplyDeleteThis is a good post. This post gives truly quality information. I’m definitely going to look into it.. communication with customers
ReplyDeleteThis blog is so stunningly outstanding. Left its readers in the awe.
ReplyDeleteto_pydatetime
I think this is an informative post and it is very useful and knowledgeable. Really its Great Article. Keep it up. Here is a complete of web and mobile app development services Read here and know all the famous Software Development services.
ReplyDeleteHire woocommerce Developer
There are not many preferable sentiments over when somebody sees you utilizing a program you lashed together to make your life more straightforward and says that it looks truly valuable. https://hostinglelo.in/
ReplyDeleteSan Diego State University is intently attached to its local area inside as a program director and asset producing power just as remotely being a steward for expansive local area improvement and interest in the neighborhood climate.https://onohosting.com/
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteFor instance, the code 99213 is utilized to address a commonplace office visit. At the point when the coder incorporates the code 99213 on the case, it tells the insurance agency that the clinical supplier played out a mid-range office visit. https://sites.google.com/view/seoservicesindelhiindia
ReplyDeleteI remember my school days back in 1995 when the peoples were using flopy disc and dvd use for data storage purpsoe but now we have universal serial bus (USB) I we can storga very large amount of data in it. As i work for the online Thesis help services I alos used USB for the writing work and it contain more then 100 Gaga bytes(GB) data
ReplyDeleteits so useful article for beginners thankyou for sharing a EMBEDDED PROGRAMMING Guide in detail. Well Done!
ReplyDeletecelltracker io
zazzle vs shopify
Hire woocommerce developer
java versus.net
app to find local businesses
Many around the world admire Russian women for different reasons. Their supermodel-like beauty alone is enough to get people’s attention.
ReplyDeleteHosting built to Boost WordPress websites. With Managed WordPress hosting you get powerful tools and a smart-design Website Builder for easy, quick website creation
ReplyDeleteFully managed Cheapest WordPress Hosting india with no restrictions. Free Migration, CDN, Staging Sites.
ReplyDeleteI have been impressed after reading this because of some quality work and informative thoughts. I just want to say thanks to the writer and wish you all the best for coming! Update your old version of the NBA 2K21 game to NBA 2K22 by unlocking the East or West Season Tip pack, 500 MTP, or 1 Token these packs by using NBA 2k locker code .
ReplyDeleteThank you for the good work. Have you been aware for the Ryzen 7 3700X, If yes then you can read one article Latest motherboard This new-age processor is ideally introduced for the gaming and rendering process and gives neck-to-neck competition to Intel.
ReplyDeleteOutstanding article! I want people to know just how good this information is in your article. Your views are much like my own concerning this subject. I will visit daily your blog because I know. It may be very beneficial for me. https://movieswood.today
ReplyDeleteWhat a sensational blog! This blog is too much amazing in all aspects. Especially, it looks awesome and the content available on it is utmost qualitative. https://afilmywap.world
ReplyDeletePenis duration is a touchy trouble, and approximately 30% of men are upset with it. It is able to make you self-conscious and make you experience the need for a few form of penis increase method. Observe records about 성기확대 here, for additonal facts.
ReplyDeleteThank you for the good work.
ReplyDeleteVeterinary medicine in Ethiopia
Nice article, very informative....
ReplyDeleteBuy Baby cradle
Thanks for writing such a good article, I stumbled onto your blog and read a few post. I like your style of writing...
ReplyDeletenet software development
USA communication or pic microcontroller its very useful now days in online service. Thanks for sharing this article. Now it's time to avail 1 litre water bottle for more information.
ReplyDelete